Lines Matching refs:fy
525 int_float fx, fy, f64;
634 // fx ~ CX, fy ~ CY
636 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
638 bin_index = (fy.i - fx.i) >> 23;
939 int_float fx, fy, f64;
1057 // fx ~ CX, fy ~ CY
1059 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
1061 bin_index = (fy.i - fx.i) >> 23;
1376 int_float fx, fy, f64;
1490 // fx ~ CX, fy ~ CY
1492 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
1494 bin_index = (fy.i - fx.i) >> 23;