Home | History | Annotate | Download | only in libbid

Lines Matching refs:fy

42      int_float fx, fy, f64;
154 // fx ~ CX, fy ~ CY
156 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
158 bin_index = (fy.i - fx.i) >> 23;
493 int_float fx, fy, f64;
615 // fx ~ CX, fy ~ CY
617 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
619 bin_index = (fy.i - fx.i) >> 23;
952 int_float fx, fy, f64;
1069 // fx ~ CX, fy ~ CY
1071 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
1073 bin_index = (fy.i - fx.i) >> 23;
1409 int_float fx, fy, f64;
1521 // fx ~ CX, fy ~ CY
1523 fy.d = (float) CY.w[1] * f64.d + (float) CY.w[0];
1525 bin_index = (fy.i - fx.i) >> 23;