Lines Matching refs:as_float
82 float r = 1.0f - as_float(ax);
106 int ixs = as_int(as_float(ax | 0x3f800000) - 1.0f);
115 float f = as_float(0x3f000000 | indx) -
116 as_float(0x3f000000 | (ixn & MANTBITS_SP32));
144 float gh = as_float(as_int(l) & 0xfffff000);
147 float yh = as_float(iy & 0xfffff000);
181 float sexpylogx = expylogx * as_float(0x1 << (m + 149));
182 float texpylogx = as_float(as_int(expylogx) + m2);
188 ? as_float(PINFBITPATT_SP32)
208 float signval = as_float((as_uint(expylogx) ^ SIGNBIT_SP32));
239 return as_float(ret);