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