Searched refs:FP_ILOGB0 (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/libc-test/src/math/special/ |
D | ilogbf.h | 1 T(RN, 0x0p+0, FP_ILOGB0, INVALID) 2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
|
D | ilogb.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 | ilogb.c | 15 return FP_ILOGB0; in ilogb()
|
D | ilogbf.c | 15 return FP_ILOGB0; in ilogbf()
|
/third_party/musl/src/math/ |
D | ilogbl.c | 20 return FP_ILOGB0; in ilogbl() 42 return FP_ILOGB0; in ilogbl()
|
D | ilogb.c | 15 return FP_ILOGB0; in ilogb()
|
D | ilogbf.c | 15 return FP_ILOGB0; in ilogbf()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 49 C(FP_ILOGB0) in f()
|
/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/musl/porting/uniproton/kernel/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/ |
D | WHATSNEW | 1965 - FP_ILOGB0 and FP_ILOGBNAN definitions were not valid for use in #if
|