Searched refs:multiplier (Results 126 - 134 of 134) sorted by relevance

123456

/external/chromium_org/v8/src/
H A Druntime.cc7565 // determines the multiplier: one or three.
7566 int multiplier = (x < 0) ? -1 : 1;
7567 if (y < 0) multiplier *= 3;
7568 result = multiplier * kPiDividedBy4;
/external/v8/src/
H A Druntime.cc7355 // determines the multiplier: one or three.
7356 int multiplier = (x < 0) ? -1 : 1;
7357 if (y < 0) multiplier *= 3;
7358 result = multiplier * kPiDividedBy4;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3640 The optimization works by using a Fixed Point multiplier on any base point you use twice or more in a short period of time. It has a limited size
5026 pthreads based mutex locking in various routines such as the Yarrow and Fortuna PRNGs, the fixed point ECC multiplier, and other routines.
5322 When this has been defined the ECC point multiplier (built--in to the library) will use a timing resistant point multiplication
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/tools/win/split_link/viz.js/
H A Dviz.js2157 var multiplier = 1;
2159 multiplier = -1;
2192 ret *= multiplier;
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js2237 var multiplier = 1;
2239 multiplier = -1;
2279 ret *= multiplier;
[all...]

Completed in 2340 milliseconds

123456