/third_party/musl/src/math/i386/ |
D | scalbn.s | 6 .global scalbln symbol 7 .type scalbln,@function 8 scalbln: label
|
/third_party/musl/libc-test/src/api/ |
D | tgmath.c | 261 #ifdef scalbln in f() 262 {double r = scalbln(x,y);} in f() 264 #error no scalbln(x,y) in f()
|
D | math.c | 203 {double(*p)(double,long) = scalbln;} in f()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | scalbln.c | 4 double scalbln(double x, long n) in scalbln() function
|
D | scalblnl.c | 8 return scalbln(x, n); in scalblnl()
|
/third_party/musl/src/math/ |
D | scalbln.c | 4 double scalbln(double x, long n) in scalbln() function
|
D | scalblnl.c | 8 return scalbln(x, n); in scalblnl()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_scalbln_test.cpp | 18 EXPECT_DOUBLE_EQ(32.0, scalbln(4.0, 3L));
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 197 #undef scalbln 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
D | math.h | 327 double scalbln(double, long);
|
/third_party/musl/include/ |
D | tgmath.h | 197 #undef scalbln 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
D | math.h | 327 double scalbln(double, long);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 197 #undef scalbln 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
D | math.h | 327 double scalbln(double, long);
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 197 #undef scalbln 260 #define scalbln(x,y) __tg_real_2_1(scalbln, (x), (y)) macro
|
D | math.h | 327 double scalbln(double, long);
|
/third_party/musl/libc-test/src/math/ |
D | scalbln.c | 26 y = scalbln(p->x, p->i); in main()
|
D | test_src_math.gni | 164 "scalbln",
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 327 double scalbln(double, long);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 169 T(scalbln, di_d)
|
D | mplibm.c | 261 mp_fi_f(scalbln) in mp_fi_f()
|
/third_party/musl/porting/liteos_a/kernel/ |
D | musl.gni | 252 "$MUSLPORTINGDIR/src/math/scalbln.c",
|
/third_party/musl/ |
D | libc.map.txt | 1537 scalbln;
|
D | musl_src.gni | 787 "src/math/scalbln.c",
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR22015-libboost_iostreams.so.abi | 1952 …<function-decl name='scalbln' filepath='/usr/include/x86_64-linux-gnu/bits/mathcalls.h' line='311'…
|