Searched refs:sk_float_cos (Results 1 – 4 of 4) sorted by relevance
62 #define sk_float_cos(x) (float)::cos(x) macro76 #define sk_float_cos(x) cosf(x) macro
54 #define SkScalarCos(radians) (float)sk_float_cos(radians)
145 *cosValue = sk_float_cos(radians); in SkScalarSinCos()
151 (0.54f + 0.46f * sk_float_cos(xpi / fWidth))); // hamming(x) in evaluate()