Home
last modified time | relevance | path

Searched defs:scalbn (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/math/
H A Dscalbn.c4 double scalbn(double x, int n) in scalbn() function
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dscalbn.c4 double scalbn(double x, int n) in scalbn() function
/third_party/musl/src/math/
H A Dscalbn.c4 double scalbn(double x, int n) in scalbn() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dscalbn.c4 double scalbn(double x, int n) in scalbn() function
/third_party/musl/src/math/i386/
H A Dscalbn.s13 scalbn: label
/third_party/jerryscript/jerry-libm/
H A Dscalbn.c41 scalbn (double x, int n) in scalbn() function
/third_party/skia/third_party/externals/harfbuzz/util/
H A Doptions.hh233 __inline long double scalbn (long double x, int exp) in scalbn() function
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h198 #undef scalbn macro
261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h198 #undef scalbn macro
261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
/third_party/musl/include/
H A Dtgmath.h198 #undef scalbn macro
261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h1087 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPFloat.h1213 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function

Completed in 8 milliseconds