/third_party/musl/src/math/ |
D | frexpl.c | 4 long double frexpl(long double x, int *e) in frexpl() function 9 long double frexpl(long double x, int *e) in frexpl() function 16 x = frexpl(x*0x1p120, e); in frexpl()
|
D | fmal.c | 188 xs = frexpl(x, &ex); in fmal() 189 ys = frexpl(y, &ey); in fmal() 190 zs = frexpl(z, &ez); in fmal()
|
D | powl.c | 296 x = frexpl(x, &i); in powl() 474 s = frexpl( s, &lx); in powil()
|
D | log2l.c | 128 x = frexpl(x, &e); in log2l()
|
D | logl.c | 127 x = frexpl(x, &e); in logl()
|
D | log10l.c | 136 x = frexpl(x, &e); in log10l()
|
D | log1pl.c | 127 x = frexpl(x, &e); in log1pl()
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | frexpl.c | 4 long double frexpl(long double x, int *e) in frexpl() function 9 long double frexpl(long double x, int *e) in frexpl() function 16 x = frexpl(x*0x1p120, e); in frexpl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | frexpl.c | 4 long double frexpl(long double x, int *e) in frexpl() function 9 long double frexpl(long double x, int *e) in frexpl() function 16 x = frexpl(x*0x1p120, e); in frexpl()
|
D | fmal.c | 188 xs = frexpl(x, &ex); in fmal() 189 ys = frexpl(y, &ey); in fmal() 190 zs = frexpl(z, &ez); in fmal()
|
D | powl.c | 296 x = frexpl(x, &i); in powl() 474 s = frexpl( s, &lx); in powil()
|
D | log2l.c | 128 x = frexpl(x, &e); in log2l()
|
D | log10l.c | 136 x = frexpl(x, &e); in log10l()
|
D | logl.c | 127 x = frexpl(x, &e); in logl()
|
D | log1pl.c | 127 x = frexpl(x, &e); in log1pl()
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | frexpl.c | 4 long double frexpl(long double x, int *e) in frexpl() function 9 long double frexpl(long double x, int *e) in frexpl() function 16 x = frexpl(x*0x1p120, e); in frexpl()
|
/third_party/musl/libc-test/src/math/ |
D | frexpl.c | 33 y = frexpl(p->x, &yi); in main()
|
D | test_src_math.gni | 83 "frexpl",
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 233 long double frexpl(long double, int *);
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 128 {long double(*p)(long double,int*) = frexpl;} in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 233 long double frexpl(long double, int *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 233 long double frexpl(long double, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 233 long double frexpl(long double, int *);
|
/third_party/musl/include/ |
D | math.h | 233 long double frexpl(long double, int *);
|
/third_party/musl/Benchmark/musl/ |
D | libc_math.cpp | 112 benchmark::DoNotOptimize(frexpl(x, &e)); in Bm_function_Frexpl()
|