Searched defs:scalbn (Results 1 - 12 of 12) sorted by relevance
| /third_party/musl/porting/uniproton/kernel/src/math/ |
| H A D | scalbn.c | 4 double scalbn(double x, int n) in scalbn() function
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| H A D | scalbn.c | 4 double scalbn(double x, int n) in scalbn() function
|
| /third_party/musl/src/math/ |
| H A D | scalbn.c | 4 double scalbn(double x, int n) in scalbn() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | scalbn.c | 4 double scalbn(double x, int n) in scalbn() function
|
| /third_party/musl/src/math/i386/ |
| H A D | scalbn.s | 13 scalbn: label
|
| /third_party/jerryscript/jerry-libm/ |
| H A D | scalbn.c | 41 scalbn (double x, int n) in scalbn() function
|
| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | options.hh | 233 __inline long double scalbn (long double x, int exp) in scalbn() function
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | tgmath.h | 198 #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 D | tgmath.h | 198 #undef scalbn macro 261 #define scalbn(x,y) __tg_real_2_1(scalbn, (x), (y)) macro
|
| /third_party/musl/include/ |
| H A D | tgmath.h | 198 #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 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/ |
| H A D | APFloat.h | 1213 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn() function
|
Completed in 9 milliseconds