Lines Matching refs:iexp0
283 int iax0, si0, iexp0; in __vrsqrtf() local
288 iexp0 = ax0 >> 24; in __vrsqrtf()
289 iexp0 = 0x3f + 0x4b - iexp0; in __vrsqrtf()
290 iexp0 = iexp0 << 23; in __vrsqrtf()
302 iexp0 += *(int*)&fres0; in __vrsqrtf()
303 RETURN(*(float*)&iexp0) in __vrsqrtf()
342 int iax0, si0, iexp0; in __vrsqrtf() local
347 iexp0 = ax0 >> 24; in __vrsqrtf()
348 iexp0 = 0x3f + 0x4b - iexp0; in __vrsqrtf()
349 iexp0 = iexp0 << 23; in __vrsqrtf()
361 iexp0 += *(int*)&fres0; in __vrsqrtf()
363 *(int*)py = iexp0; in __vrsqrtf()
378 int iax0, si0, iexp0; in __vrsqrtf() local
380 iexp0 = ax0 >> 24; in __vrsqrtf()
381 iexp0 = 0x3f - iexp0; in __vrsqrtf()
382 iexp0 = iexp0 << 23; in __vrsqrtf()
394 iexp0 += *(int*)&fres0; in __vrsqrtf()
396 *(int*)py = iexp0; in __vrsqrtf()
410 int iax0, ax0, si0, iexp0; in __vrsqrtf_n() local
430 iexp0 = ax0 >> 24; in __vrsqrtf_n()
433 iexp0 = 0x3f - iexp0; in __vrsqrtf_n()
437 iexp0 = iexp0 << 23; in __vrsqrtf_n()
468 iexp0 += *(int*)&fres0; in __vrsqrtf_n()
471 *(int*)py = iexp0; in __vrsqrtf_n()
484 iexp0 = ax0 >> 24; in __vrsqrtf_n()
485 iexp0 = 0x3f - iexp0; in __vrsqrtf_n()
486 iexp0 = iexp0 << 23; in __vrsqrtf_n()
498 iexp0 += *(int*)&fres0; in __vrsqrtf_n()
499 *(int*)py = iexp0; in __vrsqrtf_n()