Home
last modified time | relevance | path

Searched refs:floorl (Results 1 – 21 of 21) sorted by relevance

/external/bison/linux-lib/
Dmath.h1078 # 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/
Dmath.in.h766 # 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/
Dmath.h1078 # 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/
Dlibcall-declarations.c90 long double floorl(long double);
280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
/external/llvm/include/llvm/Transforms/Utils/
DVectorUtils.h172 case LibFunc::floorl: in getIntrinsicIDForCall()
/external/libxml2/
Dtrio.c276 # 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/
Dmips64-f128.ll366 ; 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/
DTargetLibraryInfo.h239 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def406 /// long double floorl(long double x);
407 TLI_DEFINE_ENUM_INTERNAL(floorl)
408 TLI_DEFINE_STRING_INTERNAL("floorl")
/external/ltrace/etc/
Dlibm.so.conf142 ldouble floorl(ldouble);
/external/bison/m4/
Dmath_h.m444 fabsf fabsl floorf floorl fma fmaf fmal
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp330 case LibFunc::floorl: in mightUseCTR()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp125 TLI.setUnavailable(LibFunc::floorl); in initialize()
/external/libcxx/include/
Dcmath88 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/
Dmath_h.pass.cpp96 static_assert((std::is_same<decltype(floorl(0)), long double>::value), ""); in test_floor()
/external/clang/lib/Headers/
Dtgmath.h726 __tg_floor(long double __x) {return floorl(__x);} in __tg_floor()
/external/clang/include/clang/Basic/
DBuiltins.def970 LIBBUILTIN(floorl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp301 static_assert((std::is_same<decltype(std::floorl(0)), long double>::value), ""); in test_floor()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1736 fun:floorl=uninstrumented
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6017 case LibFunc::floorl: in visitCall()
/external/bison/
Dconfigure24887 … expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal …