HomeSort by relevance Sort by last modified time
    Searched defs:log1pl (Results 1 - 6 of 6) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 564 log1pl(long double x) function
  /ndk/sources/android/support/src/
math_support.c 79 __attribute__((weak)) long double log1pl(long double x) { return log1p((double)x); } function
  /external/bison/darwin-lib/
math.h 1711 # undef log1pl macro
    [all...]
  /external/bison/lib/
math.in.h 1386 # undef log1pl macro
1387 # define log1pl macro
1397 _GL_CXXALIASWARN (log1pl); variable
1399 # undef log1pl macro
    [all...]
  /external/bison/linux-lib/
math.h 1711 # undef log1pl macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 386 /// long double log1pl(long double x);
387 log1pl, enumerator in enum:llvm::LibFunc::Func

Completed in 537 milliseconds