Searched refs:float16_to_int16_round_to_zero (Results 1 – 4 of 4) sorted by relevance
212 int16_t float16_to_int16_round_to_zero(float16, float_status *status);
1214 return float16_to_int16_round_to_zero(x, fpst); in vfp_tosszh()
4607 return float16_to_int16_round_to_zero(f, s); in vfp_float16_to_int16_rtz()
3384 int16_t float16_to_int16_round_to_zero(float16 a, float_status *s) in float16_to_int16_round_to_zero() function