/external/jemalloc_new/test/unit/ |
D | atomic.c | 27 assert_##ta##_eq(val1, val, "Load or init failed"); \ 33 assert_##ta##_eq(val2, val, "Store failed"); \ 38 assert_##ta##_eq(val1, val, "Exchange returned invalid value"); \ 40 assert_##ta##_eq(val2, val, "Exchange store invalid value"); \ 52 assert_##ta##_eq(val1, expected, \ 59 assert_##ta##_eq(val3, val, \ 62 assert_##ta##_eq(val1, val, \ 75 assert_##ta##_eq(val3, val, \ 78 assert_##ta##_eq(val1, val, \ 92 assert_##ta##_eq(val1, val, \ [all …]
|
D | bit_util.c | 9 assert_##suf##_eq(pow2_ceil_##suf(0), 0, "Unexpected result"); \ 12 assert_##suf##_eq(pow2_ceil_##suf(((t)1) << i), ((t)1) \ 17 assert_##suf##_eq(pow2_ceil_##suf((((t)1) << i) - 1), \ 22 assert_##suf##_eq(pow2_ceil_##suf((((t)1) << i) + 1), \ 29 assert_##suf##_eq(pow2_ceil_##suf(x), \
|
/external/starlark-go/starlarktest/ |
D | assert.star | 12 def _eq(x, y): 45 eq = _eq,
|
/external/python/cpython2/Lib/lib2to3/ |
D | pytree.py | 63 return self._eq(other) 75 return not self._eq(other) 77 def _eq(self, other): member in Base 285 def _eq(self, other): member in Node 396 def _eq(self, other): member in Leaf
|
/external/python/cpython3/Lib/lib2to3/ |
D | pytree.py | 62 return self._eq(other) 66 def _eq(self, other): member in Base 253 def _eq(self, other): member in Node 362 def _eq(self, other): member in Leaf
|
/external/rust/crates/libm/src/ |
D | lib.rs | 43 pub fn _eq(a: f64, b: f64) -> Result<(), u64> { in _eq() function
|
/external/python/apitools/apitools/base/py/testing/ |
D | mock_test.py | 158 self._eq = eq 161 return self._eq(other)
|
/external/llvm-project/lldb/tools/lldb-server/ |
D | LLGSOptions.td | 10 def NAME # _eq: Joined<["--", "-"], name # "=">,
|
/external/llvm-project/lld/MinGW/ |
D | Options.td | 9 def NAME # _eq: Joined<["--", "-"], name # "=">, Alias<!cast<Separate>(NAME)>, 15 def NAME # _eq: Joined<["--"], name # "=">, Alias<!cast<Separate>(NAME)>,
|
/external/python/cpython2/Lib/ |
D | collections.py | 21 from operator import itemgetter as _itemgetter, eq as _eq unknown 225 return dict.__eq__(self, other) and all(_imap(_eq, self, other))
|
/external/rust/crates/structopt-derive/src/ |
D | parse.rs | 223 let _eq: Token![=] = ts.parse()?; in raw_method_suggestion() localVariable
|
/external/llvm-project/llvm/tools/llvm-objcopy/ |
D | CommonOpts.td | 5 def NAME #_eq : Joined<["--"], name #"=">,
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tensor_tracer.py | 1417 def _eq(file_index): function 1421 flush_op_cases[_eq(0)] = _f(0) 1426 flush_op_cases[_eq(i)] = control_flow_ops.no_op 1428 flush_op_cases[_eq(i)] = _f(i)
|
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 1120 def _eq(a, b): function 1133 _eq(a, b) 1134 _eq(c, d) 1150 _eq(a, ALWAYS_EQ)
|
/external/llvm-project/lld/wasm/ |
D | Options.td | 11 def NAME # _eq: Joined<["--", "-"], name # "=">, Alias<!cast<Separate>(NAME)>,
|
/external/python/cpython3/Lib/collections/ |
D | __init__.py | 37 from operator import eq as _eq unknown 307 return dict.__eq__(self, other) and all(map(_eq, self, other))
|
/external/chromium-trace/catapult/devil/docs/ |
D | adb_wrapper.md | 372 ### AdbWrapper.\_\_eq\_\_
|
D | device_utils.md | 1323 ### DeviceUtils.\_\_eq\_\_
|
/external/llvm-project/lld/ELF/ |
D | Options.td | 12 def NAME # _eq: Joined<["--"], name # "=">, Alias<!cast<Separate>(NAME)>, 28 def NAME # _eq: Joined<["--", "-"], name # "=">, Alias<!cast<Separate>(NAME)>,
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | icmp.ll | 2313 define i1 @icmp_and_X_-16_eq-16(i32 %X) { 2314 ; CHECK-LABEL: @icmp_and_X_-16_eq-16( 2323 define <2 x i1> @icmp_and_X_-16_eq-16_vec(<2 x i32> %X) { 2324 ; CHECK-LABEL: @icmp_and_X_-16_eq-16_vec(
|
/external/llvm/test/Transforms/InstCombine/ |
D | icmp.ll | 1453 define i1 @icmp_and_X_-16_eq-16(i32 %X) { 1454 ; CHECK-LABEL: @icmp_and_X_-16_eq-16(
|