Searched refs:scalblnf (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/src/math/i386/ |
H A D | scalbnf.s | 6 .global scalblnf 7 .type scalblnf,@function 8 scalblnf: label
|
/third_party/musl/src/math/ |
H A D | scalblnf.c | 4 float scalblnf(float x, long n) in scalblnf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | scalblnf.c | 4 float scalblnf(float x, long n) in scalblnf() function
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | math_scalbln_test.cpp | 28 EXPECT_FLOAT_EQ(32.0f, scalblnf(4.0f, 3L)); in HWTEST_F()
|
/third_party/musl/libc-test/src/math/ |
H A D | scalblnf.c | 6 #include "sanity/scalblnf.h" 7 #include "special/scalblnf.h" 26 y = scalblnf(p->x, p->i); in main() 30 printf("%s:%d: bad fp exception: %s scalblnf(%a, %lld)=%a, want %s", in main() 37 printf("%s:%d: %s scalblnf(%a, %lld) want %a got %a, ulperr %.3f = %a + %a\n", in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 328 float scalblnf(float, long);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 328 float scalblnf(float, long);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 328 float scalblnf(float, long);
|
/third_party/musl/include/ |
H A D | math.h | 328 float scalblnf(float, long);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 204 {float(*p)(float,long) = scalblnf;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 262 mp_fi_f(scalblnf) in mp_fi_f()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34013 extern float scalblnf (float __x, long int __n) throw (); extern float __scalblnf (float __x, long int __n) throw (); 35338 using ::scalblnf; [all...] |
Completed in 27 milliseconds