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

1 2 3 4 5 6 7 891011>>

  /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.
  /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/include/clang/AST/
OperationKinds.h 154 /// CK_VectorSplat - A conversion from an arithmetic type to a
296 UO_Plus, UO_Minus, // [C99 6.5.3.3] Unary arithmetic
297 UO_Not, UO_LNot, // [C99 6.5.3.3] Unary arithmetic
  /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/clang/test/Analysis/
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/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
  /development/ndk/platforms/android-3/include/net/
if_dl.h 72 /* We do arithmetic directly with these, so keep them char instead of void */
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 58 // Allow arithmetic on different symbolic regions.
  /external/clang/test/Sema/
enum.c 45 (_Bool)ve2; // expected-error {{arithmetic or pointer type is required}}
  /external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c 118 di_int __ashrdi3(di_int a, si_int b); // a >> b arithmetic (sign fill)
134 // Integral arithmetic
144 // Integral arithmetic with trapping overflow
196 // Complex arithmetic
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 6 * integer arithmetic as well as number theoretic functionality.
bn_fast_s_mp_sqr.c 6 * integer arithmetic as well as number theoretic functionality.
bn_mp_exteuclid.c 6 * integer arithmetic as well as number theoretic functionality.

Completed in 2582 milliseconds

1 2 3 4 5 6 7 891011>>