Lines Matching full:precomputed
330 Vector<const PrecomputedShortest> precomputed = in TEST() local
332 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
333 const PrecomputedShortest current_test = precomputed[i]; in TEST()
348 Vector<const PrecomputedShortestSingle> precomputed = in TEST() local
350 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
351 const PrecomputedShortestSingle current_test = precomputed[i]; in TEST()
366 Vector<const PrecomputedFixed> precomputed = in TEST() local
368 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
369 const PrecomputedFixed current_test = precomputed[i]; in TEST()
387 Vector<const PrecomputedPrecision> precomputed = in TEST() local
389 for (int i = 0; i < precomputed.length(); ++i) { in TEST()
390 const PrecomputedPrecision current_test = precomputed[i]; in TEST()