Home
last modified time | relevance | path

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

/external/libxcam/xcore/
Dvec_mat.h1098 char max_diag = (diag1 > diag2) ? ((diag1 > diag3) ? 1 : 3) : ((diag2 > diag3) ? 2 : 3); in create_quaternion() local
1100 if (max_diag == 1) in create_quaternion()
1108 else if (max_diag == 2) in create_quaternion()