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

  /external/bison/lib/
ldexpl.c 1 /* Emulation for ldexpl.
29 ldexpl (long double x, int exp) function
40 ldexpl (long double x, int exp) function
87 printf ("%5d %.16Lg %.16Lg\n", y, ldexpl (0.8L, y), ldexpl (0.8L, -y) * ldexpl (0.8L, y));
math.in.h 1174 # undef ldexpl macro
1175 # define ldexpl macro
1188 _GL_CXXALIASWARN (ldexpl); variable
1191 # undef ldexpl macro
    [all...]
  /external/bison/darwin-lib/
math.h 1486 # undef ldexpl macro
1487 # define ldexpl macro
1500 _GL_CXXALIASWARN (ldexpl); variable
1503 # undef ldexpl macro
    [all...]
  /external/bison/linux-lib/
math.h 1486 # undef ldexpl macro
1487 # define ldexpl macro
1500 _GL_CXXALIASWARN (ldexpl); variable
1503 # undef ldexpl macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 370 /// long double ldexpl(long double x, int n);
371 ldexpl, enumerator in enum:llvm::LibFunc::Func

Completed in 3459 milliseconds