Searched refs:x_left (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_phy.c1448 ath5k_get_interpolated_value(s16 target, s16 x_left, s16 x_right, argument
1455 if ((x_left == x_right) || (y_left == y_right))
1464 ratio = ((100 * y_right - 100 * y_left)/(x_right - x_left));
1467 result = y_left + (ratio * (target - x_left) / 100);
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1149 const glw::GLfloat x_left = -1.0f + x_mid_step + ((glw::GLfloat)x_offset_for_face) * x_step; local
1150 const glw::GLfloat x_middle = x_left + x_step;
1157 vectorSet4(positions, 0, x_left, y_top, 0.0f, 1.0f);
1160 vectorSet4(positions, 3, x_left, y_middle, 0.0f, 1.0f);
1163 vectorSet4(positions, 6, x_left, y_bottom, 0.0f, 1.0f);
/external/freetype/src/base/
H A Dftobjs.c346 FT_Pos x_left, y_top; local
428 x_left = cbox.xMin >> 6;
454 slot->bitmap_left = (FT_Int)x_left;

Completed in 594 milliseconds