Searched refs:roundf (Results 1 – 25 of 26) sorted by relevance
12
68 bf = roundf(af); in ATF_TC_BODY()76 cf = roundf(-af); in ATF_TC_BODY()
67 float rounded = roundf (x); in arm_math_tanpif()94 int32_t rounded_x2 = (int32_t) roundf (x2); in arm_math_tanpif()
40 uint32_t m = roundf (ax); in arm_math_cospif()
41 int32_t m = roundf (r); in arm_math_sinpif()
2 #define roundit roundf
33 roundf(float x) in roundf() function
378 float roundf(float);
153 roundf;
284 MLINKS+=round.3 roundf.3 round.3 roundl.3
174 __DEVICE__ float roundf(float __a) { return __nv_roundf(__a); } in roundf() function198 __DEVICE__ long lroundf(float __a) { return roundf(__a); } in lroundf()
488 using ::roundf;
782 using ::roundf;
1137 __tg_round(float __x) {return roundf(__x);} in __tg_round()
635 float roundf(float __x) { return __builtin_roundf(__x); }
188 using ::roundf _LIBCPP_USING_IF_EXISTS;
288 float roundf(float x);485 using ::roundf _LIBCPP_USING_IF_EXISTS;
288 float roundf(float x);489 using ::roundf _LIBCPP_USING_IF_EXISTS;
189 using std::roundf _LIBCPP_USING_IF_EXISTS;
403 audioout = roundf(audioout); in sbc_encode()
2195 /// float roundf(float x);2196 TLI_DEFINE_ENUM_INTERNAL(roundf)2197 TLI_DEFINE_STRING_INTERNAL("roundf")
712 SYMBOL(roundf, None, <math.h>)
2603 SYMBOL(roundf, std::, <cmath>)2604 SYMBOL(roundf, None, <cmath>)2605 SYMBOL(roundf, None, <math.h>)
861 def roundf : RuntimeLibcallImpl<ROUND_F32>;