Home
last modified time | relevance | path

Searched refs:roundf (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_round.c68 bf = roundf(af); in ATF_TC_BODY()
76 cf = roundf(-af); in ATF_TC_BODY()
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dtanpif_3u1.c67 float rounded = roundf (x); in arm_math_tanpif()
94 int32_t rounded_x2 = (int32_t) roundf (x2); in arm_math_tanpif()
H A Dcospif_2u6.c40 uint32_t m = roundf (ax); in arm_math_cospif()
H A Dsinpif_2u5.c41 int32_t m = roundf (r); in arm_math_sinpif()
/freebsd/lib/msun/src/
H A Ds_llroundf.c2 #define roundit roundf
H A Ds_lroundf.c2 #define roundit roundf
H A Ds_roundf.c33 roundf(float x) in roundf() function
H A Dmath.h378 float roundf(float);
/freebsd/lib/msun/
H A DSymbol.map153 roundf;
H A DMakefile284 MLINKS+=round.3 roundf.3 round.3 roundl.3
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h174 __DEVICE__ float roundf(float __a) { return __nv_roundf(__a); } in roundf() function
198 __DEVICE__ long lroundf(float __a) { return roundf(__a); } in lroundf()
H A D__clang_cuda_cmath.h488 using ::roundf;
H A D__clang_hip_cmath.h782 using ::roundf;
H A Dtgmath.h1137 __tg_round(float __x) {return roundf(__x);} in __tg_round()
H A D__clang_hip_math.h635 float roundf(float __x) { return __builtin_roundf(__x); }
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc188 using ::roundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcmath288 float roundf(float x);
485 using ::roundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcmath288 float roundf(float x);
489 using ::roundf _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.cppm
H A Dcmath.inc189 using std::roundf _LIBCPP_USING_IF_EXISTS;
/freebsd/lib/virtual_oss/bt/
H A Dsbc_encode.c403 audioout = roundf(audioout); in sbc_encode()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2195 /// float roundf(float x);
2196 TLI_DEFINE_ENUM_INTERNAL(roundf)
2197 TLI_DEFINE_STRING_INTERNAL("roundf")
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc712 SYMBOL(roundf, None, <math.h>)
H A DStdSymbolMap.inc2603 SYMBOL(roundf, std::, <cmath>)
2604 SYMBOL(roundf, None, <cmath>)
2605 SYMBOL(roundf, None, <math.h>)
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.td861 def roundf : RuntimeLibcallImpl<ROUND_F32>;

12