Lines Matching refs:current_test
266 const PrecomputedShortest current_test = precomputed[i];
267 double v = current_test.v;
269 CHECK_EQ(current_test.decimal_point, point);
270 CHECK_EQ(0, strcmp(current_test.representation, buffer.start()));
284 const PrecomputedFixed current_test = precomputed[i];
285 double v = current_test.v;
286 int number_digits = current_test.number_digits;
288 CHECK_EQ(current_test.decimal_point, point);
291 CHECK_EQ(0, strcmp(current_test.representation, buffer.start()));
305 const PrecomputedPrecision current_test = precomputed[i];
306 double v = current_test.v;
307 int number_digits = current_test.number_digits;
310 CHECK_EQ(current_test.decimal_point, point);
313 CHECK_EQ(0, strcmp(current_test.representation, buffer.start()));