/third_party/musl/src/math/i386/ |
H A D | scalbn.s | 6 .global scalbln 7 .type scalbln,@function 8 scalbln: label
|
/third_party/musl/libc-test/src/api/ |
H A D | tgmath.c | 261 #ifdef scalbln in f() 262 {double r = scalbln(x,y);} in f() 264 #error no scalbln(x,y) in f()
|
H A D | math.c | 203 {double(*p)(double,long) = scalbln;} in f()
|
/third_party/musl/src/math/ |
H A D | scalbln.c | 4 double scalbln(double x, long n) in scalbln() function
|
H A D | scalblnl.c | 8 return scalbln(x, n); in scalblnl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | scalbln.c | 4 double scalbln(double x, long n) in scalbln() function
|
H A D | scalblnl.c | 8 return scalbln(x, n); in scalblnl()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_scalbln_test.cpp | 18 EXPECT_DOUBLE_EQ(32.0, scalbln(4.0, 3L)); in HWTEST_F()
|
/third_party/musl/libc-test/src/math/ |
H A D | scalbln.c | 6 #include "sanity/scalbln.h" 7 #include "special/scalbln.h" 26 y = scalbln(p->x, p->i); in main() 30 printf("%s:%d: bad fp exception: %s scalbln(%a, %lld)=%a, want %s", in main() 37 printf("%s:%d: %s scalbln(%a, %lld) want %a got %a, ulperr %.3f = %a + %a\n", in main()
|
/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
|
H A D | math.h | 327 double scalbln(double, long);
|
/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
|
H A D | math.h | 327 double scalbln(double, long);
|
/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
|
H A D | math.h | 327 double scalbln(double, long);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 327 double scalbln(double, long);
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 261 mp_fi_f(scalbln) in mp_fi_f()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 33700 extern double scalbln (double __x, long int __n) throw (); extern double __scalbln (double __x, long int __n) throw (); 35337 using ::scalbln; 35916 scalbln(float __x, long __ex) 35920 scalbln(long double __x, long __ex) 35928 scalbln(_Tp __x, long __ex) [all...] |