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

<<11121314151617181920>>

  /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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fpu_control.h 35 * ZM: Zero-divide mask
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
prctl.h 34 # define PR_FP_EXC_DIV 0x010000 /* floating point divide by zero */
  /external/ceres-solver/include/ceres/
dynamic_numeric_diff_cost_function.h 206 // 3. Divide out the run.
228 // Divide out the run to get slope.
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_vertex.c 181 /* Cliptest and perspective divide. Clip functions must clear
277 "modelview/project/cliptest/divide",
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 127 idt0: idesc64 isrL, 0x0008, 0 ; 0x00, 0 #DE, Divide Error
166 zero: dw isrR, 0 ; 0x00, 0 #DE, Divide Error
  /external/guava/guava/src/com/google/common/primitives/
UnsignedInteger.java 137 public UnsignedInteger divide(UnsignedInteger val) { method in class:UnsignedInteger
139 return asUnsigned(UnsignedInts.divide(value, val.value));
UnsignedLong.java 134 public UnsignedLong divide(UnsignedLong val) { method in class:UnsignedLong
136 return asUnsigned(UnsignedLongs.divide(value, val.value));
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 187 #define FPE_INTDIV (__SI_FAULT|1) /* integer divide by zero */
189 #define FPE_FLTDIV (__SI_FAULT|3) /* floating point divide by zero */
  /external/mesa3d/src/mesa/tnl/
t_vb_vertex.c 181 /* Cliptest and perspective divide. Clip functions must clear
277 "modelview/project/cliptest/divide",
  /external/oprofile/events/i386/atom/
unit_masks 30 0x01 s Divide operations executed
31 0x81 ar Divide operations retired
  /external/valgrind/main/VEX/pub/
libvex_guest_mips32.h 77 /* 132 */ UInt guest_HI; /* Multiply and divide register higher result */
78 /* 136 */ UInt guest_LO; /* Multiply and divide register lower result */

Completed in 1524 milliseconds

<<11121314151617181920>>