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

1 2 3 4 5 6 7 8

  /bionic/libm/upstream-netbsd/lib/libm/complex/
clogl.c 43 p = logl(rr);
cpowl.c 53 theta = theta + y * logl(absa);
catanl.c 71 w = w + (0.25L * logl(a)) * I;
  /prebuilts/ndk/r10/sources/android/support/include/
math.h 71 long double logl(long double);
  /prebuilts/ndk/r11/sources/android/support/include/
math.h 71 long double logl(long double);
  /prebuilts/ndk/r13/sources/android/support/include/
math.h 71 long double logl(long double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_acoshl.c 79 RETURNI(logl(x)+ln2); /* acosh(huge)=log(2x), or misnormal */
84 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one))));
s_asinhl.c 82 w = logl(fabsl(x))+ln2;
85 w = logl(2.0*t+one/(sqrtl(x*x+one)+t));
e_log.c 146 __weak_reference(log, logl);
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 92 inline long double logl(long double arg) { return log(arg); } function
122 inline long double logl(long double arg) { return log(arg); } function
165 inline long double logl(long double arg) { return log(arg); } function
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 92 inline long double logl(long double arg) { return log(arg); } function
122 inline long double logl(long double arg) { return log(arg); } function
165 inline long double logl(long double arg) { return log(arg); } function
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 92 inline long double logl(long double arg) { return log(arg); } function
122 inline long double logl(long double arg) { return log(arg); } function
165 inline long double logl(long double arg) { return log(arg); } function
  /external/clang/test/CodeGen/
libcalls.c 117 long double logl_ = logl(ld);
120 // CHECK-NO: declare x86_fp80 @logl(x86_fp80) [[NUW_RN]]
123 // CHECK-YES-NOT: declare x86_fp80 @logl(x86_fp80) [[NUW_RN]]
libcall-declarations.c 117 long double logl(long double);
285 F(log), F(logf), F(logl), F(log10), F(log10f),
416 // CHECK-NOERRNO: declare x86_fp80 @logl(x86_fp80) [[NUW]]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 244 return -logl(fabsl(x));
254 nadj = logl(pi/fabsl(t*x));
264 r = -logl(x);
314 r += logl(z); break;
318 t = logl(x);
327 r = x*(logl(x)-1);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 616 - (logl(LnYavg_o - (_q_o[1] / _d_o[1]) * LnXavg)
622 - (logl(LnYavg_c - (_q_c[1] / _d_c[1]) * LnXavg)
694 logl(LnYavg_o - (_q_o[1] / _d_o[1]) * LnXavg));
703 logl(LnYavg_c - (_q_c[1] / _d_c[1]) * LnXavg));
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 621 - (logl(LnYavg_o - (_q_o[1] / _d_o[1]) * LnXavg)
627 - (logl(LnYavg_c - (_q_c[1] / _d_c[1]) * LnXavg)
695 logl(LnYavg_o - (_q_o[1] / _d_o[1]) * LnXavg));
704 logl(LnYavg_c - (_q_c[1] / _d_c[1]) * LnXavg));
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 78 __attribute__((weak)) long double logl(long double x) { return log((double)x); } function
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 78 __attribute__((weak)) long double logl(long double x) { return log((double)x); } function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
s-c1.c 577 t = (Table[r].Y - (logl(LnYavg - (_q[1] / _d[1]) * LnXavg)
619 output(" c = %Lg\n", logl(LnYavg - (_q[1] / _d[1]) * LnXavg));
  /external/bison/darwin-lib/
math.h 1572 # undef logl macro
    [all...]
  /external/bison/lib/
math.in.h 1246 # undef logl macro
1247 # define logl macro
1253 # undef logl macro
1258 _GL_CXXALIASWARN (logl); variable
1260 # undef logl macro
    [all...]
  /external/bison/linux-lib/
math.h 1572 # undef logl macro
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 631 (logl
673 logl(LnYavg[i] - (_q[1][i] / _d[1][i]) * LnXavg[i]));
  /bionic/libc/include/
math.h 276 long double logl(long double) __INTRODUCED_IN(21);

Completed in 426 milliseconds

1 2 3 4 5 6 7 8