HomeSort by relevance Sort by last modified time
    Searched full:divide (Results 226 - 250 of 1557) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 35 * perspective divide if necessary.
  /external/chromium_org/third_party/opus/src/silk/fixed/
schur64_FIX.c 70 /* Get reflection coefficient: divide two Q30 values and get result in Q31 */
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineParameters.h 20 // divide the result of xxxDistance() by sqrt(normalSquared())
  /external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.cpp 55 // and avoids us ever calling divide or 64bit multiply
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
expand.h 30 // TODO(hlundin): Refactor this class to divide the long methods into shorter
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
vp8_partition_aggregator.h 114 // Calculate the number of fragments to divide a large partition into.
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 742 Method divide = binaryOpMethod(int.class, int.class, BinaryOp.DIVIDE); local
743 assertEquals(18, divide.invoke(null, 75, 4));
745 divide.invoke(null, 75, 0);
790 Method divide = binaryOpMethod(long.class, long.class, BinaryOp.DIVIDE); local
841 Method divide = binaryOpMethod(float.class, float.class, BinaryOp.DIVIDE); local
860 Method divide = binaryOpMethod(double.class, double.class, BinaryOp.DIVIDE); local
    [all...]
  /external/e2fsprogs/intl/
plural-exp.h 46 divide, /* Division. */ enumerator in enum:expression::operator
  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 53 // The inverse is calculated using "Divide and Conquer" technique. The
54 // original matrix is divide into four 2x2 sub-matrices. Since each
175 // The inverse is calculated using "Divide and Conquer" technique. The
176 // original matrix is divide into four 2x2 sub-matrices. Since each
  /external/fonttools/Lib/fontTools/ttLib/
standardGlyphOrder.py 197 "divide", # 184
  /external/freetype/include/internal/
ftcalc.h 82 /* divide by zero; it simply returns `MaxInt' or `MinInt' depending */
  /external/libopus/silk/fixed/
schur64_FIX.c 70 /* Get reflection coefficient: divide two Q30 values and get result in Q31 */
  /external/llvm/lib/Support/
BranchProbability.cpp 29 assert(D && "divide by 0");
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.h 35 * perspective divide if necessary.
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftcalc.h 78 /* divide by zero; it simply returns `MaxInt' or `MinInt' depending */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftcalc.h 78 /* divide by zero; it simply returns `MaxInt' or `MinInt' depending */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDLKey.3 90 SDLK_KP_DIVIDE '/' keypad divide
  /external/skia/experimental/Intersection/
LineParameters.h 20 // divide the result of xxxDistance() by sqrt(normalSquared())
  /external/skia/src/effects/gradients/
SkClampRange.cpp 55 // and avoids us ever calling divide or 64bit multiply
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 191 isf[j] = (Word16)(L_isf[j] >> 3); /* divide by 8 */
236 /* Divide by 2.625; log_en will be between 0:24 */
247 /* Subtract 2 from log_en in Q9, i.e divide the gain by 2 (energy by 4) */
325 /* Find energy per sample (divide by L_FRAME=256), i.e subtract log2(256) = 8.0 (1024 in Q7) */
  /libcore/luni/src/test/java/libcore/java/math/
BigDecimalTest.java 57 BigDecimal computed = parsed.divide(BigDecimal.ONE);
  /packages/apps/Calculator/res/values-en-rGB/
strings.xml 52 <string name="desc_op_div" msgid="8320455802423478031">"divide"</string>
  /packages/apps/Calculator/res/values-en-rIN/
strings.xml 52 <string name="desc_op_div" msgid="8320455802423478031">"divide"</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fpu_control.h 35 * ZM: Zero-divide mask
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
prctl.h 34 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8 91011>>