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

  /bionic/libm/
fake_long_double.c 45 long double expm1l(long double a1) { return expm1(a1); } function
  /external/bison/darwin-lib/
math.h 984 # undef expm1l
990 # undef expm1l macro
    [all...]
  /external/bison/lib/
math.in.h 672 # undef expm1l macro
673 _GL_FUNCDECL_SYS (expm1l, long double, (long double x));
675 _GL_CXXALIAS_SYS (expm1l, long double, (long double x));
676 _GL_CXXALIASWARN (expm1l); variable
678 # undef expm1l macro
680 _GL_WARN_ON_USE (expm1l, "expm1l is unportable - "
681 "use gnulib module expm1l for portability");
    [all...]
  /external/bison/linux-lib/
math.h 984 # undef expm1l
990 # undef expm1l macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 200 /// long double expm1l(long double x);
201 expm1l, enumerator in enum:llvm::LibFunc::Func

Completed in 1469 milliseconds