/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
D | PhysicsVehicle.java | 69 protected VehicleTuning tuning; field in PhysicsVehicle 111 if (tuning == null) { in postRebuild() 112 tuning = new VehicleTuning(); in postRebuild() 130 vehicle = new RaycastVehicle(tuning, rBody, rayCaster); in createVehicle() 134 wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWheel())); in createVehicle() local 172 suspensionRestLength, wheelRadius, tuning, isFrontWheel); in addWheel() 175 wheel.setFrictionSlip(tuning.frictionSlip); in addWheel() 176 wheel.setMaxSuspensionTravelCm(tuning.maxSuspensionTravelCm); in addWheel() 177 wheel.setSuspensionStiffness(tuning.suspensionStiffness); in addWheel() 178 wheel.setWheelsDampingCompression(tuning.suspensionCompression); in addWheel() [all …]
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsVehicle.java | 70 protected VehicleTuning tuning = new VehicleTuning(); field in PhysicsVehicle 139 …tDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWhee… in createVehicle() 149 … direction, Vector3f axle, float restLength, float radius, VehicleTuning tuning, boolean frontWhee… in addWheel() argument 183 wheel.setFrictionSlip(tuning.frictionSlip); in addWheel() 184 wheel.setMaxSuspensionTravelCm(tuning.maxSuspensionTravelCm); in addWheel() 185 wheel.setSuspensionStiffness(tuning.suspensionStiffness); in addWheel() 186 wheel.setWheelsDampingCompression(tuning.suspensionCompression); in addWheel() 187 wheel.setWheelsDampingRelaxation(tuning.suspensionDamping); in addWheel() 188 wheel.setMaxSuspensionForce(tuning.maxSuspensionForce); in addWheel() 191 …tDirection(), wheel.getAxle(), wheel.getRestLength(), wheel.getRadius(), tuning, wheel.isFrontWhee… in addWheel() [all …]
|
/external/bison/lib/ |
D | hash.c | 64 const Hash_tuning *tuning; member 479 hash_reset_tuning (Hash_tuning *tuning) in hash_reset_tuning() argument 481 *tuning = default_tuning; in hash_reset_tuning() 514 const Hash_tuning *tuning = table->tuning; in check_tuning() local 516 if (tuning == &default_tuning) in check_tuning() 526 if (epsilon < tuning->growth_threshold in check_tuning() 527 && tuning->growth_threshold < 1 - epsilon in check_tuning() 528 && 1 + epsilon < tuning->growth_factor in check_tuning() 529 && 0 <= tuning->shrink_threshold in check_tuning() 530 && tuning->shrink_threshold + epsilon < tuning->shrink_factor in check_tuning() [all …]
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_sndlib.h | 187 EAS_I16 tuning; member 227 EAS_I16 tuning; member 252 EAS_I16 tuning; member
|
D | eas_fmsynth.c | 757 temp = pRegion->oper[operIndex].tuning + in FM_UpdateDynamic()
|
D | eas_wtsynth.c | 540 temp = pChannel->staticPitch + pWTRegion->tuning; in WT_UpdateVoice()
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_sndlib.h | 187 EAS_I16 tuning; member 227 EAS_I16 tuning; member 252 EAS_I16 tuning; member
|
D | eas_fmsynth.c | 757 temp = pRegion->oper[operIndex].tuning + in FM_UpdateDynamic()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_sndlib.h | 187 EAS_I16 tuning; member 227 EAS_I16 tuning; member 252 EAS_I16 tuning; member
|
D | eas_dlssynth.c | 403 temp = pDLSArt->tuning + pChannel->staticPitch + pDLSRegion->wtRegion.tuning + in DLS_UpdateVoice()
|
D | eas_mdls.c | 2312 …pRgn->wtRegion.tuning = pWsmp->fineTune -(pWsmp->unityNote * 100) + ConvertSampleRate(pWsmp->sampl… in Convert_rgn() 2383 pArt->tuning = pDLSArt->values[PARAM_TUNING]; in Convert_art() 2618 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x19299ed4, 0x0000002d , pRegion->tuning); in DumpDLS()
|
D | eas_wtsynth.c | 544 temp = pChannel->staticPitch + pWTRegion->tuning; in WT_UpdateVoice()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_objects_PhysicsVehicle.cpp | 102 btRaycastVehicle::btVehicleTuning tuning; in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle() local 103 btRaycastVehicle* vehicle = new btRaycastVehicle(tuning, body, caster); in Java_com_jme3_bullet_objects_PhysicsVehicle_createRaycastVehicle() 130 …bject direction, jobject axle, jfloat restLength, jfloat radius, jobject tuning, jboolean frontWhe… in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel() argument
|
/external/eigen/bench/ |
D | spmv.cpp | 154 double tuning = t.value(); in main() local 160 std::cout << t.value()/repeats << "\t(" << tuning << ")\n"; in main()
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
D | VehicleControl.java | 106 control.setSuspensionCompression(tuning.suspensionCompression); in cloneForSpatial() 107 control.setSuspensionDamping(tuning.suspensionDamping); in cloneForSpatial()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 218 vp8e_tuning tuning; member
|
/external/liblzf/ |
D | Changes | 98 - very very slight tuning of the hashing function. 133 - much better fine-tuning, faster and better than 0.1.
|
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeframe.c | 477 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in encode_mb_row() 774 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8_encode_frame() 1165 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_intra_macroblock() 1262 if(cpi->oxcf.tuning == VP8_TUNE_SSIM) in vp8cx_encode_inter_macroblock()
|
D | ethreading.c | 161 if (cpi->oxcf.tuning == VP8_TUNE_SSIM) in thread_encoding_proc()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 35 vp8e_tuning tuning; member 411 oxcf->tuning = vp8_cfg.tuning; in set_vp8e_config() 526 MAP(VP8E_SET_TUNING, xcfg.tuning); in set_param()
|
/external/libvorbis/ |
D | CHANGES | 80 * merges tuning improvements from Aoyumi's aoTuV with fixups
|
/external/quake/quake/src/WinQuake/kit/ |
D | JOYSTICK.TXT | 20 3. sensitivity setting for each control (allows tuning and inverting the control direction) 51 4. sensitivity setting for any control (allows tuning and inverting the control direction)
|
/external/webp/ |
D | README | 319 // Setup a config, starting form a preset and tuning some additional 325 // ... additional tuning
|
/external/ceres-solver/docs/ |
D | changes.tex | 210 …ructuring. Builds in \texttt{Release} mode by default, and now has platform specific tuning flags.
|
/external/bison/ |
D | maint.mk | 552 _hash_struct = (struct )?\<[Hh]ash_(table|tuning)\>
|