HomeSort by relevance Sort by last modified time
    Searched full:divide (Results 301 - 325 of 1606) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/
gregoimp.h 31 * Divide two integers, returning the floor of the quotient.
42 * Divide two numbers, returning the floor of the quotient.
53 * Divide two numbers, returning the floor of the quotient and
  /external/libcxx/src/
hash.cpp 149 // are fewer potential primes to search, and fewer potential primes to divide
199 // Divide n by all primes or potential primes (i) until:
203 // so don't test those (j == 5 -> divide by 11 first). And the
  /external/llvm/lib/Target/PowerPC/
PPCScheduleE5500.td 28 // The CFX has a bypass path, allowing non-divide instructions to execute
29 // while a divide instruction is being executed.
34 : FuncUnit; // CFX divide bypass path
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 84 * for (i=2; i<NC; i++) Divide by (1-z^-2) *
94 for (i = 2; i < NC; i++) /* Divide by (1-z^-2) */
124 /* divide 2 times the interval */
  /frameworks/native/opengl/libagl/
vertex.cpp 81 // frustum clipping and W-divide
103 // divide, since we don't need its window coordinates.
108 // frustum clipping, user clipping and W-divide
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
hash.cpp 149 // are fewer potential primes to search, and fewer potential primes to divide
199 // Divide n by all primes or potential primes (i) until:
203 // so don't test those (j == 5 -> divide by 11 first). And the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/
volume.h 239 /** Divide two volume specifications, return the result. This uses
245 /** Divide two per-channel volumes and return the result in
250 /** Divide a per-channel volume by a scalar volume and return the
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
volume.h 239 /** Divide two volume specifications, return the result. This uses
245 /** Divide two per-channel volumes and return the result in
250 /** Divide a per-channel volume by a scalar volume and return the
  /external/llvm/include/llvm/Support/
ScaledNumber.h 135 /// \brief Divide two 64-bit integers to create a 64-bit scaled number.
142 /// \brief Divide two 32-bit integers to create a 32-bit scaled number.
144 /// Implemented with one 64-bit integer divide/remainder pair.
149 /// \brief Divide two 32-bit numbers to create a 32-bit scaled number.
151 /// Implemented with one 64-bit integer divide/remainder pair.
153 /// Returns \c (DigitsT_MAX, MaxScale) for divide-by-zero (0 for 0/0).
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 19 public abstract ECFieldElement divide(ECFieldElement b); method in class:ECFieldElement
176 public ECFieldElement divide(ECFieldElement b) method in class:ECFieldElement.Fp
284 // BigInteger legendreExponent = qMinusOne.shiftRight(1); //divide(ECConstants.TWO);
301 // BigInteger n1 = qMinusOne.shiftRight(2); //.divide(ECConstants.FOUR);
302 // BigInteger n2 = n1.add(ECConstants.ONE); //q.add(ECConstants.THREE).divide(ECConstants.FOUR);
322 // n = n.shiftRight(1);//divide(ECConstants.TWO);
779 // public ECFieldElement divide(final ECFieldElement b)
1195 public ECFieldElement divide(final ECFieldElement b) method in class:ECFieldElement.F2m
    [all...]
ECPoint.java 560 ECFieldElement gamma = dy.divide(dx);
770 ECFieldElement gamma = three(X1Squared).add(this.getCurve().getA()).divide(two(Y1));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FixedTableLayout.cpp 56 3. Any remaining columns equally divide the remaining horizontal
272 // Divide the remaining width among the auto columns.
  /external/chromium_org/third_party/angle/src/compiler/translator/
intermOut.cpp 130 out << "divide second child into first child";
158 out << "divide";
  /external/chromium_org/third_party/icu/source/test/intltest/
idnaref.h 114 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
153 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
scale_row.h 93 // Divide num by div and return as 16.16 fixed point result.
96 // Divide num - 1 by div - 1 and return as 16.16 fixed point result.
  /external/chromium_org/third_party/libyuv/include/libyuv/
scale_row.h 85 // Divide num by div and return as 16.16 fixed point result.
88 // Divide num - 1 by div - 1 and return as 16.16 fixed point result.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 341 SVGA3DSRCMOD_DZ, /* divide through by z component */
342 SVGA3DSRCMOD_DW, /* divide through by w component */
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 208 // Divide by 256.
306 // Divide by 256.
309 // Mask out low bits (goodies already in the right place; no need to divide)
388 // Divide by 256.
468 // Divide by 256.
482 // Divide by 256.
486 // Mask out low bits (goodies already in the right place; no need to divide)
604 // Left shift mask components by 8 (divide by 256)
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
randexpr1.tcl 301 if {![regexp {divide by zero} $ans]} exit
315 if {![regexp {divide by zero} $bans]} exit
  /external/icu/icu4c/source/test/intltest/
idnaref.h 114 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
153 * <b>Note:</b> IDNA draft specifies that a conformant application should divide a domain name
  /external/jpeg/
jcdctmgr.c 234 /* Divide the coefficient value by qval, ensuring proper rounding.
241 * a comparison is enough cheaper than a divide to make a special test
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 341 SVGA3DSRCMOD_DZ, /* divide through by z component */
342 SVGA3DSRCMOD_DW, /* divide through by w component */
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcdctmgr.c 235 /* Divide the coefficient value by qval, ensuring proper rounding.
242 * a comparison is enough cheaper than a divide to make a special test
  /external/qemu/distrib/jpeg-6b/
jcdctmgr.c 234 /* Divide the coefficient value by qval, ensuring proper rounding.
241 * a comparison is enough cheaper than a divide to make a special test
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 208 // Divide by 256.
306 // Divide by 256.
309 // Mask out low bits (goodies already in the right place; no need to divide)
388 // Divide by 256.
468 // Divide by 256.
482 // Divide by 256.
486 // Mask out low bits (goodies already in the right place; no need to divide)
604 // Left shift mask components by 8 (divide by 256)
    [all...]

Completed in 1662 milliseconds

<<11121314151617181920>>