Home
last modified time | relevance | path

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

/external/libchrome/ui/gfx/geometry/
Dangle_conversions.h14 return deg * base::kPiDouble / 180.0; in DegToRad()
21 return rad * 180.0 / base::kPiDouble; in RadToDeg()
Dmatrix3_f.cc194 phi = base::kPiDouble / 3; in SolveEigenproblem()
200 q + 2 * p * static_cast<float>(cos(phi + 2.0 * base::kPiDouble / 3.0)); in SolveEigenproblem()
/external/libchrome/base/numerics/
Dmath_constants.h10 constexpr double kPiDouble = 3.14159265358979323846; variable