Home
last modified time | relevance | path

Searched refs:floorl (Results 1 – 23 of 23) 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/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.h255 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def491 /// long double floorl(long double x);
492 TLI_DEFINE_ENUM_INTERNAL(floorl)
493 TLI_DEFINE_STRING_INTERNAL("floorl")
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll252 ; CHECK: declare void @floorl(...)
253 declare void @floorl(...)
Dannotate.ll271 ; CHECK: declare x86_fp80 @floorl(x86_fp80)
272 declare x86_fp80 @floorl(x86_fp80)
/external/libcxx/include/
Dcmath88 long double floorl(long double x);
479 using ::floorl;
Dmath.h797 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __lcpp_x) _NOEXCEPT {return ::floorl in floor()
/external/bison/m4/
Dmath_h.m444 fabsf fabsl floorf floorl fma fmaf fmal
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp138 TLI.setUnavailable(LibFunc::floorl); in initialize()
915 case LibFunc::floorl: in isValidProtoForLibFunc()
DValueTracking.cpp2368 case LibFunc::floorl: in getIntrinsicForCallSite()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp347 case LibFunc::floorl: in mightUseCTR()
/external/clang/lib/Headers/
Dtgmath.h726 __tg_floor(long double __x) {return floorl(__x);} in __tg_floor()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp298 static_assert((std::is_same<decltype(floorl(0)), long double>::value), ""); in test_floor()
/external/clang/include/clang/Basic/
DBuiltins.def999 LIBBUILTIN(floorl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp300 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.cpp6281 case LibFunc::floorl: in visitCall()
/external/bison/
Dconfigure24887 … expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal …