Searched refs:FP_ILOGB0 (Results 1 – 19 of 19) sorted by relevance
/third_party/musl/libc-test/src/math/special/ |
D | ilogb.h | 1 T(RN, 0x0p+0, FP_ILOGB0, INVALID) 2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
|
D | ilogbf.h | 1 T(RN, 0x0p+0, FP_ILOGB0, INVALID) 2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
|
D | ilogbl.h | 1 T(RN, 0x0p+0, FP_ILOGB0, INVALID) 2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | ilogbl.c | 20 return FP_ILOGB0; in ilogbl() 42 return FP_ILOGB0; in ilogbl()
|
D | ilogbf.c | 15 return FP_ILOGB0; in ilogbf()
|
D | ilogb.c | 15 return FP_ILOGB0; in ilogb()
|
/third_party/musl/src/math/ |
D | ilogbl.c | 20 return FP_ILOGB0; in ilogbl() 42 return FP_ILOGB0; in ilogbl()
|
D | ilogbf.c | 15 return FP_ILOGB0; in ilogbf()
|
D | ilogb.c | 15 return FP_ILOGB0; in ilogb()
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 49 C(FP_ILOGB0) in f()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/glib/glib/gnulib/ |
D | gnulib_math.h.in | 204 #if defined FP_ILOGB0 && defined FP_ILOGBNAN 205 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */ 208 # undef FP_ILOGB0 210 # define FP_ILOGB0 (- 2147483647 - 1) /* INT_MIN */ macro 214 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */ 217 # define FP_ILOGB0 (- 2147483647 - 1) /* INT_MIN */ macro 221 # define FP_ILOGB0 (- 2147483647 - 1) /* INT_MIN */ macro 225 # define FP_ILOGB0 (- 2147483647) /* - INT_MAX */ macro 229 # define FP_ILOGB0 (- 2147483647) /* - INT_MAX */ macro
|
/third_party/boost/libs/config/test/ |
D | math_info.cpp | 310 PRINT_MACRO(FP_ILOGB0); in main()
|
/third_party/boost/libs/multiprecision/test/ |
D | test_sf_import_c99.cpp | 517 #if defined(FP_ILOGB0) && defined(FP_INFINITE) in test_poison()
|
/third_party/musl/ |
D | WHATSNEW | 1965 - FP_ILOGB0 and FP_ILOGBNAN definitions were not valid for use in #if
|