Searched refs:sy (Results 1 – 2 of 2) sorted by relevance
207 float sy = fz * upX - fx * upZ; in gluLookAt() local209 float slf = 1.0f / sqrt(sx * sx + sy * sy + sz * sz); in gluLookAt()211 sy *= slf; in gluLookAt()215 float ux = sy * fz - sz * fy; in gluLookAt()217 float uz = sx * fy - sy * fx; in gluLookAt()229 m[4] = sy; in gluLookAt()
1354 float sy = 0.0f, stsy = 0.0f; in updateModel() local1367 sy += over_temp_cal->model_data[i].offset[1] * weight; in updateModel()1392 sensor_intercept[1] = (sy - st * temp_sensitivity[1]) * inv_sw; in updateModel()