Searched refs:sk_float_copysign (Results 1 – 3 of 3) sorted by relevance
32 static inline float sk_float_copysign(float x, float y) { in sk_float_copysign() function
47 #define SkScalarCopySign(x, y) sk_float_copysign(x, y)
471 REPORTER_ASSERT(reporter, sk_float_copysign(x, y) == expected); in test_copysign()