Searched defs:tan (Results 1 - 3 of 3) sorted by relevance

/external/stlport/src/
H A Dcomplex_trig.cpp104 // tan
118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z) function
121 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>& z) function
125 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>& z) function
/external/skia/src/core/
H A DSkCordic.cpp41 int32_t tan = *tanPtr++; local
45 z -= tan;
49 z += tan;
95 int32_t tan = *tanPtr++; local
99 z -= tan;
103 z += tan;
166 int32_t tan = *tanPtr++; local
174 z -= tan;
178 z += tan;
232 // tan
[all...]
/external/webkit/WebCore/inspector/front-end/
H A DColor.js449 "D2B48C": [[210, 180, 140], [34, 44, 69], "tan"],
643 "tan": "D2B48C",

Completed in 110 milliseconds