Searched refs:ilogb (Results 1 – 25 of 41) sorted by relevance
12
/third_party/musl/libc-test/src/api/ |
D | tgmath.c | 161 #ifdef ilogb in f() 162 {double r = ilogb(x);} in f() 164 #error no ilogb(x) in f()
|
D | math.c | 132 {int(*p)(double) = ilogb;} in f()
|
/third_party/musl/src/math/ |
D | significand.c | 6 return scalbn(x, -ilogb(x)); in significand()
|
D | logb.c | 16 return ilogb(x); in logb()
|
D | ilogb.c | 4 int ilogb(double x) in ilogb() function
|
D | ilogbl.c | 7 return ilogb(x); in ilogbl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | significand.c | 6 return scalbn(x, -ilogb(x)); in significand()
|
D | logb.c | 16 return ilogb(x); in logb()
|
D | ilogb.c | 4 int ilogb(double x) in ilogb() function
|
D | ilogbl.c | 7 return ilogb(x); in ilogbl()
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 177 #undef ilogb 240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
|
D | math.h | 239 int ilogb(double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 177 #undef ilogb 240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
|
D | math.h | 239 int ilogb(double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 177 #undef ilogb 240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
|
D | math.h | 239 int ilogb(double);
|
/third_party/musl/include/ |
D | tgmath.h | 177 #undef ilogb 240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
|
D | math.h | 239 int ilogb(double);
|
/third_party/musl/libc-test/src/math/ |
D | ilogb.c | 25 yi = ilogb(p->x); in main()
|
D | test_src_math.gni | 87 "ilogb",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 446 friend int ilogb(const IEEEFloat &Arg); 583 int ilogb(const IEEEFloat &Arg); 679 friend int ilogb(const DoubleAPFloat &Arg); 1201 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 457 friend int ilogb(const IEEEFloat &Arg); 592 int ilogb(const IEEEFloat &Arg); 1075 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 239 int ilogb(double);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 180 T(ilogb, d_i)
|
/third_party/spirv-tools/test/ |
D | ext_inst.opencl_test.cpp | 134 CASE1(Ilogb, ilogb),
|
12