/third_party/musl/src/math/i386/ |
D | scalbn.s | 11 .global scalbn symbol 13 scalbn: label
|
/third_party/musl/src/math/ |
D | scalbn.c | 4 double scalbn(double x, int n) in scalbn() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | scalbn.c | 4 double scalbn(double x, int n) in scalbn() function
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | scalbn.c | 4 double scalbn(double x, int n) in scalbn() function
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | scalbn.c | 4 double scalbn(double x, int n) in scalbn() function
|
/third_party/jerryscript/jerry-libm/ |
D | scalbn.c | 41 scalbn (double x, int n) in scalbn() function
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | options.hh | 233 __inline long double scalbn (long double x, int exp) in scalbn() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 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/ |
D | APFloat.h | 1087 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/ |
D | APFloat.h | 1213 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/lib/Support/ |
D | APFloat.cpp | 3884 IEEEFloat scalbn(IEEEFloat X, int Exp, IEEEFloat::roundingMode RoundingMode) { in scalbn() function 4472 DoubleAPFloat scalbn(DoubleAPFloat Arg, int Exp, APFloat::roundingMode RM) { in scalbn() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35934 scalbn(float __x, int __ex) in scalbn() function 35938 scalbn(long double __x, int __ex) in scalbn() function 35946 scalbn(_Tp __x, int __ex) in scalbn() function
|