HomeSort by relevance Sort by last modified time
    Searched defs:tuning (Results 1 - 12 of 12) sorted by null

  /external/eigen/bench/
spmv.cpp 154 double tuning = t.value(); local
160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; local
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsVehicle.cpp 102 btRaycastVehicle::btVehicleTuning tuning; local
103 btRaycastVehicle* vehicle = new btRaycastVehicle(tuning, body, caster);
130 (JNIEnv *env, jobject object, jlong vehicleId, jobject location, jobject direction, jobject axle, jfloat restLength, jfloat radius, jobject tuning, jboolean frontWheel) {
  /external/bison/lib/
hash.c 63 /* Tuning arguments, kept in a physically separate structure. */
64 const Hash_tuning *tuning; member in struct:hash_table
128 /* Use this to initialize or reset a TUNING structure to
479 hash_reset_tuning (Hash_tuning *tuning)
481 *tuning = default_tuning;
505 /* For the given hash TABLE, check the user supplied tuning structure for
507 Otherwise, definitively reset the TUNING field to some acceptable default
509 tuning arguments), and return false. */
514 const Hash_tuning *tuning = table->tuning; local
1072 const Hash_tuning *tuning = table->tuning; local
1174 const Hash_tuning *tuning = table->tuning; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 219 vp8e_tuning tuning; member in struct:__anon22983
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 170 vp8e_tuning tuning; member in struct:__anon23053
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
PhysicsVehicle.java 70 protected VehicleTuning tuning = new VehicleTuning(); field in class:PhysicsVehicle
139 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()));
149 private native int addWheel(long objectId, Vector3f location, Vector3f direction, Vector3f axle, float restLength, float radius, VehicleTuning tuning, boolean frontWheel);
183 wheel.setFrictionSlip(tuning.frictionSlip);
184 wheel.setMaxSuspensionTravelCm(tuning.maxSuspensionTravelCm);
185 wheel.setSuspensionStiffness(tuning.suspensionStiffness);
186 wheel.setWheelsDampingCompression(tuning.suspensionCompression);
187 wheel.setWheelsDampingRelaxation(tuning.suspensionDamping);
188 wheel.setMaxSuspensionForce(tuning.maxSuspensionForce);
191 wheel.setVehicleId(vehicleId, addWheel(vehicleId, wheel.getLocation(), wheel.getDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel()))
    [all...]
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsVehicle.java 69 protected VehicleTuning tuning; field in class:PhysicsVehicle
111 if (tuning == null) {
112 tuning = new VehicleTuning();
130 vehicle = new RaycastVehicle(tuning, rBody, rayCaster);
134 wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel())); local
172 suspensionRestLength, wheelRadius, tuning, isFrontWheel);
175 wheel.setFrictionSlip(tuning.frictionSlip);
176 wheel.setMaxSuspensionTravelCm(tuning.maxSuspensionTravelCm);
177 wheel.setSuspensionStiffness(tuning.suspensionStiffness);
178 wheel.setWheelsDampingCompression(tuning.suspensionCompression)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 35 vp8e_tuning tuning; member in struct:vp8_extracfg
70 0, /* tuning*/
408 oxcf->tuning = vp8_cfg.tuning;
523 MAP(VP8E_SET_TUNING, xcfg.tuning);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 36 vp8e_tuning tuning; member in struct:vp9_extracfg
64 0, /* tuning*/
328 oxcf->tuning = vp8_cfg.tuning;
443 MAP(VP8E_SET_TUNING, xcfg.tuning);
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_sndlib.h 187 EAS_I16 tuning; member in struct:s_dls_articulation_tag
227 EAS_I16 tuning; member in struct:s_wt_region_tag
252 EAS_I16 tuning; member in struct:s_fm_oper_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_sndlib.h 187 EAS_I16 tuning; member in struct:s_dls_articulation_tag
227 EAS_I16 tuning; member in struct:s_wt_region_tag
252 EAS_I16 tuning; member in struct:s_fm_oper_tag
  /external/sonivox/arm-wt-22k/lib_src/
eas_sndlib.h 187 EAS_I16 tuning; member in struct:s_dls_articulation_tag
227 EAS_I16 tuning; member in struct:s_wt_region_tag
252 EAS_I16 tuning; member in struct:s_fm_oper_tag

Completed in 415 milliseconds