HomeSort by relevance Sort by last modified time
    Searched full:modulo (Results 26 - 50 of 218) sorted by null

12 3 4 5 6 7 8 9

  /external/openssl/crypto/bn/asm/
mo-586.pl 29 # can be unrolled and modulo-scheduled to improve ILP and possibly
38 # Modulo-scheduling SSE2 loops results in further 15-20% improvement.
91 &sub ("esp","eax"); # this aligns sp and ap modulo 2048
96 &sub ("esp","edx"); # this splits them apart modulo 4096
114 &lea ($num,&DWP(-3,"edi")); # num=num-1 to assist modulo-scheduling
  /external/icu4c/common/
ucnvbocu.c 188 * Integer division and modulo with negative numerators
189 * yields negative modulo results and quotients that are one more than
191 * This macro adjust the results so that the modulo-value m is always >=0.
198 * @param m Output variable for the rest (modulo result).
320 * Avoid division and modulo for performance.
362 * Avoid division and modulo for performance.
    [all...]
  /external/dropbear/libtommath/
bn_s_mp_exptmod.c 114 /* reduce modulo P */
tommath.h 422 /* reduces a modulo b using the Diminished Radix method */
431 /* reduces a modulo b where b is of the form 2**p - k [0 <= a] */
440 /* reduces a modulo b where b is of the form 2**p - k [0 <= a] */
bn.tex     [all...]
  /external/icu4c/test/cintltst/
bocu1tst.c 202 * Integer division and modulo with negative numerators
203 * yields negative modulo results and quotients that are one more than
205 * This macro adjust the results so that the modulo-value m is always >=0.
212 * @param m Output variable for the rest (modulo result).
  /external/v8/src/
platform-nullos.cc 51 double modulo(double x, double y) { function in namespace:v8::internal
date.js 49 function Modulo(value, remainder) {
58 return Modulo(time, msPerDay);
228 return Modulo(DAY(time) + 4, 7);
    [all...]
platform-posix.cc 60 double modulo(double x, double y) { function in namespace:v8::internal
  /frameworks/base/docs/html/resources/articles/
timed-ui-updates.jd 123 10:06 instead of 10:6 when the seconds modulo 60 are less than 10
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
RxQueue.c 350 * in case the modulo receive packet with SN equal to winStart:
355 * in case the modulo receive packet that SN between winStart to winEnd:
358 * in case the modulo receive packet that SN higher than winEnd:
363 * in case the modulo receive BA event packet:
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
sbitmap.h 106 /* The current bit index (not modulo SBITMAP_ELT_BITS). */
  /external/sonivox/arm-fm-22k/lib_src/
eas_reverbdata.h 43 CIRCULAR() calculates the array index using modulo arithmetic.
44 The "trick" is that modulo arithmetic is simplified by masking
101 generate a 2^n modulo value
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_reverbdata.h 43 CIRCULAR() calculates the array index using modulo arithmetic.
44 The "trick" is that modulo arithmetic is simplified by masking
101 generate a 2^n modulo value
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverbdata.h 43 CIRCULAR() calculates the array index using modulo arithmetic.
44 The "trick" is that modulo arithmetic is simplified by masking
101 generate a 2^n modulo value
  /external/bluetooth/glib/glib/
ghash.c 86 /* Each table size has an associated prime modulo (the first prime
88 * then works modulo 2^n. The prime modulo is necessary to get a
    [all...]
  /bionic/libc/include/sys/
cdefs.h 168 * these work for GNU C++ (modulo a slight glitch in the C++ grammar
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
BrokenPBE.java 80 * modulo 2^b.length in case of overflow.
  /external/bluetooth/glib/tests/
hash-test.c 148 * in the field of integers modulo 2. Since the coefficients of a
  /external/qemu/fpu/
softfloat-macros.h 332 | value formed by concatenating `b0' and `b1'. Addition is modulo 2^128, so
352 | modulo 2^192, so any carry out is lost. The result is broken into three
389 | 128-bit value formed by concatenating `a0' and `a1'. Subtraction is modulo
408 | Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
  /external/speex/libspeex/
bits.c 350 bits->bitPtr = (bits->bitPtr+n) & (BITS_PER_CHAR-1); /* modulo by BITS_PER_CHAR */
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.5-2.js 37 4 compute result(3) modulo 2^32:
  /external/zlib/examples/
gzlog.c 29 unsigned long len; /* uncompressed length (modulo 2^32) */
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 168 * these work for GNU C++ (modulo a slight glitch in the C++ grammar
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 168 * these work for GNU C++ (modulo a slight glitch in the C++ grammar

Completed in 166 milliseconds

12 3 4 5 6 7 8 9