Searched refs:sk_double_to_float (Results 1 – 5 of 5) sorted by relevance
65 mag = sk_double_to_float(dmag); in set_point_length()89 return sk_double_to_float(sqrt(xx * xx + yy * yy)); in Length()
601 return sk_double_to_float((double)a * b + (double)c * d); in muladdmul()748 if (SkScalarNearlyZero(sk_double_to_float(det), in sk_inv_determinant()
1635 return sk_double_to_float(sqrt(sk_ieee_double_divide(w1 * w1, w0 * w2))); in TransformW()
63 #define SkDoubleToScalar(x) sk_double_to_float(x)
172 static inline float sk_double_to_float(double x) { in sk_double_to_float() function