Searched refs:sk_double_to_float (Results 1 – 13 of 13) sorted by relevance
58 mag = sk_double_to_float(dmag); in set_point_length()82 return sk_double_to_float(sqrt(xx * xx + yy * yy)); in Length()
596 if (!sk_float_isfinite(sk_double_to_float(invdet))) { in invert()657 if (!sk_float_isfinite(sk_double_to_float(invdet))) { in invert()
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()
1639 return sk_double_to_float(sqrt(sk_ieee_double_divide(w1 * w1, w0 * w2))); in TransformW()
113 mag = sk_double_to_float(dmag); in set_point_length()138 return sk_double_to_float(sqrt(xx * xx + yy * yy)); in Length()
587 if (!sk_float_isfinite(sk_double_to_float(invdet))) { in invert()648 if (!sk_float_isfinite(sk_double_to_float(invdet))) { in invert()
625 return sk_double_to_float((double)a * b + (double)c * d); in muladdmul()768 if (SkScalarNearlyZero(sk_double_to_float(det), in sk_inv_determinant()
1399 return sk_double_to_float(sqrt(sk_ieee_double_divide(w1 * w1, w0 * w2))); in TransformW()
139 static inline float sk_double_to_float(double x) { in sk_double_to_float() function
63 #define SkDoubleToScalar(x) sk_double_to_float(x)
62 return sk_double_to_float(x); in SkDoubleToMScalar()
165 static inline float sk_double_to_float(double x) { in sk_double_to_float() function