HomeSort by relevance Sort by last modified time
    Searched refs:factor1 (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/cfront/
himul32.h 46 asm PINLINE int32 himul32(asr_int32_t factor1, asr_int32_T factor2)
48 % reg factor1; local
51 mulhw r3, factor1, factor2 # place the high order 32 bits of the product in the return register r3 local
60 floor( (factor1 * factor2) / 2**32 )
65 factor1 -- first signed 32 bit integer
76 PINLINE asr_int32_t himul32(asr_int32_t factor1, asr_int32_t factor2)
88 mov eax, factor1
97 PINLINE asr_int32_t himul32(asr_int32_t factor1, asr_int32_t factor2)
109 __int64 x = factor1;
121 PINLINE asr_int32_t himul32(asr_int32_t factor1, asr_int32_t factor2
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
CombinerHeightMap.java 63 private float factor1 = 0.5f; field in class:CombinerHeightMap
97 if ((factor1 + factor2) != 1.0f) {
98 throw new Exception("factor1 and factor2 must add to 1.0");
115 * For example, if factor1 is 0.6 and factor2 is 0.4, then 60% of
120 * @param factor1 the factor for map1.
131 float factor1,
148 if ((factor1 + factor2) != 1.0f) {
149 throw new Exception("factor1 and factor2 must add to 1.0");
159 this.factor1 = factor1;
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 729 float energy1, energy2, gain, factor, factor1, factor2; local
    [all...]

Completed in 65 milliseconds