OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtraction
(Results
51 - 75
of
269
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/llvm/include/llvm/Support/
ConstantRange.h
210
/// from a
subtraction
of a value in this range and a value in \p Other.
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp
163
// element in each bucket. This is done via a symbol
subtraction
from the
/external/mesa3d/src/glsl/
loop_analysis.cpp
423
* If the operation is
subtraction
, the variable in question must be the
/external/openssl/crypto/bn/
bn_add.c
165
/* unsigned
subtraction
of b from a, a must be larger than b. */
/libcore/luni/src/main/java/java/math/
BigInt.java
302
static BigInt
subtraction
(BigInt a, BigInt b) {
method in class:BigInt
/external/srec/srec/cfront/
frontobj.c
193
/* Spectral
subtraction
requires estimate of BG levels. This is currently
197
estimate_spectral_sub_means. Spectral
subtraction
is turned on with
/external/srec/srec/include/
frontapi.h
389
* This routine updates the values used for cepstrum mean
subtraction
410
* cepstrum mean
subtraction
.
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
sub.cpp
62
Subtraction
function with overflow control
124
This function performs the
subtraction
(var1-var2) with overflow control and
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_basic_op_cequivalent.h
105
Performs the
subtraction
(var1+var2) with overflow control and satu-
228
32 bits
subtraction
of the two 32 bits variables (L_var1-L_var2) with
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h
141
| Performs the
subtraction
(var1+var2) with overflow control and satu- |
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
boost_concept_check.h
533
__i -= __n; // require assignment
subtraction
op
534
__i = __i - __n; // require
subtraction
with
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h
536
__i -= __n; // require assignment
subtraction
op
537
__i = __i - __n; // require
subtraction
with
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
boost_concept_check.h
536
__i -= __n; // require assignment
subtraction
op
537
__i = __i - __n; // require
subtraction
with
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
533
__i -= __n; // require assignment
subtraction
op
534
__i = __i - __n; // require
subtraction
with
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
533
__i -= __n; // require assignment
subtraction
op
534
__i = __i - __n; // require
subtraction
with
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
533
__i -= __n; // require assignment
subtraction
op
534
__i = __i - __n; // require
subtraction
with
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
boost_concept_check.h
533
__i -= __n; // require assignment
subtraction
op
534
__i = __i - __n; // require
subtraction
with
/docs/source.android.com/src/tech/dalvik/
dalvik-bytecode.html
[
all
...]
/external/llvm/include/llvm/CodeGen/
ISDOpcodes.h
203
/// Carry-setting nodes for multiple precision addition and
subtraction
.
209
/// Carry-using nodes for multiple precision addition and
subtraction
. These
227
/// Same for
subtraction
.
[
all
...]
/dalvik/tests/003-omnibus-opcodes/src/
IntMath.java
108
/* chars are unsigned-expanded to ints before
subtraction
*/
/external/chromium/base/third_party/nspr/
prtypes.h
434
** for storing a pointer or pointer
subtraction
.
/external/clang/include/clang/Basic/
arm_neon.td
151
// E.3.3
Subtraction
/external/freetype/src/base/
ftbbox.c
317
/* which implies by
subtraction
that */
/external/jpeg/
jfdctint.c
55
* We have to do addition and
subtraction
of the integer inputs, which
jidctint.c
55
* We have to do addition and
subtraction
of the integer inputs, which
Completed in 780 milliseconds
1
2
3
4
5
6
7
8
9
10
11