Home
last modified time | relevance | path

Searched refs:scalbln (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/src/math/i386/
H A Dscalbn.s6 .global scalbln
7 .type scalbln,@function
8 scalbln: label
/third_party/musl/libc-test/src/api/
H A Dtgmath.c261 #ifdef scalbln in f()
262 {double r = scalbln(x,y);} in f()
264 #error no scalbln(x,y) in f()
H A Dmath.c203 {double(*p)(double,long) = scalbln;} in f()
/third_party/musl/src/math/
H A Dscalbln.c4 double scalbln(double x, long n) in scalbln() function
H A Dscalblnl.c8 return scalbln(x, n); in scalblnl()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dscalbln.c4 double scalbln(double x, long n) in scalbln() function
H A Dscalblnl.c8 return scalbln(x, n); in scalblnl()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_scalbln_test.cpp18 EXPECT_DOUBLE_EQ(32.0, scalbln(4.0, 3L)); in HWTEST_F()
/third_party/musl/libc-test/src/math/
H A Dscalbln.c6 #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 Dtgmath.h197 #undef scalbln macro
260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
H A Dmath.h327 double scalbln(double, long);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h197 #undef scalbln macro
260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
H A Dmath.h327 double scalbln(double, long);
/third_party/musl/include/
H A Dtgmath.h197 #undef scalbln macro
260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
H A Dmath.h327 double scalbln(double, long);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h327 double scalbln(double, long);
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c261 mp_fi_f(scalbln) in mp_fi_f()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33700 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...]

Completed in 39 milliseconds