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

1 2 3 4 5

  /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/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
math_stubs_long_double.cc 187 powl(long double x, long double y) function
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
math_stubs_long_double.cc 187 powl(long double x, long double y) function
  /src/lib/libm/noieee_src/
n_pow.c 129 __weak_alias(powl, pow);
  /src/include/
math.h 397 long double powl(long double, long double);
  /src/tests/lib/libm/
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",
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",
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 359 /* Define to 1 if you have the `powl' function. */
1307 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/
symver-config.h 338 /* Define to 1 if you have the `powl' function. */
1250 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earm/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhf/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmhfeb/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv4eb/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6eb/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hf/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv6hfeb/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7/
symver-config.h 322 /* Define to 1 if you have the `powl' function. */
1328 # define powl _powl macro

Completed in 84 milliseconds

1 2 3 4 5