Searched refs:nearbyintl (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/lib/msun/src/
H A Ds_nearbyint.c59 DECL(long double, nearbyintl, rintl)
H A Dmath.h480 long double nearbyintl(long double);
/freebsd-11.0-release/lib/msun/tests/
H A Dnearbyint_test.c54 long double (*libnearbyintl)(long double) = nearbyintl;
57 #define nearbyintl libnearbyintl macro
106 assert(fpequal(out, nearbyintl(in)));
113 assert(fpequal(out, nearbyintl(in)));
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h229 case LibFunc::nearbyint: case LibFunc::nearbyintf: case LibFunc::nearbyintl:
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DVectorUtils.cpp213 case LibFunc::nearbyintl:
H A DTargetLibraryInfo.cpp180 TLI.setUnavailable(LibFunc::nearbyintl);
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp349 case LibFunc::nearbyintl:
/freebsd-11.0-release/lib/msun/
H A DMakefile213 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1042 __tg_nearbyint(long double __x) {return nearbyintl(__x);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h251 long double nearbyintl(long double x);
1272 inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return nearbyintl(__lcpp_x);}
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5875 case LibFunc::nearbyintl:
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31043 nearbyintl(0.0l);
[all...]

Completed in 202 milliseconds