/external/libppp/src/ |
filter.h | 65 unsigned f_invert : 1; /* true to complement match */
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lisp.php | 55 'complement','backquote','lambda','set','setq','setf',
|
/external/llvm/include/llvm/Transforms/Utils/ |
CmpInstAnalysis.h | 49 /// getICmpValue - This is the complement of getICmpCode, which turns an
|
/external/llvm/unittests/ADT/ |
SCCIteratorTest.cpp | 81 /// Complement - Return the complement of this subset. 82 NodeSubset Complement() const { 305 NodesReachableFromSCC.Meet(NodesInThisSCC.Complement());
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.h | 48 * Complement, i.e., 1 - a.
|
/external/oprofile/module/ia64/ |
IA64entry.h | 19 #define pNonSys p5 /**< complement of pSys */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
difference.h | 23 #include "fst/lib/complement.h"
|
/frameworks/base/docs/html/design/style/ |
color.jd | 117 shade that can be used as a complement when needed.</p>
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Integer.java | 54 * that is represented as byte array in two's-complement notation.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
serial_reg.h | 108 #define UART_MCR_OUT2 0x08 /* Out2 complement */ 109 #define UART_MCR_OUT1 0x04 /* Out1 complement */ 110 #define UART_MCR_RTS 0x02 /* RTS complement */ 111 #define UART_MCR_DTR 0x01 /* DTR complement */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
serial_reg.h | 108 #define UART_MCR_OUT2 0x08 /* Out2 complement */ 109 #define UART_MCR_OUT1 0x04 /* Out1 complement */ 110 #define UART_MCR_RTS 0x02 /* RTS complement */ 111 #define UART_MCR_DTR 0x01 /* DTR complement */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
serial_reg.h | 108 #define UART_MCR_OUT2 0x08 /* Out2 complement */ 109 #define UART_MCR_OUT1 0x04 /* Out1 complement */ 110 #define UART_MCR_RTS 0x02 /* RTS complement */ 111 #define UART_MCR_DTR 0x01 /* DTR complement */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs4231-regs.h | 114 #define CS4231_LINEAR_16 0x40 /* 16-bit twos complement data - little endian */ 115 #define CS4231_LINEAR_16_BIG 0xc0 /* 16-bit twos complement data - big endian */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs4231-regs.h | 114 #define CS4231_LINEAR_16 0x40 /* 16-bit twos complement data - little endian */ 115 #define CS4231_LINEAR_16_BIG 0xc0 /* 16-bit twos complement data - big endian */
|
/docs/source.android.com/src/devices/tech/dalvik/ |
dalvik-bytecode.jd | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 52 * <code>complement</code> taking an argument, and a boolean NOT is 53 * implemented by <code>complement</code> with no argument. In terms 56 * is an asymmetric difference, and <code>complement</code> with no 57 * argument is a set complement with respect to the superset range 125 * specify their union. To complement a set, place a '^' immediately [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 53 * <code>complement</code> taking an argument, and a boolean NOT is 54 * implemented by <code>complement</code> with no argument. In terms 57 * is an asymmetric difference, and <code>complement</code> with no 58 * argument is a set complement with respect to the superset range 126 * specify their union. To complement a set, place a '^' immediately [all...] |
/external/jpeg/ |
jcphuff.c | 415 /* For a negative input, want temp2 = bitwise complement of abs(input) */ 416 /* This code assumes we are on a two's complement machine */ 436 /* or the complement of its magnitude, if negative. */ 502 /* For a negative coef, want temp2 = bitwise complement of abs(coef) */ 535 /* or the complement of its magnitude, if negative. */
|
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 415 /* For a negative input, want temp2 = bitwise complement of abs(input) */ 416 /* This code assumes we are on a two's complement machine */ 436 /* or the complement of its magnitude, if negative. */ 502 /* For a negative coef, want temp2 = bitwise complement of abs(coef) */ 535 /* or the complement of its magnitude, if negative. */
|
/libcore/luni/src/main/java/java/math/ |
Logical.java | 550 // Applying two complement to negative and to result 557 // Applying two complement to negative and to result 706 //Applying two complement to the first non-zero digit of the result 710 //Continue applying two complement the result 714 //two complement (arithmetic negation) to it, and then operate
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/ |
en.stg | 171 set complement ~<arg> is empty 173 set complement is empty 206 "Cannot complement rule <arg>; not a simple set or element"
|
/external/icu4c/test/intltest/ |
ucdtest.cpp | 266 derivedProps[i].complement(); 313 set.complement(); 315 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
|
/external/openfst/src/include/fst/ |
interval-set.h | 139 void Complement(T maxval, IntervalSet<T> *oset) const; 232 void IntervalSet<T>::Complement(T maxval, IntervalSet<T> *oset) const { 266 iset.Complement(intervals_.back().end, &cset);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/ |
math_fwd.hpp | 70 ibetac(RT1 a, RT2 b, RT3 x); // Incomplete beta complement function. 74 ibetac(RT1 a, RT2 b, RT3 x, const Policy& pol); // Incomplete beta complement function. 118 ibetac_inv(RT1 a, RT2 b, RT3 q); // Incomplete beta complement inverse function. 122 ibetac_inv(RT1 a, RT2 b, RT3 q, const Policy&); // Incomplete beta complement inverse function. 126 ibetac_inva(RT1 a, RT2 b, RT3 q); // Incomplete beta complement inverse function. 130 ibetac_inva(RT1 a, RT2 b, RT3 q, const Policy&); // Incomplete beta complement inverse function. 134 ibetac_invb(RT1 a, RT2 b, RT3 q); // Incomplete beta complement inverse function. 138 ibetac_invb(RT1 a, RT2 b, RT3 q, const Policy&); // Incomplete beta complement inverse function. 154 template <class RT>// Error function complement. 156 template <class RT, class Policy>// Error function complement [all...] |
/external/openfst/src/test/ |
algo_test.h | 995 Complement(S1, &C1); 996 Complement(S2, &C2); 1019 Complement(I, &C3); 1029 Complement(U, &C3); 1127 // Returns complement Fsa 1128 void Complement(const Fst<Arc> &ifsa, MutableFst<Arc> *ofsa) { [all...] |