Searched refs:flt_s (Results 1 – 6 of 6) sorted by relevance
56 const int flt_s = (fi.i >> 31) & 0x1; in _float_to_half() local61 s = flt_s; in _float_to_half()130 int flt_m, flt_e, flt_s; in _half_to_float() local134 flt_s = s; in _half_to_float()161 fi.i = (flt_s << 31) | (flt_e << 23) | flt_m; in _half_to_float()
62 const int flt_s = (fi.i >> 31) & 0x1; in _mesa_float_to_half_slow() local67 s = flt_s; in _mesa_float_to_half_slow()
1389 uint64_t flt_s = (di.u >> 63) & 0x1; in _mesa_double_to_f32() local1392 s = flt_s; in _mesa_double_to_f32()1443 const uint32_t flt_s = (fi.u >> 31) & 0x1; in _mesa_float_to_half_rtz_slow() local1446 s = flt_s; in _mesa_float_to_half_rtz_slow()
215 define i32 @flt_s(half %a, half %b) nounwind {216 ; RV32IZFH-LABEL: flt_s:221 ; RV64IZFH-LABEL: flt_s:
277 define i32 @flt_s(float %a, float %b) nounwind {278 ; RV32IF-LABEL: flt_s:285 ; RV64IF-LABEL: flt_s:
77 define i32 @flt_s(float %a, float %b) nounwind {78 ; RV64I-LABEL: flt_s: