Home
last modified time | relevance | path

Searched refs:higher (Results 1 – 25 of 1060) sorted by relevance

12345678910>>...43

/external/llvm/test/MC/Mips/
Dhigher-highest-addressing.s16 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/
Dquic_ack_frame.cc82 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()
Dquic_ack_frame.h41 void AddRange(QuicPacketNumber lower, QuicPacketNumber higher);
45 bool RemoveUpTo(QuicPacketNumber higher);
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BatchMatMul.pbtxt6 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:
Dapi_def_BatchMatMulV2.pbtxt6 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:
Dapi_def_BatchMatMulV3.pbtxt6 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:
Dapi_def_Select.pbtxt11 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
Dapi_def_NthElement.pbtxt6 1-D or higher with last dimension at least `n+1`.
34 For matrices (resp. higher rank input), computes the entries which is the
Dapi_def_TopKV2.pbtxt9 1-D or higher with last dimension at least `k`.
44 For matrices (resp. higher rank input), computes the top `k` entries in each
Dapi_def_TopK.pbtxt6 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/
DNavigableSetNavigationTester.java91 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/
DNavigableSetNavigationTester.java91 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/
Drunqslower_example.txt9 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/
Drunqslower_example.txt14 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/
DComparableMatchersTest.java47 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/
Dbroadcasting.md46 ## 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/
DImmutableSortedSet.java310 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/
Dtesting.md6 ## On Windows (M102 or higher)
16 ## On macOS (M105.0.5122.0 or higher)
/external/guava/android/guava/src/com/google/common/collect/
DDescendingImmutableSortedSet.java89 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/
DDescendingImmutableSortedSet.java89 return forward.higher(element); in lower()
106 public E higher(E element) { in higher() method in DescendingImmutableSortedSet
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py186 higher = self.unit_higher_is_better.get(unit)
187 if higher is None:
197 higher_is_better=higher,
/external/ltp/testcases/kernel/syscalls/epoll/
DREADME.1ST4 ** 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/
Dv3dx_emit.c322 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/
Dvendor.emb81 -- 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/
DREADME11 …ed a recent GPU that supports compute capability 5.3 or higher to run them and nvcc 7.5 or higher

12345678910>>...43