Searched refs:SkCopySign32 (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | MathTest.cpp | 380 SkCopySign32(gTriples[i], gTriples[i+1]) == gTriples[i+2]); in test_copysign() 390 REPORTER_ASSERT(reporter, SkCopySign32(ix, ix) == ix); in test_copysign() 391 REPORTER_ASSERT(reporter, SkCopySign32(ix, -ix) == -ix); in test_copysign() 392 REPORTER_ASSERT(reporter, SkCopySign32(-ix, ix) == ix); in test_copysign() 393 REPORTER_ASSERT(reporter, SkCopySign32(-ix, -ix) == -ix); in test_copysign()
|
/third_party/skia/src/core/ |
D | SkMathPriv.h | 64 static inline int32_t SkCopySign32(int32_t x, int32_t y) { in SkCopySign32() function
|