Searched refs:sk_float_copysign (Results 1 – 6 of 6) sorted by relevance
/external/skqp/include/private/ |
D | SkFloatingPoint.h | 54 #define sk_float_copysign(x, y) copysignf(x, y) macro
|
/external/skia/include/core/ |
D | SkScalar.h | 39 #define SkScalarCopySign(x, y) sk_float_copysign(x, y)
|
/external/skqp/include/core/ |
D | SkScalar.h | 39 #define SkScalarCopySign(x, y) sk_float_copysign(x, y)
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 61 #define sk_float_copysign(x, y) copysignf(x, y) macro
|
/external/skqp/tests/ |
D | MathTest.cpp | 344 REPORTER_ASSERT(reporter, sk_float_copysign(x, y) == expected); in test_copysign()
|
/external/skia/tests/ |
D | MathTest.cpp | 384 REPORTER_ASSERT(reporter, sk_float_copysign(x, y) == expected); in test_copysign()
|