Home
last modified time | relevance | path

Searched refs:tempy (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/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; in bid64_div() local
202 tempy.d = (float) coefficient_y; in bid64_div()
203 bin_index = (tempy.i - tempx.i) >> 23; in bid64_div()
/netbsd-src/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; in bid64_div() local
202 tempy.d = (float) coefficient_y; in bid64_div()
203 bin_index = (tempy.i - tempx.i) >> 23; in bid64_div()