Searched refs:mults (Results 1 – 1 of 1) sorted by relevance
107 static const double mults[] = { in test_finite() local122 for (j = 0; j < nitems(mults); j++) { in test_finite()123 a = tests[i] * mults[j] * mults[j]; in test_finite()124 b = tests[i + 1] * mults[j] * mults[j]; in test_finite()125 x = tests[i + 2] * mults[j]; in test_finite()126 y = tests[i + 3] * mults[j]; in test_finite()