/external/bison/linux-lib/ |
D | math.h | 1078 # undef floorl 1079 # define floorl rpl_floorl 1081 _GL_FUNCDECL_RPL (floorl, long double, (long double x)); 1082 _GL_CXXALIAS_RPL (floorl, long double, (long double x)); 1085 # undef floorl 1086 _GL_FUNCDECL_SYS (floorl, long double, (long double x)); 1088 _GL_CXXALIAS_SYS (floorl, long double, (long double x)); 1090 _GL_CXXALIASWARN (floorl); 1092 # undef floorl 1094 _GL_WARN_ON_USE (floorl, "floorl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 766 # undef floorl 767 # define floorl rpl_floorl macro 769 _GL_FUNCDECL_RPL (floorl, long double, (long double x)); 770 _GL_CXXALIAS_RPL (floorl, long double, (long double x)); 773 # undef floorl 774 _GL_FUNCDECL_SYS (floorl, long double, (long double x)); 776 _GL_CXXALIAS_SYS (floorl, long double, (long double x)); 778 _GL_CXXALIASWARN (floorl); 780 # undef floorl 782 _GL_WARN_ON_USE (floorl, "floorl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 1078 # undef floorl 1079 # define floorl rpl_floorl 1081 _GL_FUNCDECL_RPL (floorl, long double, (long double x)); 1082 _GL_CXXALIAS_RPL (floorl, long double, (long double x)); 1085 # undef floorl 1086 _GL_FUNCDECL_SYS (floorl, long double, (long double x)); 1088 _GL_CXXALIAS_SYS (floorl, long double, (long double x)); 1090 _GL_CXXALIASWARN (floorl); 1092 # undef floorl 1094 _GL_WARN_ON_USE (floorl, "floorl is unportable - "
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 90 long double floorl(long double); 280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
|
/external/libxml2/ |
D | trio.c | 276 # define floorl(x) floor((double)(x)) macro 2778 if (workNumber - floorl(workNumber) < 0.001) 2780 zeroes = (int)floorl(workNumber); 2797 exponent = (int)floorl(workNumber); 2808 integerNumber = floorl(number); 2827 if (floorl(number) != floorl(workNumber)) 2838 integerNumber = floorl(workNumber); 2844 integerNumber = floorl(number + 0.5); 2885 hasOnlyZeroes = (floorl((fractionNumber + fractionAdjust) * dblFractionBase) < epsilon); 2965 workNumber = floorl(((integerNumber + integerAdjust) * dblIntegerBase)); [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 366 ; ALL: ld $25, %call16(floorl) 371 %call = tail call fp128 @floorl(fp128 %0) nounwind readnone 375 declare fp128 @floorl(fp128) #1
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 255 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 491 /// long double floorl(long double x); 492 TLI_DEFINE_ENUM_INTERNAL(floorl) 493 TLI_DEFINE_STRING_INTERNAL("floorl")
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 252 ; CHECK: declare void @floorl(...) 253 declare void @floorl(...)
|
D | annotate.ll | 271 ; CHECK: declare x86_fp80 @floorl(x86_fp80) 272 declare x86_fp80 @floorl(x86_fp80)
|
/external/libcxx/include/ |
D | cmath | 88 long double floorl(long double x); 479 using ::floorl;
|
D | math.h | 797 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __lcpp_x) _NOEXCEPT {return ::floorl… in floor()
|
/external/bison/m4/ |
D | math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 138 TLI.setUnavailable(LibFunc::floorl); in initialize() 915 case LibFunc::floorl: in isValidProtoForLibFunc()
|
D | ValueTracking.cpp | 2368 case LibFunc::floorl: in getIntrinsicForCallSite()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 347 case LibFunc::floorl: in mightUseCTR()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 726 __tg_floor(long double __x) {return floorl(__x);} in __tg_floor()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 298 static_assert((std::is_same<decltype(floorl(0)), long double>::value), ""); in test_floor()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 999 LIBBUILTIN(floorl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 300 static_assert((std::is_same<decltype(std::floorl(0)), long double>::value), ""); in test_floor()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1736 fun:floorl=uninstrumented
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 6281 case LibFunc::floorl: in visitCall()
|
/external/bison/ |
D | configure | 24887 … expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal …
|