Home
last modified time | relevance | path

Searched defs:cot (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dreciprocal.inl41 GLM_FUNC_QUALIFIER genType cot(genType angle) function
50 GLM_FUNC_QUALIFIER vecType<T, P> cot(vecType<T, P> const & x) function
/third_party/skia/src/core/
DSkM44.cpp365 float cot = sk_float_cos(halfAngle) / sk_float_sin(halfAngle); in Perspective() local