HomeSort by: relevance | last modified time | path
    Searched refs:powl (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libm/src/
e_powl.c 41 __weak_alias(powl,_powl)
56 powl(long double b, long double e)
namespace.h 79 #define powl _powl macro
  /src/lib/libm/complex/
cpowl.c 49 r = powl(absa, x);
  /src/lib/libm/noieee_src/
n_pow.c 129 __weak_alias(powl, pow);
  /src/tests/lib/libm/
t_sqrt.c 274 atf_tc_set_md_var(tc, "descr", "Test sqrtl(3) vs. powl(3)");
280 const long double eps = DBL_EPSILON; /* XXX powl == pow for now */
285 long double x_pow12 = powl(x[i], 1.0 / 2.0);
296 "powl(%.35Lg, 1/2) = %.35Lg\n",
t_cbrt.c 278 atf_tc_set_md_var(tc, "descr", "Test cbrtl(3) vs. powl(3)");
290 long double x_pow13 = powl(x[i], 1.0L / 3.0L);
301 "powl(%.35Lg, 1/3) = %.35Lg\n",
  /src/include/
math.h 397 long double powl(long double, long double);
  /src/lib/libm/ld128/
e_powl.c 28 /* powl(x,y) return x**y
146 powl(long double x, long double y) function in typeref:typename:long double
  /src/lib/libm/ld80/
e_powl.c 61 /* powl.c
69 * long double x, y, z, powl();
71 * z = powl( x, y );
248 powl(long double x, long double y) function in typeref:typename:long double
  /src/lib/libm/
Makefile 507 MLINKS+=pow.3 powl.3

Completed in 30 milliseconds