Searched refs:floorl (Results 1 – 21 of 21) sorted by relevance
/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/llvm/include/llvm/Transforms/Utils/ |
D | VectorUtils.h | 172 case LibFunc::floorl: in getIntrinsicIDForCall()
|
/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 | 239 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
|
D | TargetLibraryInfo.def | 406 /// long double floorl(long double x); 407 TLI_DEFINE_ENUM_INTERNAL(floorl) 408 TLI_DEFINE_STRING_INTERNAL("floorl")
|
/external/ltrace/etc/ |
D | libm.so.conf | 142 ldouble floorl(ldouble);
|
/external/bison/m4/ |
D | math_h.m4 | 44 fabsf fabsl floorf floorl fma fmaf fmal
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 330 case LibFunc::floorl: in mightUseCTR()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 125 TLI.setUnavailable(LibFunc::floorl); in initialize()
|
/external/libcxx/include/ |
D | cmath | 88 long double floorl(long double x); 830 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __lcpp_x) _NOEXCEPT {return floorl(_… 1634 using ::floorl;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 96 static_assert((std::is_same<decltype(floorl(0)), long double>::value), ""); in test_floor()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 726 __tg_floor(long double __x) {return floorl(__x);} in __tg_floor()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 970 LIBBUILTIN(floorl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 301 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 | 6017 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 …
|