Searched refs:float_int (Results 1 – 1 of 1) sorted by relevance
50 } float_int; in SqrtByCarmack() local56 float_int.y = x; in SqrtByCarmack()58 float_int.i = 0x5f375a86 - (float_int.i >> 1); in SqrtByCarmack()59 float_int.y = float_int.y * (threehalfs - (x2 * float_int.y * float_int.y)); in SqrtByCarmack()63 return (x * float_int.y); in SqrtByCarmack()