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

  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_logl.c 719 log2l(long double x) function
  /ndk/sources/android/support/src/
math_support.c 80 __attribute__((weak)) long double log2l(long double x) { return log2((double)x); } function
  /external/bison/darwin-lib/
math.h 1783 # undef log2l macro
    [all...]
  /external/bison/lib/
math.in.h 1458 # undef log2l macro
1459 # define log2l macro
1469 _GL_CXXALIASWARN (log2l); variable
1471 # undef log2l macro
    [all...]
  /external/bison/linux-lib/
math.h 1783 # undef log2l macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 392 /// double long double log2l(long double x);
393 log2l, enumerator in enum:llvm::LibFunc::Func
743 case LibFunc::log2: case LibFunc::log2f: case LibFunc::log2l:

Completed in 1042 milliseconds