HomeSort by relevance Sort by last modified time
    Searched refs:tuning (Results 1 - 25 of 59) sorted by null

1 2 3

  /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/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/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/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/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
eas_fmsynth.c 371 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
540 /* if this is not a drum channel, then add in the per-channel tuning */
757 temp = pRegion->oper[operIndex].tuning +
  /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
eas_fmsynth.c 371 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
540 /* if this is not a drum channel, then add in the per-channel tuning */
757 temp = pRegion->oper[operIndex].tuning +
eas_wtsynth.c 282 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
540 temp = pChannel->staticPitch + pWTRegion->tuning;
693 /* if this is not a drum channel, then add in the per-channel tuning */
    [all...]
  /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
eas_dlssynth.c 403 temp = pDLSArt->tuning + pChannel->staticPitch + pDLSRegion->wtRegion.tuning +
eas_wtsynth.c 282 * and the RPN2 (coarse tuning) value. By using RPN2 as part of the
544 temp = pChannel->staticPitch + pWTRegion->tuning;
699 /* if this is not a drum channel, then add in the per-channel tuning */
    [all...]
eas_mdls.c 359 0, /* Tuning: 0 cents */
    [all...]
  /external/eigen/bench/
spmv.cpp 154 double tuning = t.value(); local
160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; local
  /external/libvpx/libvpx/vp8/common/
onyx.h 218 vp8e_tuning tuning; member in struct:__anon10961
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
VehicleControl.java 106 control.setSuspensionCompression(tuning.suspensionCompression);
107 control.setSuspensionDamping(tuning.suspensionDamping);
  /dalvik/vm/
Android.mk 64 # Enable assertions and JIT tuning
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
774 if(cpi->oxcf.tuning == VP8_TUNE_SSIM)
    [all...]
ethreading.c 161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM)
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 35 vp8e_tuning tuning; member in struct:vp8_extracfg
70 0, /* tuning*/
411 oxcf->tuning = vp8_cfg.tuning;
526 MAP(VP8E_SET_TUNING, xcfg.tuning);
    [all...]
  /external/ceres-solver/docs/
changes.tex 210 \item \texttt{CMake} file restructuring. Builds in \texttt{Release} mode by default, and now has platform specific tuning flags.
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/fdlibm/
configure 778 Fine tuning of the installation directories:
    [all...]
  /external/bison/
maint.mk 552 _hash_struct = (struct )?\<[Hh]ash_(table|tuning)\>
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1076 milliseconds

1 2 3