Searched refs:truncf (Results 1 – 4 of 4) sorted by relevance
150 static INLINE float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } in truncf() function
1196 __tg_trunc(float __x) {return truncf(__x);} in __tg_trunc()
183 data.f[c] = truncf(op[0]->value.f[c]); in constant_expression_value()
6220 Faux = truncf(Faux1.e[i]); in part4()