Lines Matching full:precomputed
430 Vector<const PrecomputedShortest> precomputed = in TEST() local
432 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
433 const PrecomputedShortest current_test = precomputed[i]; in TEST()
436 CHECK(!sign); // All precomputed numbers are positive. in TEST()
450 Vector<const PrecomputedShortestSingle> precomputed = in TEST() local
452 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
453 const PrecomputedShortestSingle current_test = precomputed[i]; in TEST()
456 CHECK(!sign); // All precomputed numbers are positive. in TEST()
470 Vector<const PrecomputedFixed> precomputed = in TEST() local
472 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
473 const PrecomputedFixed current_test = precomputed[i]; in TEST()
477 CHECK(!sign); // All precomputed numbers are positive. in TEST()
493 Vector<const PrecomputedPrecision> precomputed = in TEST() local
495 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
496 const PrecomputedPrecision current_test = precomputed[i]; in TEST()
501 CHECK(!sign); // All precomputed numbers are positive. in TEST()