Searched refs:scalblnl (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/src/math/i386/ |
H A D | scalbnl.s | 6 .global scalblnl 7 .type scalblnl,@function 8 scalblnl: label
|
/third_party/musl/src/math/ |
H A D | scalblnl.c | 6 long double scalblnl(long double x, long n) in scalblnl() function 11 long double scalblnl(long double x, long n) in scalblnl() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | scalblnl.c | 6 long double scalblnl(long double x, long n) in scalblnl() function 11 long double scalblnl(long double x, long n) in scalblnl() function
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_scalbln_test.cpp | 38 EXPECT_DOUBLE_EQ(32.0L, scalblnl(4.0L, 3L)); in HWTEST_F()
|
/third_party/musl/libc-test/src/math/ |
H A D | scalblnl.c | 11 #include "sanity/scalblnl.h" 12 #include "special/scalblnl.h" 32 y = scalblnl(p->x, p->i); in main() 36 printf("%s:%d: bad fp exception: %s scalblnl(%La, %lld)=%La, want %s", in main() 43 printf("%s:%d: %s scalblnl(%La, %lld) want %La got %La ulperr %.3f = %a + %a\n", in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 329 long double scalblnl(long double, long);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 329 long double scalblnl(long double, long);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 329 long double scalblnl(long double, long);
|
/third_party/musl/include/ |
H A D | math.h | 329 long double scalblnl(long double, long);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 205 {long double(*p)(long double,long) = scalblnl;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 263 mp_fi_f(scalblnl) in mp_fi_f()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34326 extern long double scalblnl (long double __x, long int __n) throw (); extern long double __scalblnl (long double __x, long int __n) throw (); 35339 using ::scalblnl; [all...] |
Completed in 29 milliseconds