Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkFloatingPoint.h54 #define sk_float_copysign(x, y) copysignf(x, y) macro
/external/skia/include/core/
DSkScalar.h39 #define SkScalarCopySign(x, y) sk_float_copysign(x, y)
/external/skqp/include/core/
DSkScalar.h39 #define SkScalarCopySign(x, y) sk_float_copysign(x, y)
/external/skia/include/private/
DSkFloatingPoint.h61 #define sk_float_copysign(x, y) copysignf(x, y) macro
/external/skqp/tests/
DMathTest.cpp344 REPORTER_ASSERT(reporter, sk_float_copysign(x, y) == expected); in test_copysign()
/external/skia/tests/
DMathTest.cpp384 REPORTER_ASSERT(reporter, sk_float_copysign(x, y) == expected); in test_copysign()