HomeSort by relevance Sort by last modified time
    Searched defs:mult (Results 51 - 75 of 123) sorted by null

1 23 4 5

  /external/fio/
eta.c 498 double mult = 100.0; local
501 mult *= (1.0 - (double) je->nr_setting_up / (double) je->nr_running);
504 perc *= mult;
parse.c 130 unsigned long long mult = 1; local
153 mult = 1;
155 mult = 1000;
157 mult = 1000000;
159 mult = 60 * 1000000UL;
161 mult = 60 * 60 * 1000000UL;
163 mult = 24 * 60 * 60 * 1000000UL;
166 return mult;
187 unsigned int i, pow = 0, mult = kb_base; local
205 mult = 1000
297 unsigned long long mult; local
    [all...]
  /external/iptables/extensions/
libxt_hashlimit.c 35 uint32_t mult; member in struct:hashlimit_mt_udata
225 ud->mult = XT_HASHLIMIT_BYTE_EXPIRE;
235 ud->mult = 1; /* Seconds by default. */
242 ud->mult = 1;
244 ud->mult = 60;
246 ud->mult = 60*60;
248 ud->mult = 24*60*60;
256 *val = XT_HASHLIMIT_SCALE * ud->mult / r;
395 info->cfg.expire = udata->mult * 1000; /* from s to msec */
407 info->cfg.expire = udata->mult * 1000; /* from s to msec *
431 uint32_t mult; member in struct:rates
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 438 VGfloat mult = 1 / ( 2 * M_PI * stdDeviationX * stdDeviationY); local
441 return mult * e;
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 222 int mult = 10; local
226 value += (double)lvalue / mult;
227 mult *= 10;
1091 int mult = 10; local
1094 value = (unsigned long)(arg * mult);
1098 arg -= (double)value / mult;
1099 mult *= 10;
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp 449 unsigned mult = 1; local
467 ucs += mult * (*q - '0');
469 ucs += mult * (*q - 'a' + 10);
471 ucs += mult * (*q - 'A' + 10 );
474 mult *= 16;
494 ucs += mult * (*q - '0');
497 mult *= 10;
    [all...]
  /external/tinyxml/
tinyxmlparser.cpp 430 unsigned mult = 1; local
448 ucs += mult * (*q - '0');
450 ucs += mult * (*q - 'a' + 10);
452 ucs += mult * (*q - 'A' + 10 );
455 mult *= 16;
475 ucs += mult * (*q - '0');
478 mult *= 10;
    [all...]
  /external/tremolo/Tremolo/
codec_internal.h 125 int mult; /* 1 2 3 or 4 */ member in struct:__anon15266
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 554 double x0,x1,x2,mult; local
560 mult=1.0/((x2!=0.0)?x2:1.0);
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 52 import org.apache.xpath.operations.Mult;
146 expr = mult(opPos); break;
387 * @return reference to {@link org.apache.xpath.operations.Mult} instance.
391 protected Expression mult(int opPos) throws TransformerException method in class:Compiler
393 return compileOperation(new Mult(), opPos);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_internal.h 103 int mult; // sampling frequency multiple member in struct:AecCore
  /external/libvorbis/lib/
res0.c 309 long mult=look->partvals/look->parts; local
312 long deco=val/mult;
313 val-=deco*mult;
314 mult/=look->parts;
  /external/qemu/android/skin/
argb.h 47 mmx_t mult = mmx_expand16(multiplier); local
49 ar = _mm_srli_pi32( _mm_madd_pi16( ar, mult ), rshift );
50 gb = _mm_srli_pi32( _mm_madd_pi16( gb, mult ), rshift );
58 mmx_t mult, mult2, t1, t2, r1, r2; local
63 mult = _mm_cvtsi32_si64( alpha ); // mult = [ 0 | 0 | a | 1-a ]
64 mult2 = _mm_slli_si64( mult, 32 ); // mult2 = [ a | 1-a | 0 | 0 ]
65 mult = _mm_or_si64( mult, mult2 ); // mults = [ a | 1-a | a | 1-a ]
68 r1 = _mm_madd_pi16( t1, mult ); // r1 = [ ra | rr
    [all...]
  /external/svox/pico/lib/
picosig2.c 699 picoos_single mult; local
713 mult = PICODSP_ENVSPEC_K1 / PICODSP_FIX_SCALE1;
728 fExp = (picoos_int32) EXP((double)spect[nI]*mult);
739 fExp = (picoos_int32) EXP((double)spect[nI]*mult);
750 fExp = (picoos_int32) EXP((double)spect[nI]*mult);
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.h 117 int mult; // sampling frequency multiple member in struct:__anon17136
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 554 double x0,x1,x2,mult; local
560 mult=1.0/((x2!=0.0)?x2:1.0);
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 554 double x0,x1,x2,mult; local
560 mult=1.0/((x2!=0.0)?x2:1.0);
561 sd=(y[0]-x0*mult)*(y[0]-x0*mult)+(y[1]-x1*mult)*(y[1]-x1*mult);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 550 #define mult __mult_D2A macro
601 extern Bigint *mult ANSI((Bigint*, Bigint*));
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 268 static void mult(BigInt& aRef, const BigInt& bRef) function in namespace:WTF
395 mult(b, p5->val);
407 mult(p5->next->val, p5->next->val);
1019 mult(b, mhi);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 247 LLVMValueRef zoffset, mult; local
295 mult = LLVMBuildFMul(b, max_value, lp_build_const_float(gallivm, key->scale), "");
296 zoffset = LLVMBuildFAdd(b, lp_build_const_float(gallivm, key->units), mult, "zoffset");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 247 LLVMValueRef zoffset, mult; local
295 mult = LLVMBuildFMul(b, max_value, lp_build_const_float(gallivm, key->scale), "");
296 zoffset = LLVMBuildFAdd(b, lp_build_const_float(gallivm, key->units), mult, "zoffset");
  /external/qemu/hw/net/
ne2000.c 141 uint8_t mult[8]; /* multicast mask array */ member in struct:NE2000State
257 if (!(s->mult[mcast_idx >> 3] & (1 << (mcast_idx & 7))))
415 s->mult[offset - EN1_MULT] = val;
455 ret = s->mult[offset - EN1_MULT];
676 qemu_put_buffer(f, s->mult, 8);
718 qemu_get_buffer(f, s->mult, 8);
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.h 122 WebRtc_Word16 mult; member in struct:__anon17148
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfgloop.h 335 delta + mult * extend_{extend_mode} (subreg_{mode} (base + i * step)).
338 delta + mult * base
340 If extend = UNKNOWN, first_special must be false, delta 0, mult 1 and value is
360 rtx delta, mult; member in struct:rtx_iv
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 1798 long mult = val \/ multiplier.getLong(i); local
    [all...]

Completed in 2586 milliseconds

1 23 4 5