Searched refs:SkCopySign32 (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | MathTest.cpp | 481 SkCopySign32(gTriples[i], gTriples[i+1]) == gTriples[i+2]); in test_copysign() 491 REPORTER_ASSERT(reporter, SkCopySign32(ix, ix) == ix); in test_copysign() 492 REPORTER_ASSERT(reporter, SkCopySign32(ix, -ix) == -ix); in test_copysign() 493 REPORTER_ASSERT(reporter, SkCopySign32(-ix, ix) == ix); in test_copysign() 494 REPORTER_ASSERT(reporter, SkCopySign32(-ix, -ix) == -ix); in test_copysign()
|
/external/skia/src/core/ |
D | SkMathPriv.h | 36 static inline int32_t SkCopySign32(int32_t x, int32_t y) { in SkCopySign32() function
|