Home
last modified time | relevance | path

Searched refs:scalblnf (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/math/i386/
H A Dscalbnf.s6 .global scalblnf
7 .type scalblnf,@function
8 scalblnf: label
/third_party/musl/src/math/
H A Dscalblnf.c4 float scalblnf(float x, long n) in scalblnf() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dscalblnf.c4 float scalblnf(float x, long n) in scalblnf() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_scalbln_test.cpp28 EXPECT_FLOAT_EQ(32.0f, scalblnf(4.0f, 3L)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Dscalblnf.c6 #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 Dmath.h328 float scalblnf(float, long);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h328 float scalblnf(float, long);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h328 float scalblnf(float, long);
/third_party/musl/include/
H A Dmath.h328 float scalblnf(float, long);
/third_party/musl/libc-test/src/api/
H A Dmath.c204 {float(*p)(float,long) = scalblnf;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c262 mp_fi_f(scalblnf) in mp_fi_f()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34013 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