Searched refs:gTriples (Results 1 – 1 of 1) sorted by relevance
453 static const int32_t gTriples[] = { in test_copysign() local465 for (size_t i = 0; i < SK_ARRAY_COUNT(gTriples); i += 3) { in test_copysign()467 SkCopySign32(gTriples[i], gTriples[i+1]) == gTriples[i+2]); in test_copysign()468 float x = (float)gTriples[i]; in test_copysign()469 float y = (float)gTriples[i+1]; in test_copysign()470 float expected = (float)gTriples[i+2]; in test_copysign()