Searched refs:tempy (Results 101 - 106 of 106) sorted by relevance

12345

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_mul.c64 int_double tempx, tempy; local
166 tempy.d = (double) coefficient_y;
167 bin_expon_cy = ((tempy.i & MASK_BINARY_EXPONENT) >> 52);
H A Dbid64_fma.c74 int_double tempx, tempy; local
288 tempy.d = (double) coefficient_y;
289 bin_expon_cy = ((tempy.i & MASK_BINARY_EXPONENT) >> 52);
H A Dbid64_div.c90 int_float tempx, tempy; local
202 tempy.d = (float) coefficient_y;
203 bin_index = (tempy.i - tempx.i) >> 23;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_mul.c64 int_double tempx, tempy; local
166 tempy.d = (double) coefficient_y;
167 bin_expon_cy = ((tempy.i & MASK_BINARY_EXPONENT) >> 52);
H A Dbid64_fma.c74 int_double tempx, tempy; local
288 tempy.d = (double) coefficient_y;
289 bin_expon_cy = ((tempy.i & MASK_BINARY_EXPONENT) >> 52);
H A Dbid64_div.c90 int_float tempx, tempy; local
202 tempy.d = (float) coefficient_y;
203 bin_index = (tempy.i - tempx.i) >> 23;

Completed in 147 milliseconds

12345