Searched refs:bin_expon_cy (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_mul.c65 int extra_digits, exponent_x, exponent_y, bin_expon_cx, bin_expon_cy, local
167 bin_expon_cy = ((tempy.i & MASK_BINARY_EXPONENT) >> 52);
171 bin_expon_product = bin_expon_cx + bin_expon_cy;
H A Dbid64_fma.c75 int extra_digits, exponent_x, exponent_y, bin_expon_cx, bin_expon_cy, local
289 bin_expon_cy = ((tempy.i & MASK_BINARY_EXPONENT) >> 52);
293 bin_expon_product = bin_expon_cx + bin_expon_cy;

Completed in 104 milliseconds