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

/freebsd-10.0-release/lib/msun/src/
H A Dimprecise.c57 DECLARE_WEAK(powl); variable
H A Dmath.h517 long double powl(long double, long double);
/freebsd-10.0-release/contrib/libstdc++/libmath/
H A Dstubs.c383 powl(long double x, long double y) function
/freebsd-10.0-release/lib/msun/
H A DSymbol.map278 powl;
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h259 /* Define to 1 if you have the `powl' function. */
1031 # define powl _powl macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h413 /// long double powl(long double x, long double y);
414 powl, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/llvm/lib/Target/
H A DTargetLibraryInfo.cpp222 "powl",
390 TLI.setUnavailable(LibFunc::powl);
/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver503 powl;
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in253 /* Define to 1 if you have the `powl' function. */
1013 # define powl _powl
H A Dconfigure24549 echo "$as_me:$LINENO: checking for powl declaration" >&5
24550 echo $ECHO_N "checking for powl declaration... $ECHO_C" >&6
24574 powl(0, 0);
24624 for ac_func in powl
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1830 case LibFunc::powl:
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1630 case LibFunc::powl:

Completed in 364 milliseconds