/packages/wallpapers/HoloSpiral/res/raw/ |
fragment_geometry.glslf | 2 varying lowp float factor1; 8 gl_FragColor.a = color.a * (texColor.r * factor1 + texColor.g * factor2);
|
vertex_geometry.glslv | 2 varying lowp float factor1; 13 factor1 = (1.0 - factor2) * 0.2;
|
/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...] |
sp_fft.c | 50 /*extern "C" asr_int32_t himul32(asr_int32_t factor1, asr_int32_t factor2);*/ 97 himul32(factor1, factor2) = floor( (factor1 * factor2) / 2**32 ) 98 we need floor( (factor1 * factor2) / 2**31 )
|
/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/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"
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/ |
ns_core.c | 729 float energy1, energy2, gain, factor, factor1, factor2; local [all...] |
nsx_core.c | 125 // Gain factor1 table: Input value in Q8 and output value in Q13 128 // factor1 = 1.0 + 1.3 * (gain - blim); 129 // if (gain * factor1 > 1.0) { 130 // factor1 = 1.0 / gain; 133 // factor1 = 1.0; [all...] |
/external/webrtc/src/modules/audio_processing/ns/ |
ns_core.c | 729 float energy1, energy2, gain, factor, factor1, factor2; local [all...] |
nsx_core.c | 253 // Gain factor1 table: Input value in Q8 and output value in Q13 256 // factor1 = 1.0 + 1.3 * (gain - blim); 257 // if (gain * factor1 > 1.0) { 258 // factor1 = 1.0 / gain; 261 // factor1 = 1.0; [all...] |