Home
last modified time | relevance | path

Searched defs:ilogb (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/src/math/
Dilogb.c4 int ilogb(double x) in ilogb() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dilogb.c4 int ilogb(double x) in ilogb() function
/third_party/rust/rust/compiler/rustc_apfloat/src/
Dppc.rs418 fn ilogb(self) -> ExpInt { in ilogb() function
Dlib.rs542 fn ilogb(self) -> ExpInt; in ilogb() method
Dieee.rs1384 fn ilogb(mut self) -> ExpInt { in ilogb() method
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/musl/include/
Dtgmath.h240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h1075 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h1201 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function
/third_party/rust/rust/compiler/rustc_apfloat/tests/
Dieee.rs2898 fn ilogb() { in ilogb() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3866 int ilogb(const IEEEFloat &Arg) { in ilogb() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35620 ilogb(float __x) in ilogb() function
35624 ilogb(long double __x) in ilogb() function
35633 ilogb(_Tp __x) in ilogb() function