Home
last modified time | relevance | path

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

/third_party/boost/boost/math/
Dquaternion.hpp1041 T courrant = static_cast<T>(1); in spherical() local
1045 courrant *= cos(phi2); in spherical()
1047 T c = sin(phi1)*courrant; in spherical()
1049 courrant *= cos(phi1); in spherical()
1051 T b = sin(theta)*courrant; in spherical()
1052 T a = cos(theta)*courrant; in spherical()
Doctonion.hpp4023 T courrant = static_cast<T>(1); in spherical() local
4027 courrant *= cos(phi6); in spherical()
4029 T g = sin(phi5)*courrant; in spherical()
4031 courrant *= cos(phi5); in spherical()
4033 T f = sin(phi4)*courrant; in spherical()
4035 courrant *= cos(phi4); in spherical()
4037 T e = sin(phi3)*courrant; in spherical()
4039 courrant *= cos(phi3); in spherical()
4041 T d = sin(phi2)*courrant; in spherical()
4043 courrant *= cos(phi2); in spherical()
[all …]