Lines Matching refs:current_test
277 const PrecomputedShortest current_test = precomputed[i];
278 double v = current_test.v;
281 CHECK_EQ(current_test.decimal_point, point);
282 CHECK_EQ(0, strcmp(current_test.representation, buffer.start()));
297 const PrecomputedFixed current_test = precomputed[i];
298 double v = current_test.v;
299 int number_digits = current_test.number_digits;
302 CHECK_EQ(current_test.decimal_point, point);
305 CHECK_EQ(0, strcmp(current_test.representation, buffer.start()));
320 const PrecomputedPrecision current_test = precomputed[i];
321 double v = current_test.v;
322 int number_digits = current_test.number_digits;
326 CHECK_EQ(current_test.decimal_point, point);
329 CHECK_EQ(0, strcmp(current_test.representation, buffer.start()));