Lines Matching refs:as_float
80 float r = 1.0f - as_float(ax);
104 int ixs = as_int(as_float(ax | 0x3f800000) - 1.0f);
113 float f = as_float(0x3f000000 | indx) - as_float(0x3f000000 | (ixn & MANTBITS_SP32));
140 float gh = as_float(as_int(l) & 0xfffff000);
143 float yh = as_float(iy & 0xfffff000);
146 float fnyh = as_float(as_int(fny) & 0xfffff000);
173 …float sexpylogx = __clc_fp32_subnormals_supported() ? expylogx * as_float(0x1 << (m + 149)) : 0.0f;
175 float texpylogx = as_float(as_int(expylogx) + m2);
179 …62e430p+6f) | (ylogx == 0x1.62e430p+6f & ylogx_t > -0x1.05c610p-22f)) ? as_float(PINFBITPATT_SP32)…
191 float signval = as_float((as_uint(expylogx) ^ SIGNBIT_SP32));
210 return as_float(ret);