Searched refs:rintf (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/lib/msun/i387/
H A Ds_rintf.S11 ENTRY(rintf)
15 END(rintf)
/freebsd-11-stable/lib/msun/src/
H A Ds_llrintf.c5 #define roundit rintf
H A Ds_lrintf.c5 #define roundit rintf
H A Ds_nearbyint.c58 DECL(float, nearbyintf, rintf)
H A De_scalbf.c38 if (rintf(fn)!=fn) return (fn-fn)/(fn-fn);
H A Ds_rintf.c32 rintf(float x) function
H A Dmath.h401 float rintf(float);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h458 using ::rintf;
H A Dtgmath.h1120 __tg_rint(float __x) {return rintf(__x);}
H A D__clang_cuda_device_functions.h1697 __DEVICE__ float rintf(float __a) { return __nv_rintf(__a); } function
/freebsd-11-stable/lib/msun/
H A DMakefile239 MLINKS+=rint.3 rintf.3 rint.3 rintl.3 \
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h269 float rintf(float x);
1502 inline _LIBCPP_INLINE_VISIBILITY float rint(float __lcpp_x) _NOEXCEPT {return ::rintf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31057 rintf(0.0f);
[all...]

Completed in 829 milliseconds