HomeSort by relevance Sort by last modified time
    Searched refs:powl (Results 1 - 21 of 21) sorted by null

  /external/clang/test/CodeGen/
le32-libcall-pow.c 10 long double powl(long double, long double);
20 // CHECK: call double @powl
21 long double l2 = powl(a2, a2);
26 // CHECK: declare double @powl(double, double)
libcalls.c 47 // CHECK-YES: call x86_fp80 @powl
49 long double l2 = powl(a2, a2);
54 // CHECK-YES: declare x86_fp80 @powl(x86_fp80, x86_fp80)
libcall-declarations.c 39 long double powl(long double, long double);
269 F(nanf), F(nanl), F(pow), F(powf), F(powl),
338 // CHECK-NOERRNO: declare x86_fp80 @powl(x86_fp80, x86_fp80) [[NUW]]
  /bionic/libm/upstream-freebsd/lib/msun/src/
imprecise.c 57 DECLARE_WEAK(powl); variable
  /external/llvm/include/llvm/Transforms/Utils/
VectorUtils.h 186 case LibFunc::powl:
  /bionic/tests/
math_test.cpp 593 TEST(math, powl) {
594 ASSERT_TRUE(__isnanl(powl(nanl(""), 3.0L)));
595 ASSERT_DOUBLE_EQ(1.0L, (powl(1.0L, nanl(""))));
596 ASSERT_TRUE(__isnanl(powl(2.0L, nanl(""))));
597 ASSERT_DOUBLE_EQ(8.0L, powl(2.0L, 3.0L));
    [all...]
  /bionic/libm/include/
math.h 448 long double powl(long double, long double);
  /external/chromium_org/third_party/libxml/src/
trio.c 264 # define powl(x,y) pow((double)(x),(double)(y)) macro
1094 result = powl((trio_long_double_t)number,
1101 return powl((trio_long_double_t)number, (trio_long_double_t)exponent);
    [all...]
  /external/libxml2/
trio.c 264 # define powl(x,y) pow((double)(x),(double)(y)) macro
1098 result = powl((trio_long_double_t)number,
1105 return powl((trio_long_double_t)number, (trio_long_double_t)exponent);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 466 /// long double powl(long double x, long double y);
467 powl, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 150 ldouble powl(ldouble, ldouble);
  /development/ndk/platforms/android-13/include/
math.h 470 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 473 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 465 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 465 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 448 long double powl(long double, long double) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 243 "powl",
451 TLI.setUnavailable(LibFunc::powl);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 153 static_assert((std::is_same<decltype(powl(0,0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 340 static_assert((std::is_same<decltype(std::powl(0,0)), long double>::value), "");
    [all...]

Completed in 3920 milliseconds