HomeSort by relevance Sort by last modified time
    Searched refs:factor1 (Results 1 - 6 of 6) 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/chromium_org/third_party/skia/experimental/Intersection/
CubicIntersection_Test.cpp 542 double factor1 = calc1 / delta1; local
544 SkDebugf("%s %d calc1=%1.9g delta1=%1.9g factor1=%1.9g calc2=%1.9g delta2=%1.9g"
546 calc1, delta1, factor1, calc2, delta2, factor2);
547 if (factor1 < largestFactor) {
548 SkDebugf("WE HAVE A WINNER! %1.9g\n", factor1);
553 largestFactor = factor1;
  /external/skia/experimental/Intersection/
CubicIntersection_Test.cpp 542 double factor1 = calc1 / delta1; local
544 SkDebugf("%s %d calc1=%1.9g delta1=%1.9g factor1=%1.9g calc2=%1.9g delta2=%1.9g"
546 calc1, delta1, factor1, calc2, delta2, factor2);
547 if (factor1 < largestFactor) {
548 SkDebugf("WE HAVE A WINNER! %1.9g\n", factor1);
553 largestFactor = factor1;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
ns_core.c 1049 float energy1, energy2, gain, factor, factor1, factor2; local
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.c 729 float energy1, energy2, gain, factor, factor1, factor2; local
    [all...]
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 102 def __init__(self, factor1=2.0, factor2=0.2):
103 self._factor1 = factor1
174 result.add_option("--distribution-factor1", help=("Factor of the first "
253 print ("Distribution factor1 %s is out of range. Defaulting to 0.0"

Completed in 787 milliseconds