Home
last modified time | relevance | path

Searched refs:ilogb (Results 1 – 25 of 41) sorted by relevance

12

/third_party/musl/libc-test/src/api/
Dtgmath.c161 #ifdef ilogb in f()
162 {double r = ilogb(x);} in f()
164 #error no ilogb(x) in f()
Dmath.c132 {int(*p)(double) = ilogb;} in f()
/third_party/musl/src/math/
Dsignificand.c6 return scalbn(x, -ilogb(x)); in significand()
Dlogb.c16 return ilogb(x); in logb()
Dilogb.c4 int ilogb(double x) in ilogb() function
Dilogbl.c7 return ilogb(x); in ilogbl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dsignificand.c6 return scalbn(x, -ilogb(x)); in significand()
Dlogb.c16 return ilogb(x); in logb()
Dilogb.c4 int ilogb(double x) in ilogb() function
Dilogbl.c7 return ilogb(x); in ilogbl()
/third_party/musl/ndk_musl_include/
Dtgmath.h177 #undef ilogb
240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
Dmath.h239 int ilogb(double);
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h177 #undef ilogb
240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
Dmath.h239 int ilogb(double);
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h177 #undef ilogb
240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
Dmath.h239 int ilogb(double);
/third_party/musl/include/
Dtgmath.h177 #undef ilogb
240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
Dmath.h239 int ilogb(double);
/third_party/musl/libc-test/src/math/
Dilogb.c25 yi = ilogb(p->x); in main()
Dtest_src_math.gni87 "ilogb",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h446 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/
DAPFloat.h457 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/
Dmath.h239 int ilogb(double);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h180 T(ilogb, d_i)
/third_party/spirv-tools/test/
Dext_inst.opencl_test.cpp134 CASE1(Ilogb, ilogb),

12