Searched refs:tempy (Results 1 – 6 of 6) sorted by relevance
64 int_double tempx, tempy; local166 tempy.d = (double) coefficient_y;167 bin_expon_cy = ((tempy.i & MASK_BINARY_EXPONENT) >> 52);
74 int_double tempx, tempy; local288 tempy.d = (double) coefficient_y;289 bin_expon_cy = ((tempy.i & MASK_BINARY_EXPONENT) >> 52);
90 int_float tempx, tempy; in bid64_div() local202 tempy.d = (float) coefficient_y; in bid64_div()203 bin_index = (tempy.i - tempx.i) >> 23; in bid64_div()