Searched refs:lastv (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/graph/test/ |
D | floyd_warshall_test.cpp | 36 typename boost::graph_traits< Graph >::vertex_iterator firstv, lastv, in acceptance_test() local 39 for (boost::tie(firstv, lastv) = boost::vertices(g); firstv != lastv; in acceptance_test() 76 for (boost::tie(firstv, lastv) = boost::vertices(g); firstv != lastv; in acceptance_test() 82 for (boost::tie(firstv, lastv) = boost::vertices(g); firstv != lastv; in acceptance_test() 87 for (boost::tie(firstv, lastv) = boost::vertices(g); firstv != lastv; in acceptance_test() 148 for (boost::tie(firstv, lastv) = vertices(g); firstv != lastv; firstv++) in acceptance_test() 235 typename boost::graph_traits< Graph >::vertex_iterator firstv, lastv, in acceptance_test2() local 238 for (boost::tie(firstv, lastv) = boost::vertices(g); firstv != lastv; in acceptance_test2() 272 for (boost::tie(firstv, lastv) = boost::vertices(g); firstv != lastv; in acceptance_test2() 278 for (boost::tie(firstv, lastv) = boost::vertices(g); firstv != lastv; in acceptance_test2() [all …]
|
/third_party/boost/boost/graph/ |
D | floyd_warshall_shortest.hpp | 100 lastv, firstv2, lastv2; in floyd_warshall_all_pairs_shortest_paths() local 103 for (boost::tie(firstv, lastv) = vertices(g); firstv != lastv; firstv++) in floyd_warshall_all_pairs_shortest_paths() 108 for (boost::tie(firstv, lastv) = vertices(g); firstv != lastv; firstv++) in floyd_warshall_all_pairs_shortest_paths()
|
/third_party/ffmpeg/libavresample/ |
D | resample.c | 53 double lastv = 0; in bessel() local 58 for (i = 1; v != lastv; i++) { in bessel() 59 lastv = v; in bessel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 3090 DRegister lastv = OddDRegisterOf(kDartLastVolatileFpuReg); in EnterCallRuntimeFrame() local 3091 if ((lastv - firstv + 1) >= 16) { in EnterCallRuntimeFrame() 3093 vstmd(DB_W, SP, mid, lastv - mid + 1); in EnterCallRuntimeFrame() 3096 vstmd(DB_W, SP, firstv, lastv - firstv + 1); in EnterCallRuntimeFrame() 3125 DRegister lastv = OddDRegisterOf(kDartLastVolatileFpuReg); in LeaveCallRuntimeFrame() local 3126 if ((lastv - firstv + 1) >= 16) { in LeaveCallRuntimeFrame() 3129 vldmd(IA_W, SP, mid, lastv - mid + 1); in LeaveCallRuntimeFrame() 3131 vldmd(IA_W, SP, firstv, lastv - firstv + 1); in LeaveCallRuntimeFrame()
|