Searched defs:scalbln (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/src/math/ |
H A D | scalbln.c | 4 double scalbln(double x, long n) in scalbln() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | scalbln.c | 4 double scalbln(double x, long n) in scalbln() function
|
/third_party/musl/src/math/i386/ |
H A D | scalbn.s | 8 scalbln: label
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 197 #undef scalbln macro 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 197 #undef scalbln macro 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
/third_party/musl/include/ |
H A D | tgmath.h | 197 #undef scalbln macro 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
Completed in 3 milliseconds