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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_logbl.c 24 logbl(long double x) function
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 100 // The logbl() implementation is taken from the latest bionic/, since
102 extern "C" long double logbl(long double x) { return logb(x); } function
  /ndk/sources/android/support/src/
math_support.c 81 __attribute__((weak)) long double logbl(long double x) { return logb((double)x); } function
  /external/bison/darwin-lib/
math.h 1853 # undef logbl macro
    [all...]
  /external/bison/lib/
math.in.h 1528 # undef logbl macro
1529 # define logbl macro
1539 _GL_CXXALIASWARN (logbl); variable
1541 # undef logbl macro
    [all...]
  /external/bison/linux-lib/
math.h 1853 # undef logbl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 645 extern long double __cdecl logbl (long double);
698 __CRT_INLINE long double __cdecl logbl (long double x) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 398 /// long double logbl(long double x);
399 logbl, enumerator in enum:llvm::LibFunc::Func

Completed in 201 milliseconds