Home
last modified time | relevance | path

Searched refs:sk_float_copysign (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/private/
DSkFloatingPoint.h32 static inline float sk_float_copysign(float x, float y) { in sk_float_copysign() function
/external/skia/include/core/
DSkScalar.h47 #define SkScalarCopySign(x, y) sk_float_copysign(x, y)
/external/skia/tests/
DMathTest.cpp471 REPORTER_ASSERT(reporter, sk_float_copysign(x, y) == expected); in test_copysign()