Lines Matching refs:as_float
78 float r = 1.0f - as_float(ax);
102 int ixs = as_int(as_float(ax | 0x3f800000) - 1.0f);
111 float f = as_float(0x3f000000 | indx) -
112 as_float(0x3f000000 | (ixn & MANTBITS_SP32));
140 float gh = as_float(as_int(l) & 0xfffff000);
143 float yh = as_float(iy & 0xfffff000);
176 float sexpylogx = expylogx * as_float(0x1 << (m + 149));
177 float texpylogx = as_float(as_int(expylogx) + m2);
183 ? as_float(PINFBITPATT_SP32)
202 float signval = as_float((as_uint(expylogx) ^ SIGNBIT_SP32));
226 return as_float(ret);