Home
last modified time | relevance | path

Searched refs:powl (Results 1 - 25 of 25) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dpowl.c17 /* 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 Dtgammal.c47 * 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 Dexp10l.c28 return powl(10.0, x); in exp10l()
/third_party/musl/src/math/
H A Dpowl.c17 /* 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 Dtgammal.c47 * 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 Dexp10l.c28 return powl(10.0, x); in exp10l()
/third_party/musl/libc-test/src/math/
H A Dpowl.c13 #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 Dulp.c354 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 Ds-c1.c615 * 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 Ds-c1.c619 * 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 Dmath.h309 long double powl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h309 long double powl(long double, long double);
H A Dtgmath.h133 __LDBL((x)+(y)) ? powl(x, y) : \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h309 long double powl(long double, long double);
H A Dtgmath.h133 __LDBL((x)+(y)) ? powl(x, y) : \
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c571 * powl(Table[r].X, (_q[1] / _d[1])) in parse_measure()
/third_party/musl/include/
H A Dmath.h309 long double powl(long double, long double);
H A Dtgmath.h133 __LDBL((x)+(y)) ? powl(x, y) : \
/third_party/musl/libc-test/src/api/
H A Dmath.c190 {long double(*p)(long double,long double) = powl;} in f()
/third_party/FreeBSD/lib/msun/ld128/
H A De_powl.c28 /* 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 Ds-c1.c626 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
/third_party/optimized-routines/math/
H A Dpow.c378 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 Ds-c.c839 * powl(Table[r].X, (_q[1][i] / _d[1][i])) in parse_measure()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c193 int mppowl(struct t *t) { return mpl2(t, powl); } in mppowl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34175 extern long double powl (long double __x, long double __y) throw (); extern long double __powl (long double __x, long double __y) throw ();
[all...]

Completed in 40 milliseconds