Searched defs:scalbln (Results 1 – 7 of 7) sorted by relevance
| /third_party/musl/src/math/i386/ |
| D | scalbn.s | 6 .global scalbln symbol 8 scalbln: label
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | scalbln.c | 4 double scalbln(double x, long n) in scalbln() function
|
| /third_party/musl/src/math/ |
| D | scalbln.c | 4 double scalbln(double x, long n) in scalbln() function
|
| /third_party/musl/include/ |
| D | tgmath.h | 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | tgmath.h | 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | tgmath.h | 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 35916 scalbln(float __x, long __ex) in scalbln() function 35920 scalbln(long double __x, long __ex) in scalbln() function 35928 scalbln(_Tp __x, long __ex) in scalbln() function
|