/bionic/libc/bionic/ |
clock_getcpuclockid.cpp | 37 // The tid is stored in the top bits, but negated.
|
pthread_getcpuclockid.cpp | 37 // The tid is stored in the top bits, but negated.
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-abs-02.ll | 1 ; Test negated floating-point absolute.
|
/external/llvm/test/CodeGen/Thumb/ |
inlineasm-imm-thumb.ll | 9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
|
/external/proguard/src/proguard/util/ |
ListMatcher.java | 26 * list can optionally be negated, meaning that a match makes the entire
|
/external/strace/ |
negated_errno.h | 34 * a negated errno code indicating an error, or a success return value.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/ |
inlineasm-imm-thumb.ll | 9 ; Test Thumb-mode "J" constraint, for negated ADD immediates.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_ScatterSub.pbtxt | 52 the same location, their (negated) contributions add.
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
sg_pt.h | 32 /* Returns >= 0 if successful. If error in Unix returns negated errno. */ 37 * returns -1 or a negated errno. 41 /* Returns 0 if successful. If error in Unix returns negated errno. */ 51 * If error, returns negated errno (operating system) value. */ 125 /* If OS error prior to or during command submission then returns negated
|
/external/libxml2/test/schemas/ |
anyAttr-derive-errors1_0.xsd | 104 <!-- 5.1 If the set S includes both the negated namespace name and 128 <!-- 5.2 If the set S includes the negated namespace name but not ?absent?, 151 <!-- 5.3 If the set S includes ?absent? but not the negated namespace name, 176 <!-- 5.4 If the set S does not include either the negated namespace name
|
anyAttr-derive1_0.xsd | 108 <!-- 5.1 If the set S includes both the negated namespace name and 132 <!-- 5.2 If the set S includes the negated namespace name but not ?absent?, 155 <!-- 5.3 If the set S includes ?absent? but not the negated namespace name, 180 <!-- 5.4 If the set S does not include either the negated namespace name
|
/external/llvm/lib/Support/ |
Valgrind.cpp | 27 // This bool is negated from what we'd expect because code may run before it
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
Valgrind.cpp | 26 // This bool is negated from what we'd expect because code may run before it
|
/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/ |
service_utility.h | 51 // its system properties. Returns 0 on success or a negated errno code on
|
/prebuilts/go/darwin-x86/src/path/filepath/ |
match.go | 141 // possibly negated 142 negated := chunk[0] == '^' 143 if negated { 169 if match == negated {
|
/prebuilts/go/linux-x86/src/path/filepath/ |
match.go | 141 // possibly negated 142 negated := chunk[0] == '^' 143 if negated { 169 if match == negated {
|
/external/libopus/silk/ |
LPC_inv_pred_gain.c | 57 /* Set RC equal to negated AR coef */ 103 /* Set RC equal to negated AR coef */
|
/external/mesa3d/docs/relnotes/ |
10.2.4.html | 57 <li>i965/fs: skip copy-propate for logical instructions with negated src entries</li> 58 <li>i965/vec4: skip copy-propate for logical instructions with negated src entries</li>
|
/frameworks/base/core/java/android/net/util/ |
IpUtils.java | 78 int negated = ~sum; local 79 return intAbs((short) negated);
|
/hardware/interfaces/tests/expression/1.0/ |
IExpression.hal | 50 // 0x7fffffff is int32_t, hence can be negated 56 // 0x7FFFFFFFFFFFFFFF is int64_t, hence can be negated
|
/libcore/luni/src/test/java/libcore/java/time/ |
DurationTest.java | 76 // Adding a negative duration is the same as subtracting the negated value. 103 // Subtracting a negative Duration is the same as adding the negated value.
|
/external/pcre/dist2/src/ |
pcre2_auto_possess.c | 190 negated TRUE if it's a negated property (\P or \p{^) 197 BOOL negated) 207 prop->chartype == ucp_Lt) == negated; 210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; 213 return (pdata == prop->chartype) == negated; 216 return (pdata == prop->script) == negated; 222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; 234 return negated; 237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; [all...] |
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
BusinessLogic.java | 290 boolean negated) { 293 mNegated = negated; 300 // XOR the negated boolean with the return value of the method
|
/art/compiler/utils/arm/ |
constants_arm.h | 116 CMN = 11, // Compare Negated
|
/device/google/contexthub/firmware/os/core/ |
floatRt.c | 143 else if (hi >> 31) //the case of 0x8000000000000000 is handled here, as negated it remains the same
|