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

/freebsd-12-stable/lib/msun/src/
H A Ds_nearbyint.c60 DECL(float, nearbyintf, rintf)
H A Dmath.h397 float nearbyintf(float);
/freebsd-12-stable/lib/msun/tests/
H A Dnearbyint_test.c54 static float (*libnearbyintf)(float) = nearbyintf;
56 #define nearbyintf libnearbyintf macro
110 assert(fpequal(out, nearbyintf(in)));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h453 using ::nearbyintf;
H A Dtgmath.h1027 __tg_nearbyint(float __x) {return nearbyintf(__x);}
H A D__clang_cuda_device_functions.h1643 __DEVICE__ float nearbyintf(float __a) { return __nv_nearbyintf(__a); } function
/freebsd-12-stable/lib/msun/
H A DMakefile240 rint.3 nearbyint.3 rint.3 nearbyintf.3 rint.3 nearbyintl.3
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h249 float nearbyintf(float x);
1419 inline _LIBCPP_INLINE_VISIBILITY float nearbyint(float __lcpp_x) _NOEXCEPT {return ::nearbyintf(__lcpp_x);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31042 nearbyintf(0.0f);
[all...]

Completed in 659 milliseconds