Home
last modified time | relevance | path

Searched defs:ilogb (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/src/math/
H A Dilogb.c4 int ilogb(double x) in ilogb() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dilogb.c4 int ilogb(double x) in ilogb() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h177 #undef ilogb macro
240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h177 #undef ilogb macro
240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/musl/include/
H A Dtgmath.h177 #undef ilogb macro
240 #define ilogb(x) __tg_real_nocast(ilogb, (x)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h1075 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function in llvm::APFloat
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1201 friend int ilogb(const APFloat &Arg) { return ilogb(Arg.getIEEE()); } in ilogb() function in llvm::APFloat

Completed in 9 milliseconds