Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/docs/components/
Dcot-binding.rst12 cot chapter
/external/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
/external/skqp/src/utils/
DSk3D.cpp46 float cot = sk_float_cos(halfAngle) / sk_float_sin(halfAngle); in Sk3Perspective() local
/external/skia/src/core/
DSkM44.cpp413 float cot = sk_float_cos(halfAngle) / sk_float_sin(halfAngle); in Perspective() local