/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | powl.c | 17 /* powl.c 24 * long double x, y, z, powl(); 26 * z = powl( x, y ); 73 long double powl(long double x, long double y) in powl() function 194 long double powl(long double x, long double y) in powl() function 518 long double powl(long double x, long double y) in powl() function
|
H A D | tgammal.c | 47 * Accuracy for large arguments is dominated by error in powl(). 196 v = powl(x, 0.5L * x - 0.25L); in stirf() 199 y = powl(x, x - 0.5L) / y; in stirf()
|
H A D | exp10l.c | 28 return powl(10.0, x); in exp10l()
|
/third_party/musl/src/math/ |
H A D | powl.c | 17 /* powl.c 24 * long double x, y, z, powl(); 26 * z = powl( x, y ); 73 long double powl(long double x, long double y) in powl() function 194 long double powl(long double x, long double y) in powl() function 526 long double powl(long double x, long double y) in powl() function
|
H A D | tgammal.c | 47 * Accuracy for large arguments is dominated by error in powl(). 196 v = powl(x, 0.5L * x - 0.25L); in stirf() 199 y = powl(x, x - 0.5L) / y; in stirf()
|
H A D | exp10l.c | 28 return powl(10.0, x); in exp10l()
|
/third_party/musl/libc-test/src/math/ |
H A D | powl.c | 13 #include "sanity/powl.h" 14 #include "special/powl.h" 18 #include "ld128/powl.h" 39 y = powl(p->x, p->x2); in main() 43 printf("%s:%d: bad fp exception: %s powl(%La,%La)=%La, want %s", in main() 50 printf("%s:%d: %s powl(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 354 F (__s_pow, __s_pow, powl, mpfr_pow, 2, 0, d2, 0) 368 F (__v_pow, v_pow, powl, mpfr_pow, 2, 0, d2, 1) 382 F (__vn_pow, vn_pow, powl, mpfr_pow, 2, 0, d2, 1) 393 F (_ZGVnN2vv_pow, Z_pow, powl, mpfr_pow, 2, 0, d2, 1)
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
H A D | s-c1.c | 615 * powl(Table[r].X, (_q_o[1] / _d_o[1])) in parse_measure() 621 * powl(Table[r].X, (_q_c[1] / _d_c[1])) in parse_measure()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
H A D | s-c1.c | 619 * powl(Table[r].X, (_q_o[1] / _d_o[1])) in parse_measure() 625 * powl(Table[r].X, (_q_c[1] / _d_c[1])) in parse_measure()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 309 long double powl(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 309 long double powl(long double, long double);
|
H A D | tgmath.h | 133 __LDBL((x)+(y)) ? powl(x, y) : \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 309 long double powl(long double, long double);
|
H A D | tgmath.h | 133 __LDBL((x)+(y)) ? powl(x, y) : \
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
H A D | s-c1.c | 571 * powl(Table[r].X, (_q[1] / _d[1])) in parse_measure()
|
/third_party/musl/include/ |
H A D | math.h | 309 long double powl(long double, long double);
|
H A D | tgmath.h | 133 __LDBL((x)+(y)) ? powl(x, y) : \
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 190 {long double(*p)(long double,long double) = powl;} in f()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_powl.c | 28 /* powl(x,y) return x**y 146 powl(long double x, long double y) in powl() function
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | s-c1.c | 626 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
|
/third_party/optimized-routines/math/ |
H A D | pow.c | 378 long double powl (long double x, long double y) { return pow (x, y); } in strong_alias()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
H A D | s-c.c | 839 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 193 int mppowl(struct t *t) { return mpl2(t, powl); } in mppowl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34175 extern long double powl (long double __x, long double __y) throw (); extern long double __powl (long double __x, long double __y) throw (); [all...] |