Home
last modified time | relevance | path

Searched refs:w_it (Results 1 – 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
DbtRaycastVehicle.cpp418 for (int w_it=0; w_it<getNumWheels(); w_it++) in updateSuspension() local
420 btWheelInfo &wheel_info = m_wheelInfo[w_it]; in updateSuspension()
/external/opencv3/modules/ml/src/
Dann_mlp.cpp1269 FileNodeIterator w_it = fn["weights"].begin(); in read() local
1271 for( i = 1; i < l_count; i++, ++w_it ) in read()
1272 (*w_it).readRaw("d", weights[i].ptr(), weights[i].total()*esz); in read()