HomeSort by relevance Sort by last modified time
    Searched full:arithmetic (Results 201 - 225 of 1189) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/Analysis/
out-of-bounds.c 48 // - indirect pointer to buffer, manipulated using simple pointer arithmetic
98 // - indirect pointer to buffer, manipulated using simple pointer arithmetic
ptr-arith.c 56 p = &x + 1; // expected-warning{{Pointer arithmetic done on non-array variables means reliance on memory layout, which is dangerous.}}
62 // Allow arithmetic on different symbolic regions.
99 if (!(&a - 0)) // expected-warning{{Pointer arithmetic done on non-array variables}}
  /external/icu4c/common/
rbbidata.h 23 * be accessible without ugly pointer arithmetic. The
130 /* arithmetic for indexing variable length rows.) */
  /external/webkit/Source/WebCore/manual-tests/
svg-filter-animation.svg 39 <feComposite in="turb" in2="blur" operator="arithmetic" k2="0.3" k3="1" result="comp"/>
46 <feComposite in="light" in2="ambient" operator="arithmetic" k2="1.2" k3=".8"/>
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mmintrin.h 316 saturated arithmetic. */
330 saturated arithmetic. */
344 saturated arithmetic. */
358 saturated arithmetic. */
420 saturating arithmetic. */
434 signed saturating arithmetic. */
448 unsigned saturating arithmetic. */
462 unsigned saturating arithmetic. */
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mmintrin.h 316 saturated arithmetic. */
330 saturated arithmetic. */
344 saturated arithmetic. */
358 saturated arithmetic. */
420 saturating arithmetic. */
434 signed saturating arithmetic. */
448 unsigned saturating arithmetic. */
462 unsigned saturating arithmetic. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_funcs.h 97 * @brief A generalization of pointer arithmetic.
155 * @brief A generalization of pointer arithmetic.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mmintrin.h 316 saturated arithmetic. */
330 saturated arithmetic. */
344 saturated arithmetic. */
358 saturated arithmetic. */
420 saturating arithmetic. */
434 signed saturating arithmetic. */
448 unsigned saturating arithmetic. */
462 unsigned saturating arithmetic. */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
mmintrin.h 317 saturated arithmetic. */
331 saturated arithmetic. */
345 saturated arithmetic. */
359 saturated arithmetic. */
421 saturating arithmetic. */
435 signed saturating arithmetic. */
449 unsigned saturating arithmetic. */
463 unsigned saturating arithmetic. */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
mmintrin.h 317 saturated arithmetic. */
331 saturated arithmetic. */
345 saturated arithmetic. */
359 saturated arithmetic. */
421 saturating arithmetic. */
435 signed saturating arithmetic. */
449 unsigned saturating arithmetic. */
463 unsigned saturating arithmetic. */
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 97 * @brief A generalization of pointer arithmetic.
155 * @brief A generalization of pointer arithmetic.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 97 * @brief A generalization of pointer arithmetic.
155 * @brief A generalization of pointer arithmetic.
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 97 * @brief A generalization of pointer arithmetic.
155 * @brief A generalization of pointer arithmetic.
  /bionic/libm/man/
ieee.3 40 .Nd IEEE standard 754 for floating-point arithmetic
42 The IEEE Standard 754 for Binary Floating-Point Arithmetic
44 properties of arithmetic operations relating to precision,
46 .Ss IEEE STANDARD 754 Floating-Point Arithmetic
94 propagate through subsequent arithmetic operations.
438 Standard for Floating-point Arithmetic" by
  /external/jpeg/
jpegtran.c 81 fprintf(stderr, " -arithmetic Use arithmetic coding\n");
153 if (keymatch(arg, "arithmetic", 1)) {
154 /* Use arithmetic coding. */
158 fprintf(stderr, "%s: sorry, arithmetic coding not supported\n",
  /frameworks/compile/libbcc/runtime/
README.txt 36 di_int __ashrdi3(di_int a, si_int b); // a >> b arithmetic (sign fill)
37 ti_int __ashrti3(ti_int a, si_int b); // a >> b arithmetic (sign fill)
62 // Integral arithmetic
83 // Integral arithmetic with trapping overflow
163 // Complex arithmetic
  /external/llvm/docs/
GetElementPtr.html 30 <li><a href="#int">How is GEP different from ptrtoint, arithmetic, and inttoptr?</a></li>
383 How is GEP different from ptrtoint, arithmetic, and inttoptr?
392 narrow the i64 arithmetic down to the actual pointer size on targets which
393 don't support 64-bit arithmetic in most cases. However, there are some cases
484 arithmetic overflow conditions, rather than high-level array
521 is outside of it, integer arithmetic wrapping may occur, so the
564 <p>If you really need this functionality, you can do the arithmetic with
567 computed from ptrtoint, arithmetic, and inttoptr sequences.</p>
579 <p>As with arithmetic on null, You can use GEP to compute an address that
690 It doesn't necessarily imply i32 address arithmetic; it's just an identifie
    [all...]
  /external/qemu/fpu/
softfloat.c 9 This C source file is part of the SoftFloat IEC/IEEE Floating-point Arithmetic
20 arithmetic/SoftFloat.html'.
41 | Primitive arithmetic functions, including multi-word arithmetic, and
307 | Binary Floating-Point Arithmetic.
489 | Binary Floating-Point Arithmetic.
659 | Floating-Point Arithmetic.
    [all...]
  /external/clang/utils/
FindSpecRefs 37 ('6.3.1 Arithmetic operands', '42'),
115 ('7.3 Complex arithmetic <complex.h>', '170'),
190 ('7.20.6 Integer arithmetic functions', '320'),
218 ('7.26.1 Complex arithmetic <complex.h>', '401'),
264 ('Annex F (normative) IEC 60559 floating-point arithmetic', '443'),
274 ('Annex G (informative) IEC 60559-compatible complex arithmetic', '466'),
280 ('G.6 Complex arithmetic <complex.h>', '471'),
282 ('Annex H (informative) Language independent arithmetic', '480'),
484 ('20.3 Compile-time rational arithmetic', '463'),
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 39 // We don't reason yet about these arithmetic constraints on
215 // "slide" the solution range around for modular arithmetic. For example,
217 // in modular arithmetic is [0, 1] U [UINT_MAX-1, UINT_MAX]. It's up to
  /external/icu4c/i18n/
decContext.h 11 /* available, together with arithmetic and format specifications, */
12 /* testcases, and Web links, on the General Decimal Arithmetic page. */
70 #define DECSUBSET 0 /* 1=enable subset arithmetic */
decNumber.h 2 /* Decimal Number arithmetic module header */
11 /* available, together with arithmetic and format specifications, */
12 /* testcases, and Web links, on the General Decimal Arithmetic page. */
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNode.h 105 /* Nodes for arithmetic operations. */\
111 /* Arithmetic operators call ToNumber on their operands. */\
115 /* Add of values may either be arithmetic, or result in string concatenation. */\
  /bionic/libc/include/net/
if_dl.h 72 /* We do arithmetic directly with these, so keep them char instead of void */
  /bionic/libm/src/
e_fmodf.c 22 * Return x mod y in exact arithmetic

Completed in 1796 milliseconds

1 2 3 4 5 6 7 891011>>