Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
H A Dscalbnl.s6 .global scalblnl
7 .type scalblnl,@function
8 scalblnl: label
/third_party/musl/src/math/
H A Dscalblnl.c6 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 Dscalblnl.c6 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 Dmath_scalbln_test.cpp38 EXPECT_DOUBLE_EQ(32.0L, scalblnl(4.0L, 3L)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Dscalblnl.c11 #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 Dmath.h329 long double scalblnl(long double, long);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h329 long double scalblnl(long double, long);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h329 long double scalblnl(long double, long);
/third_party/musl/include/
H A Dmath.h329 long double scalblnl(long double, long);
/third_party/musl/libc-test/src/api/
H A Dmath.c205 {long double(*p)(long double,long) = scalblnl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c263 mp_fi_f(scalblnl) in mp_fi_f()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34326 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