Home
last modified time | relevance | path

Searched refs:sy (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp207 float sy = fz * upX - fx * upZ; in gluLookAt() local
209 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()
/device/google/contexthub/firmware/os/algos/calibration/over_temp/
Dover_temp_cal.c1354 float sy = 0.0f, stsy = 0.0f; in updateModel() local
1367 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()