Home
last modified time | relevance | path

Searched refs:roundl (Results 1 – 23 of 23) sorted by relevance

/trueos/contrib/netbsd-tests/lib/libm/
HDt_round.c64 bl = roundl(al); in ATF_TC_BODY()
72 cl = roundl(-al); in ATF_TC_BODY()
/trueos/lib/msun/src/
HDs_llroundl.c5 #define roundit roundl
HDs_lroundl.c5 #define roundit roundl
HDs_roundl.c40 roundl(long double x) in roundl() function
HDs_round.c59 __weak_reference(round, roundl);
HDmath.h493 long double roundl(long double);
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLibraryInfo.h484 roundl, enumerator
710 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl: in hasOptimizedCodeGen()
/trueos/lib/msun/
HDSymbol.map156 roundl;
HDMakefile209 MLINKS+=round.3 roundf.3 round.3 roundl.3
/trueos/contrib/llvm/lib/Target/
HDTargetLibraryInfo.cpp475 TLI.setUnavailable(LibFunc::roundl); in initialize()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCCTRLoops.cpp329 case LibFunc::roundl: in mightUseCTR()
/trueos/contrib/libstdc++/include/tr1/
Dcmath135 #undef roundl
285 using ::roundl;
/trueos/contrib/libc++/include/
Dcmath278 long double roundl(long double x);
1556 inline _LIBCPP_INLINE_VISIBILITY long double round(long double __lcpp_x) _NOEXCEPT {return roundl(_…
1672 using ::roundl;
/trueos/contrib/llvm/tools/clang/lib/Headers/
HDtgmath.h1152 __tg_round(long double __x) {return roundl(__x);} in __tg_round()
/trueos/contrib/gcc/
HDbuiltins.def371 DEF_C99_BUILTIN (BUILT_IN_ROUNDL, "roundl", BT_FN_LONGDOUBLE_LONGDOUBLE, ATTR_CONST_NOTHROW_…
HDChangeLog-20023086 ceill, round, roundf, roundl, trunc,
HDChangeLog-200445639 round, roundf and roundl.
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDBuiltins.def1014 LIBBUILTIN(roundl, "LdLd", "fnc", "math.h", ALL_LANGUAGES)
/trueos/contrib/libstdc++/
Dacinclude.m41229 roundl(0.0l);
Dconfigure31061 roundl(0.0l);
/trueos/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp1993 case LibFunc::roundl: in getIntrinsicIDForCall()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp5945 case LibFunc::roundl: in visitCall()
/trueos/contrib/gcc/doc/
HDextend.texi5646 @findex roundl
5809 @code{roundf}, @code{roundl}, @code{round}, @code{scalblnf},