HomeSort by relevance Sort by last modified time
    Searched full:arithmetic (Results 26 - 50 of 1903) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/crcalc/
impl.html 10 The former provides basic arithmetic operations on constructive reals.
62 layered on large integer arithmetic.
91 Probably the most practical approach to constructive real arithmetic
92 is one based on interval arithmetic. A variant that is close to,
93 but not quite, constructive real arithmetic is described in
99 of constructive real arithmetic are explored in
108 Boehm, Cartwright, Riggle, and O'Donnell, "Exact Real Arithmetic:
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_lag_tables.h 44 /* initial index for arithmetic decoder */
70 /* initial index for arithmetic decoder */
95 /* initial index for arithmetic decoder */
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
pitch_lag_tables.h 42 /* initial index for arithmetic decoder */
70 /* initial index for arithmetic decoder */
98 /* initial index for arithmetic decoder */
  /external/valgrind/none/tests/mips64/
arithmetic_instruction.c 78 /* If the addition results in 64-bit 2âs complement arithmetic
86 /* If the addition results in 64-bit 2âs complement arithmetic
122 /* No arithmetic exception occurs under any circumstances. */
128 /* No arithmetic exception occurs under any circumstances. */
134 /* If the divisor in GPR rt is zero, the arithmetic result value
145 /* If the divisor in GPR rt is zero, the arithmetic result value
159 If the divisor in GPR rt is zero, the arithmetic result
170 If the divisor in GPR rt is zero, the arithmetic result
178 /* No arithmetic exception occurs under any circumstances. */
184 /* No arithmetic exception occurs under any circumstances. *
    [all...]
logical_instructions.c 53 /* No arithmetic exception occurs under any circumstances. */
61 /* No arithmetic exception occurs under any circumstances. */
69 /* No arithmetic exception occurs under any circumstances. */
81 /* No arithmetic exception occurs under any circumstances. */
89 /* No arithmetic exception occurs under any circumstances. */
  /cts/suite/audio_quality/client/
proguard.cfg 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
  /external/libcxx/test/support/
user_defined_integral.hpp 13 // Poison the arithmetic and comparison operations
  /external/llvm/test/Transforms/IndVarSimplify/
2002-09-09-PointerIndVar.ll 2 ; trying to do arithmetic on them directly.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/
mod.hpp 17 # include <boost/preprocessor/arithmetic/detail/div_base.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/comparison/
less_equal.hpp 17 # include <boost/preprocessor/arithmetic/sub.hpp>
  /sdk/testapps/
proguard.config 6 -optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
  /external/pdfium/third_party/base/numerics/
safe_math.h 17 // data types, and contains overloads for basic arithmetic operations (i.e.: +,
100 // saturated arithmetic.
109 // saturated arithmetic.
112 // Prototypes for the supported arithmetic operator overloads.
187 // This is the boilerplate for the standard arithmetic operator overloads. A
190 // * We apply the standard arithmetic promotions.
195 /* Binary arithmetic operator for CheckedNumerics of the same type. */ \
215 /* Assignment arithmetic operator implementation from CheckedNumeric. */ \
222 /* Binary arithmetic operator for CheckedNumeric of different type. */ \
234 /* Binary arithmetic operator for left CheckedNumeric and right numeric. */
    [all...]
  /external/v8/src/base/
safe_math.h 20 // data types, and contains overloads for basic arithmetic operations (i.e.: +,
104 // saturated arithmetic.
113 // saturated arithmetic.
116 // Prototypes for the supported arithmetic operator overloads.
191 // This is the boilerplate for the standard arithmetic operator overloads. A
194 // * We apply the standard arithmetic promotions.
199 /* Binary arithmetic operator for CheckedNumerics of the same type. */ \
219 /* Assignment arithmetic operator implementation from CheckedNumeric. */ \
226 /* Binary arithmetic operator for CheckedNumeric of different type. */ \
238 /* Binary arithmetic operator for left CheckedNumeric and right numeric. */
    [all...]
  /external/eigen/bench/spbench/
spbench.dtd 7 <!ELEMENT MATRIX (NAME,SIZE,ENTRIES,PATTERN?,SYMMETRY,POSDEF?,ARITHMETIC,RHS*)>
14 <!ELEMENT ARITHMETIC (#PCDATA)>
  /external/llvm/test/CodeGen/Mips/
fabs.ll 5 ; In 1985 mode, abs.[ds] are arithmetic (i.e. they raise invalid operation
6 ; exceptions when given NaN's). In 2008 mode, they are non-arithmetic (i.e.
fneg.ll 5 ; In 1985 mode, abs.[ds] are arithmetic (i.e. they raise invalid operation
6 ; exceptions when given NaN's). In 2008 mode, they are non-arithmetic (i.e.
  /external/valgrind/none/tests/s390x/
bfp-1.c 76 printf("double arithmetic\n");
84 printf("float arithmetic\n");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/detail/
div_base.hpp 17 # include <boost/preprocessor/arithmetic/inc.hpp>
18 # include <boost/preprocessor/arithmetic/sub.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/
iterate.hpp 15 # include <boost/preprocessor/arithmetic/dec.hpp>
16 # include <boost/preprocessor/arithmetic/inc.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
for_each_i.hpp 15 # include <boost/preprocessor/arithmetic/dec.hpp>
16 # include <boost/preprocessor/arithmetic/inc.hpp>
  /external/libcxx/test/std/numerics/complex.number/cmplx.over/
pow.pass.cpp 12 // template<Arithmetic T, Arithmetic U>
16 // template<Arithmetic T, Arithmetic U>
20 // template<Arithmetic T, Arithmetic U>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
pow.pass.cpp 12 // template<Arithmetic T, Arithmetic U>
16 // template<Arithmetic T, Arithmetic U>
20 // template<Arithmetic T, Arithmetic U>
  /external/bison/lib/
intprops.h 36 /* True if the arithmetic type T is an integer type. bool counts as
51 /* True if the arithmetic type T is signed. */
133 arithmetic overflow. They do not rely on undefined or
154 so the arguments should not have side effects. The arithmetic
156 integer type after the usual arithmetic conversions, and the type
163 /* Return 1 if A + B would overflow in [MIN,MAX] arithmetic.
170 /* Return 1 if A - B would overflow in [MIN,MAX] arithmetic.
177 /* Return 1 if - A would overflow in [MIN,MAX] arithmetic.
184 /* Return 1 if A * B would overflow in [MIN,MAX] arithmetic.
201 /* Return 1 if A / B would overflow in [MIN,MAX] arithmetic
    [all...]
  /external/jpeg/
rdjpgcom.c 289 case M_SOF9: process = "Extended sequential, arithmetic coding"; break;
290 case M_SOF10: process = "Progressive, arithmetic coding"; break;
291 case M_SOF11: process = "Lossless, arithmetic coding"; break;
292 case M_SOF13: process = "Differential sequential, arithmetic coding"; break;
293 case M_SOF14: process = "Differential progressive, arithmetic coding"; break;
294 case M_SOF15: process = "Differential lossless, arithmetic coding"; break;
346 case M_SOF9: /* Extended sequential, arithmetic */
347 case M_SOF10: /* Progressive, arithmetic */
348 case M_SOF11: /* Lossless, arithmetic */
349 case M_SOF13: /* Differential sequential, arithmetic */
    [all...]
  /external/libopus/celt/
fixed_generic.h 67 /** Arithmetic shift-right of a 16-bit value */
69 /** Arithmetic shift-left of a 16-bit value */
71 /** Arithmetic shift-right of a 32-bit value */
73 /** Arithmetic shift-left of a 32-bit value */
76 /** 32-bit arithmetic shift right with rounding-to-nearest instead of rounding down */
78 /** 32-bit arithmetic shift right where the argument can be negative */

Completed in 728 milliseconds

12 3 4 5 6 7 8 91011>>