HomeSort by relevance Sort by last modified time
    Searched full:powl (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
libcalls.c 42 // CHECK-YES: call x86_fp80 @powl
44 long double l2 = powl(a2, a2);
49 // CHECK-YES: declare x86_fp80 @powl(x86_fp80, x86_fp80)
libcall-declarations.c 57 long double powl(long double, long double);
84 logf, log2, log2l, log2f, nearbyint, nearbyintl, nearbyintf, pow, powl, powf,
141 // CHECK-NOERRNO: declare x86_fp80 @powl(x86_fp80, x86_fp80) [[NUW]]
  /ndk/sources/cxx-stl/llvm-libc++/include/support/android/
math.h 35 long double powl(long double, long double);
  /bionic/libm/
fake_long_double.c 62 long double powl(long double a1, long double a2) { return pow(a1, a2); } function
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 222 "powl",
390 TLI.setUnavailable(LibFunc::powl);
  /external/llvm/test/CodeGen/AArch64/
illegal-float-ops.ll 178 ; CHECK: bl powl
  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 430 ; CHECK: ld $25, %call16(powl)
436 %call = tail call fp128 @powl(fp128 %0, fp128 %1) nounwind
440 declare fp128 @powl(fp128, fp128) #2
  /bionic/tests/
math_test.cpp 495 TEST(math, powl) {
496 ASSERT_FLOAT_EQ(8.0, powl(2.0, 3.0));
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 413 /// long double powl(long double x, long double y);
414 powl, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 144 EnsureFPIntrinsicsExist(M, I, "powf", "pow", "powl");
520 ReplaceFPIntrinsicWithCall(CI, "powf", "pow", "powl");
  /ndk/sources/cxx-stl/llvm-libc++/include/
cmath 116 long double powl(long double x, long double y);
948 inline _LIBCPP_INLINE_VISIBILITY long double pow(long double __x, long double __y) _NOEXCEPT {return powl(__x, __y);}
    [all...]
  /bionic/libm/include/
math.h 471 long double powl(long double, long double);
  /development/ndk/platforms/android-3/include/
math.h 465 long double powl(long double, long double);
  /development/ndk/platforms/android-9/include/
math.h 465 long double powl(long double, long double);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 434 if (Name == "pow" || Name == "powf" || Name == "powl" || Name == "exp2" ||
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixincl 
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 465 long double powl(long double, long double);

Completed in 539 milliseconds

1 2 3 4 5 6 7