Searched refs:FP_ILOGBNAN (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libm/common/ |
D | sf_ilogb.c | 33 #if FP_ILOGBNAN != INT_MAX in ilogbf() 36 return FP_ILOGBNAN; /* NAN */ in ilogbf()
|
D | s_ilogb.c | 88 #if FP_ILOGBNAN != INT_MAX in ilogb64() 91 return FP_ILOGBNAN; /* NAN */ in ilogb64()
|
/picolibc-latest/newlib/libm/ld/common/ |
D | s_ilogbl.c | 50 return (FP_ILOGBNAN); in ilogbl()
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | ilogb.h | 82 exp = spu_sel(spu_sel(exp, VEC_SPLAT_U32(FP_ILOGBNAN), flg_exp_max), exp_0, flg_exp_0); in _ilogb()
|
/picolibc-latest/newlib/libc/include/ |
D | math.h | 220 #ifndef FP_ILOGBNAN 221 # define FP_ILOGBNAN __INT_MAX__ macro
|
/picolibc-latest/test/ |
D | math_errhandling_tests.c | 1461 TEST(ilogb_qnan, FP_ILOGBNAN, FE_INVALID, EDOM), 1462 TEST(ilogb_snan, FP_ILOGBNAN, FE_INVALID, EDOM),
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 5231 FP_ILOGBNAN returns for 0 and NAN arguments, respectively, instead of 10359 * libc/include/math.h (INFINITY, NAN, FP_ILOGB0, FP_ILOGBNAN)
|