/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_function.h | 87 * The addition and negation functions will be inlined directly. 323 * the negation of the result. 344 /// One of the @link negators negation functors@endlink. 361 /// One of the @link negators negation functors@endlink. 367 /// One of the @link negators negation functors@endlink. 386 /// One of the @link negators negation functors@endlink.
|
/external/e2fsprogs/misc/ |
fsck.8.in | 117 prefixed by a negation operator 125 are not prefixed by a negation operator, then only those filesystems 139 will be checked. If the options specifier is prefixed by a negation
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
enc_defs_ext.h | 254 Mnemonic_NEG, // Two's Complement Negation 256 Mnemonic_NOT, // One's Complement Negation
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
FastInteger.java | 251 * implicitly masked with 0x1F, which the negation of 'distance' is 274 * implicitly masked with 0x1F, which the negation of 'distance' is
|
/external/clang/test/Analysis/ |
additive-folding-range-constraints.c | 71 // For out-of-range tautologies, it may be the negation that actually
|
/external/compiler-rt/lib/arm/ |
comparesf2.S | 71 // the negation of the sign of b in r0. Thus, if both are negative and
|
/external/llvm/test/Transforms/InstCombine/ |
apint-sub.ll | 110 ; Can't fold subtract here because negation it might oveflow.
|
/external/mesa3d/src/glsl/ |
lower_vector.cpp | 55 * per component negation) and the constants -1, 0, or 1.
|
lower_instructions.cpp | 45 * there is no subtract operation separate from adding the negation.
|
/external/srtp/googlepatches/ |
google-11-srtp-replay-fix.patch | 24 + // The original value is negation of its purpose. According to document
|
/external/valgrind/main/helgrind/ |
README_MSMProp2.txt | 34 HB(SS, currS) and its negation
|
/external/chromium/testing/gmock/test/ |
gmock-generated-matchers_test.cc | 90 // Returns the description of the negation of the given matcher. 607 // This also tests that the description string can reference 'negation'. 608 MATCHER(IsEven2, negation ? "is odd" : "is even") { 623 string(negation ? "doesn't equal" : "equals") + " the sum of " + 638 // Tests that the matcher description can reference 'negation' and the [all...] |
/external/clang/include/clang/Driver/ |
ArgList.h | 238 /// negation is present, and \arg Default if neither option is 239 /// given. If both the option and its negation are present, the
|
/external/icu4c/i18n/unicode/ |
plurrule.h | 72 * This illustrates conjunction and negation. The condition for 'few' 76 * a different modulus and also uses negation, thus it matches all
|
/external/llvm/include/llvm/MC/ |
MCExpr.h | 258 LNot, ///< Logical negation. 260 Not, ///< Bitwise negation.
|
/external/openssh/ |
addrmatch.c | 231 * Perform bitwise negation of address 430 * negation are not supported. If "addr" == NULL, will verify structure
|
/external/stlport/stlport/stl/ |
type_manips.h | 54 //Negation
|
/external/valgrind/main/include/ |
pub_tool_aspacemgr.h | 129 starts[0..], and the negation of the size is returned.
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
filter_unittest.py | 40 # negation of __eq__() or __ne__(), which are not necessarily
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 54 //Negation
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 54 //Negation
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 54 //Negation
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 54 //Negation
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
type_manips.h | 54 //Negation
|
/external/apache-harmony/math/src/test/java/tests/api/java/math/ |
BigIntegerTest.java | 330 assertTrue("Single negation of zero did not result in zero", zero 332 assertTrue("Single negation resulted in original nonzero number", 334 assertTrue("Double negation did not result in original number", [all...] |