Searched refs:roundl (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_llroundl.c5 #define roundit roundl
H A Ds_lroundl.c5 #define roundit roundl
H A Ds_round.c59 __weak_reference(round, roundl);
H A Ds_roundl.c40 roundl(long double x) function
H A Dmath.h489 long double roundl(long double);
/freebsd-11.0-release/contrib/netbsd-tests/lib/libm/
H A Dt_round.c64 bl = roundl(al);
72 cl = roundl(-al);
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h232 case LibFunc::round: case LibFunc::roundf: case LibFunc::roundl:
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp217 case LibFunc::roundl:
H A DTargetLibraryInfo.cpp186 TLI.setUnavailable(LibFunc::roundl);
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp361 case LibFunc::roundl:
/freebsd-11.0-release/lib/msun/
H A DMakefile214 MLINKS+=round.3 roundf.3 round.3 roundl.3
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1152 __tg_round(long double __x) {return roundl(__x);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h275 long double roundl(long double x);
1365 inline _LIBCPP_INLINE_VISIBILITY long double round(long double __lcpp_x) _NOEXCEPT {return roundl(__lcpp_x);}
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5893 case LibFunc::roundl:
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31061 roundl(0.0l);
[all...]

Completed in 315 milliseconds