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

1 2 3

  /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]]
  /prebuilts/ndk/r16/sources/android/support/include/
math.h 68 long double powl(long double, long double);
  /bionic/libm/
fake_long_double.c 43 // FreeBSD doesn't have ld128 implementations of powl or tgammal, so both LP32 and LP64 need these.
44 long double powl(long double x, long double y) { return pow(x, y); } function
  /bionic/libm/upstream-netbsd/lib/libm/complex/
cpowl.c 49 r = powl(absa, x);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 617 * powl(Table[r].X, (_q_o[1] / _d_o[1]))
623 * powl(Table[r].X, (_q_c[1] / _d_c[1]))
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 622 * powl(Table[r].X, (_q_o[1] / _d_o[1]))
628 * powl(Table[r].X, (_q_c[1] / _d_c[1]))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
math-finite.h 268 extern long double __REDIRECT_NTH (powl, (long double, long double),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
math-finite.h 268 extern long double __REDIRECT_NTH (powl, (long double, long double),
  /bionic/tests/headers/posix/
math_h.c 289 FUNCTION(powl, long double (*f)(long double, long double));
  /external/libxml2/
trio.c 278 # define powl(x,y) pow((double)(x),(double)(y)) macro
1114 result = powl((trio_long_double_t)number,
1121 return powl((trio_long_double_t)number, (trio_long_double_t)exponent);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
s-c1.c 578 * powl(Table[r].X, (_q[1] / _d[1]))
  /bionic/tests/
math_test.cpp 718 TEST(MATH_TEST, powl) {
719 ASSERT_TRUE(__isnanl(powl(nanl(""), 3.0L)));
720 ASSERT_DOUBLE_EQ(1.0L, (powl(1.0L, nanl(""))));
721 ASSERT_TRUE(__isnanl(powl(2.0L, nanl(""))));
722 ASSERT_DOUBLE_EQ(8.0L, powl(2.0L, 3.0L));
    [all...]
  /bionic/libc/include/
math.h 201 long double powl(long double __x, long double __y) __RENAME_LDBL(pow, 3, 21);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 633 * powl(Table[r].X, (_q[1][i] / _d[1][i]))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 769 /* Define to 1 if you have the `powl' function. */
1583 # define powl macro
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 846 * powl(Table[r].X, (_q[1][i] / _d[1][i]))
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 147 TLI.setUnavailable(LibFunc::powl);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);}

Completed in 1240 milliseconds

1 2 3