Searched refs:roundf (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_llroundf.c5 #define roundit roundf
H A Ds_lroundf.c5 #define roundit roundf
H A Ds_roundf.c34 roundf(float x) function
H A Dmath.h378 float roundf(float);
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_round.c63 bf = roundf(af);
71 cf = roundf(-af);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h459 using ::roundf;
H A Dtgmath.h1137 __tg_round(float __x) {return roundf(__x);}
H A D__clang_cuda_device_functions.h1626 __DEVICE__ long lroundf(float __a) { return roundf(__a); }
1717 __DEVICE__ float roundf(float __a) { return __nv_roundf(__a); } function
/freebsd-11-stable/lib/msun/
H A DMakefile241 MLINKS+=round.3 roundf.3 round.3 roundl.3
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h273 float roundf(float x);
1512 inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return ::roundf(__lcpp_x);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31060 roundf(0.0f);
[all...]

Completed in 308 milliseconds