Home
last modified time | relevance | path

Searched refs:scalbln (Results 1 – 25 of 29) sorted by relevance

12

/third_party/musl/src/math/i386/
Dscalbn.s6 .global scalbln symbol
7 .type scalbln,@function
8 scalbln: label
/third_party/musl/libc-test/src/api/
Dtgmath.c261 #ifdef scalbln in f()
262 {double r = scalbln(x,y);} in f()
264 #error no scalbln(x,y) in f()
Dmath.c203 {double(*p)(double,long) = scalbln;} in f()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dscalbln.c4 double scalbln(double x, long n) in scalbln() function
Dscalblnl.c8 return scalbln(x, n); in scalblnl()
/third_party/musl/src/math/
Dscalbln.c4 double scalbln(double x, long n) in scalbln() function
Dscalblnl.c8 return scalbln(x, n); in scalblnl()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_scalbln_test.cpp18 EXPECT_DOUBLE_EQ(32.0, scalbln(4.0, 3L));
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h197 #undef scalbln
260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
Dmath.h327 double scalbln(double, long);
/third_party/musl/include/
Dtgmath.h197 #undef scalbln
260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
Dmath.h327 double scalbln(double, long);
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h197 #undef scalbln
260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
Dmath.h327 double scalbln(double, long);
/third_party/musl/ndk_musl_include/
Dtgmath.h197 #undef scalbln
260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
Dmath.h327 double scalbln(double, long);
/third_party/musl/libc-test/src/math/
Dscalbln.c26 y = scalbln(p->x, p->i); in main()
Dtest_src_math.gni164 "scalbln",
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h327 double scalbln(double, long);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h169 T(scalbln, di_d)
Dmplibm.c261 mp_fi_f(scalbln) in mp_fi_f()
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni252 "$MUSLPORTINGDIR/src/math/scalbln.c",
/third_party/musl/
Dlibc.map.txt1537 scalbln;
Dmusl_src.gni787 "src/math/scalbln.c",
/third_party/libabigail/tests/data/test-read-dwarf/
DPR22015-libboost_iostreams.so.abi1952 …<function-decl name='scalbln' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='311'…

12