Home
last modified time | relevance | path

Searched refs:FP_ILOGB0 (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/math/special/
Dilogb.h1 T(RN, 0x0p+0, FP_ILOGB0, INVALID)
2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
Dilogbf.h1 T(RN, 0x0p+0, FP_ILOGB0, INVALID)
2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
Dilogbl.h1 T(RN, 0x0p+0, FP_ILOGB0, INVALID)
2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
/third_party/musl/porting/liteos_a/kernel/src/math/
Dilogbl.c20 return FP_ILOGB0; in ilogbl()
42 return FP_ILOGB0; in ilogbl()
Dilogbf.c15 return FP_ILOGB0; in ilogbf()
Dilogb.c15 return FP_ILOGB0; in ilogb()
/third_party/musl/src/math/
Dilogbl.c20 return FP_ILOGB0; in ilogbl()
42 return FP_ILOGB0; in ilogbl()
Dilogbf.c15 return FP_ILOGB0; in ilogbf()
Dilogb.c15 return FP_ILOGB0; in ilogb()
/third_party/musl/libc-test/src/api/
Dmath.c49 C(FP_ILOGB0) in f()
/third_party/musl/ndk_musl_include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in204 #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/
Dmath_info.cpp310 PRINT_MACRO(FP_ILOGB0); in main()
/third_party/boost/libs/multiprecision/test/
Dtest_sf_import_c99.cpp517 #if defined(FP_ILOGB0) && defined(FP_INFINITE) in test_poison()
/third_party/musl/
DWHATSNEW1965 - FP_ILOGB0 and FP_ILOGBNAN definitions were not valid for use in #if