Searched defs:iszero (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | recipd2.h | 113 vec_uint4 isinf, iszero, isdenorm0; in _recipd2() local
|
D | lgammad2.h | 159 vec_uint4 x1, isnaninf, isnposint, iszero, isint, isneg, isshifted, is1, is2; in _lgammad2() local
|
/picolibc-3.5.0-3.4.0/newlib/libc/include/ |
D | math.h | 284 #define iszero(__x) (__builtin_iszero(__x)) macro 306 #define iszero(__x) (fpclassify(__x) == FP_ZERO) macro
|