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

/freebsd-11.0-release/lib/msun/src/
H A Ds_nearbyint.c58 DECL(float, nearbyintf, rintf)
H A Dmath.h392 float nearbyintf(float);
/freebsd-11.0-release/lib/msun/tests/
H A Dnearbyint_test.c53 float (*libnearbyintf)(float) = nearbyintf;
55 #define nearbyintf libnearbyintf macro
111 assert(fpequal(out, nearbyintf(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.cpp212 case LibFunc::nearbyintf:
H A DTargetLibraryInfo.cpp179 TLI.setUnavailable(LibFunc::nearbyintf);
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp348 case LibFunc::nearbyintf:
/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.h1034 __tg_nearbyint(float __x) {return nearbyintf(__x);}
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h250 float nearbyintf(float x);
1271 inline _LIBCPP_INLINE_VISIBILITY float nearbyint(float __lcpp_x) _NOEXCEPT {return nearbyintf(__lcpp_x);}
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5874 case LibFunc::nearbyintf:
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31042 nearbyintf(0.0f);
[all...]

Completed in 141 milliseconds