Home
last modified time | relevance | path

Searched refs:gTriples (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tests/
DMathTest.cpp326 static const int32_t gTriples[] = { in test_copysign() local
338 for (size_t i = 0; i < SK_ARRAY_COUNT(gTriples); i += 3) { in test_copysign()
340 SkCopySign32(gTriples[i], gTriples[i+1]) == gTriples[i+2]); in test_copysign()
341 float x = (float)gTriples[i]; in test_copysign()
342 float y = (float)gTriples[i+1]; in test_copysign()
343 float expected = (float)gTriples[i+2]; in test_copysign()
/third_party/skia/tests/
DMathTest.cpp366 static const int32_t gTriples[] = { in test_copysign() local
378 for (size_t i = 0; i < SK_ARRAY_COUNT(gTriples); i += 3) { in test_copysign()
380 SkCopySign32(gTriples[i], gTriples[i+1]) == gTriples[i+2]); in test_copysign()
381 float x = (float)gTriples[i]; in test_copysign()
382 float y = (float)gTriples[i+1]; in test_copysign()
383 float expected = (float)gTriples[i+2]; in test_copysign()