Home
last modified time | relevance | path

Searched refs:cos (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
Dsf_cos.c53 double cos(double x) in cos() function
55 double cos(x) in cos()
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp325 *y = cos((180+yaw)*3.14/180); in get_yawing()
341 float z1 = R*cos(theta_around_x*3.14/180); in get_eye_x_y_z()
344 float zz2 = z1 * cos(theta_around_y*3.14/180); in get_eye_x_y_z()
/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp524 const float cos_angle = std::cos(angle / M_PI); in CoordinatesForOrientation()