Searched refs:ax2 (Results 1 – 3 of 3) sorted by relevance
417 int iax2, ax2, si2, iexp2; in __vrsqrtf_n() local427 ax2 = *(int*)px; in __vrsqrtf_n()432 iexp2 = ax2 >> 24; in __vrsqrtf_n()443 si2 = (ax2 >> 13) & 0x7f0; in __vrsqrtf_n()453 iax2 = ax2 & 0x7ffe0000; in __vrsqrtf_n()456 iax2 = ax2 - iax2; in __vrsqrtf_n()
584 unsigned ax2; in __vpowf_n() local593 ax2 = ((int*)px)[0]; in __vpowf_n()597 exp2 = ((ax2 & 0x7fffffff) >> 23) - 127; in __vpowf_n()600 ax2 &= 0x007fffff; in __vpowf_n()603 i2 = (ax2 + 0x8000) & 0xffff0000; in __vpowf_n()609 i2 = ax2 - i2; in __vpowf_n()
688 double ax2, x2, s_h2, ux2; in __vpow() local758 u2 = x2 - ax2; in __vpow()783 s_l2 = (x2 - (ux2 - ax2)); in __vpow()