/external/llvm/test/MC/Mips/ |
D | higher-highest-addressing.s | 16 daddiu $5, $5, %higher(func) 25 # Test the calculation of %higher and %highest: 26 # ((x + 0x80008000) >> 32) & 0xffff (higher) 34 # to %higher. 37 daddiu $6, $6, %higher($L2-$L1+0x300047FFF7FF7) 43 # Check the case where %higher is modified by adding +1. 45 ld $7, %higher ($L2-$L1+0x300047FFF7FF8)($7) 50 # Check the case where both %higher and %highest are modified by adding +1. 52 ld $8, %higher (0x37FFF7FFF8000)($8)
|
/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/ |
D | quic_ack_frame.cc | 82 QuicPacketNumber higher) { in AddRange() argument 83 if (!lower.IsInitialized() || !higher.IsInitialized() || lower >= higher) { in AddRange() 87 packet_number_intervals_.AddOptimizedForAppend(lower, higher); in AddRange() 90 bool PacketNumberQueue::RemoveUpTo(QuicPacketNumber higher) { in RemoveUpTo() argument 91 if (!higher.IsInitialized() || Empty()) { in RemoveUpTo() 94 return packet_number_intervals_.TrimLessThan(higher); in RemoveUpTo()
|
D | quic_ack_frame.h | 41 void AddRange(QuicPacketNumber lower, QuicPacketNumber higher); 45 bool RemoveUpTo(QuicPacketNumber higher);
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BatchMatMul.pbtxt | 6 2-D or higher with shape `[..., r_x, c_x]`. 12 2-D or higher with shape `[..., r_y, c_y]`. 18 3-D or higher with shape `[..., r_o, c_o]` 42 The input tensors `x` and `y` are 2-D or higher with shape `[..., r_x, c_x]` 45 The output tensor is 2-D or higher with shape `[..., r_o, c_o]`, where:
|
D | api_def_BatchMatMulV2.pbtxt | 6 2-D or higher with shape `[..., r_x, c_x]`. 12 2-D or higher with shape `[..., r_y, c_y]`. 18 3-D or higher with shape `[..., r_o, c_o]` 42 The input tensors `x` and `y` are 2-D or higher with shape `[..., r_x, c_x]` 45 The output tensor is 2-D or higher with shape `[..., r_o, c_o]`, where:
|
D | api_def_BatchMatMulV3.pbtxt | 6 2-D or higher with shape `[..., r_x, c_x]`. 12 2-D or higher with shape `[..., r_y, c_y]`. 18 3-D or higher with shape `[..., r_o, c_o]` 48 The input tensors `x` and `y` are 2-D or higher with shape `[..., r_x, c_x]` 51 The output tensor is 2-D or higher with shape `[..., r_o, c_o]`, where:
|
D | api_def_Select.pbtxt | 11 If `condition` is rank 1, `t` may have higher rank, 34 If `t` and `e` are vectors or higher rank, then `condition` must be either a 42 If `condition` is a vector and `t` and `e` are higher rank matrices, then
|
D | api_def_NthElement.pbtxt | 6 1-D or higher with last dimension at least `n+1`. 34 For matrices (resp. higher rank input), computes the entries which is the
|
D | api_def_TopKV2.pbtxt | 9 1-D or higher with last dimension at least `k`. 44 For matrices (resp. higher rank input), computes the top `k` entries in each
|
D | api_def_TopK.pbtxt | 6 1-D or higher with last dimension at least `k`. 41 For matrices (resp. higher rank input), computes the top `k` entries in each
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | NavigableSetNavigationTester.java | 91 assertNull(navigableSet.higher(e0())); in testEmptySetNearby() 112 assertNull(navigableSet.higher(e0())); in testSingletonSetNearby() 165 assertEquals(c, navigableSet.higher(a)); in testHigherHole() 166 assertEquals(c, navigableSet.higher(b)); in testHigherHole() 167 assertEquals(null, navigableSet.higher(c)); in testHigherHole() 198 assertEquals(b, navigableSet.higher(a)); in testHigher() 199 assertEquals(c, navigableSet.higher(b)); in testHigher() 200 assertEquals(null, navigableSet.higher(c)); in testHigher()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | NavigableSetNavigationTester.java | 91 assertNull(navigableSet.higher(e0())); in testEmptySetNearby() 112 assertNull(navigableSet.higher(e0())); in testSingletonSetNearby() 165 assertEquals(c, navigableSet.higher(a)); in testHigherHole() 166 assertEquals(c, navigableSet.higher(b)); in testHigherHole() 167 assertEquals(null, navigableSet.higher(c)); in testHigherHole() 198 assertEquals(b, navigableSet.higher(a)); in testHigher() 199 assertEquals(c, navigableSet.higher(b)); in testHigher() 200 assertEquals(null, navigableSet.higher(c)); in testHigher()
|
/external/bcc/libbpf-tools/ |
D | runqslower_example.txt | 9 Tracing run queue latency higher than 10000 us. 42 runqslower # trace latency higher than 10000 us (default) 43 runqslower 1000 # trace latency higher than 1000 us
|
/external/bcc/tools/ |
D | runqslower_example.txt | 14 Tracing run queue latency higher than 10000 us. 56 ./runqslower # trace run queue latency higher than 10000 us (default) 57 ./runqslower 1000 # trace run queue latency higher than 1000 us
|
/external/mockito/src/test/java/org/mockito/internal/matchers/ |
D | ComparableMatchersTest.java | 47 private void test(CompareTo<String> compareTo, boolean lower, boolean higher, in test() argument 52 assertEquals(higher, compareTo.matches("c")); in test()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | broadcasting.md | 46 ## Broadcasting a lower-rank array onto a higher-rank array 60 broadcasting tuple specifies which dimension(s) in the **higher-rank** array to 108 The broadcasting attribute allows matching a lower-rank array to a higher-rank 109 array, by specifying which dimensions of the higher-rank array to match. For 120 In each case, T has to be equal to the matching dimension of the higher-rank 134 the lower-rank array's dimensions are expected to match the higher-rank array's 136 higher-rank array has to match dimension 0 in the lower-rank array. The second 169 Broadcasting of a lower-rank array to a higher-rank array **and** broadcasting
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ImmutableSortedSet.java | 310 E higher(E e) { in higher() method in ImmutableSortedSet 314 E higher = iterator.next(); in higher() local 315 if (comparator().compare(e, higher) < 0) { in higher() 316 return higher; in higher() 335 E tmp = higher(toElement); in headSet() 376 E tmp = higher(fromElement); in tailSet()
|
/external/cronet/net/data/ssl/chrome_root_store/ |
D | testing.md | 6 ## On Windows (M102 or higher) 16 ## On macOS (M105.0.5122.0 or higher)
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | DescendingImmutableSortedSet.java | 89 return forward.higher(element); in lower() 106 public E higher(E element) { in higher() method in DescendingImmutableSortedSet
|
/external/guava/guava/src/com/google/common/collect/ |
D | DescendingImmutableSortedSet.java | 89 return forward.higher(element); in lower() 106 public E higher(E element) { in higher() method in DescendingImmutableSortedSet
|
/external/autotest/client/site_tests/graphics_GLBench/ |
D | graphics_GLBench.py | 186 higher = self.unit_higher_is_better.get(unit) 187 if higher is None: 197 higher_is_better=higher,
|
/external/ltp/testcases/kernel/syscalls/epoll/ |
D | README.1ST | 4 ** Directions for glibc version of 2.3.2 or higher ** 7 glibc version of 2.3.2 or higher then do the following steps:
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_emit.c | 322 enum V3DX(Varying_Flags_Action) higher) in emit_flat_shade_flags() 330 higher; in emit_flat_shade_flags() 340 enum V3DX(Varying_Flags_Action) higher) in emit_noperspective_flags() 348 higher; in emit_noperspective_flags() 357 enum V3DX(Varying_Flags_Action) higher) in emit_centroid_flags() 365 higher; in emit_centroid_flags() 376 enum V3DX(Varying_Flags_Action) higher)) in emit_varying_flags()
|
/external/pigweed/pw_bluetooth/public/pw_bluetooth/ |
D | vendor.emb | 81 -- Deprecated in Google feature spec v0.98 and higher 84 -- Deprecated in Google feature spec v0.98 and higher 106 -- Deprecated in Google feature spec v0.98 and higher
|
/external/eigen/bench/tensors/ |
D | README | 11 …ed a recent GPU that supports compute capability 5.3 or higher to run them and nvcc 7.5 or higher …
|