Home
last modified time | relevance | path

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

12345678910>>...32

/external/u-boot/arch/x86/lib/
Ddiv64.c15 u32 higher; member
25 output.words.higher = output.words.lower << (shift - 32); in __ashldi3()
30 output.words.higher = (output.words.higher << shift) | in __ashldi3()
43 output.words.lower = output.words.higher >> (shift - 32); in __lshrdi3()
44 output.words.higher = 0; in __lshrdi3()
49 (output.words.higher << (32 - shift)); in __lshrdi3()
50 output.words.higher = output.words.higher >> shift; in __lshrdi3()
/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/swiftshader/third_party/llvm-7.0/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)
Dmacro-li.d.s31 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
32 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
71 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
72 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
103 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
104 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
135 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
136 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
171 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
172 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
[all …]
Dmacro-li.s.s68 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
69 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
98 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
99 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
120 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
121 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
143 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
144 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
169 # N64-NO-PIC: daddiu $1, $1, %higher([[LABEL]]) # encoding: [A,A,0x21,0x64]
170 # N64-NO-PIC: # fixup A - offset: 0, value: %higher([[LAB…
[all …]
Drelocation.s165 daddiu $2, $3, %higher(foo) // RELOC: R_MIPS_HIGHER foo
386 lui $5, %higher(foo) // RELOC: R_MICROMIPS_HIGHER foo
/external/webrtc/webrtc/modules/audio_coding/neteq/
Ddelay_manager_unittest.cc140 int lower, higher; in TEST_F() local
141 dm_->BufferLimits(&lower, &higher); in TEST_F()
146 EXPECT_EQ(lower + (20 << 8) / kFrameSizeMs, higher); in TEST_F()
164 int lower, higher; in TEST_F() local
165 dm_->BufferLimits(&lower, &higher); in TEST_F()
170 EXPECT_EQ(lower + (20 << 8) / kFrameSizeMs, higher); in TEST_F()
190 int lower, higher; in TEST_F() local
191 dm_->BufferLimits(&lower, &higher); in TEST_F()
194 EXPECT_EQ(5 << 8, higher); in TEST_F()
213 int lower, higher; in TEST_F() local
[all …]
/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_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_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
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
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DNavigableSetNavigationTester.java88 assertNull(navigableSet.higher(samples.e0)); in testEmptySetNearby()
109 assertNull(navigableSet.higher(samples.e0)); in testSingletonSetNearby()
163 assertEquals(c, navigableSet.higher(a)); in testHigherHole()
164 assertEquals(c, navigableSet.higher(b)); in testHigherHole()
165 assertEquals(null, navigableSet.higher(c)); in testHigherHole()
196 assertEquals(b, navigableSet.higher(a)); in testHigher()
197 assertEquals(c, navigableSet.higher(b)); in testHigher()
198 assertEquals(null, navigableSet.higher(c)); in testHigher()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/
Dload.ll72 ; MIPS3-NEXT: daddiu $1, $1, %higher(a) # <MCInst #{{[0-9]+}} DADDiu
75 ; MIPS3-NEXT: # <MCOperand Expr:(%higher(a))>>
100 ; MIPS64-NEXT: daddiu $1, $1, %higher(a) # <MCInst #{{[0-9]+}} DADDiu
103 ; MIPS64-NEXT: # <MCOperand Expr:(%higher(a))>>
128 ; MIPS64R6-NEXT: daddiu $1, $1, %higher(a) # <MCInst #{{[0-9]+}} DADDiu
131 ; MIPS64R6-NEXT: # <MCOperand Expr:(%higher(a))>>
211 ; MIPS3-NEXT: daddiu $1, $1, %higher(a) # <MCInst #{{[0-9]+}} DADDiu
214 ; MIPS3-NEXT: # <MCOperand Expr:(%higher(a))>>
239 ; MIPS64-NEXT: daddiu $1, $1, %higher(a) # <MCInst #{{[0-9]+}} DADDiu
242 ; MIPS64-NEXT: # <MCOperand Expr:(%higher(a))>>
[all …]
Dstore.ll71 ; MIPS4-NEXT: daddiu $1, $1, %higher(a) # <MCInst #{{[0-9]+}} DADDiu
74 ; MIPS4-NEXT: # <MCOperand Expr:(%higher(a))>>
99 ; MIPS64R6-NEXT: daddiu $1, $1, %higher(a) # <MCInst #{{[0-9]+}} DADDiu
102 ; MIPS64R6-NEXT: # <MCOperand Expr:(%higher(a))>>
181 ; MIPS4-NEXT: daddiu $1, $1, %higher(b) # <MCInst #{{[0-9]+}} DADDiu
184 ; MIPS4-NEXT: # <MCOperand Expr:(%higher(b))>>
209 ; MIPS64R6-NEXT: daddiu $1, $1, %higher(b) # <MCInst #{{[0-9]+}} DADDiu
212 ; MIPS64R6-NEXT: # <MCOperand Expr:(%higher(b))>>
295 ; MIPS4-NEXT: daddiu $2, $2, %higher(c) # <MCInst #{{[0-9]+}} DADDiu
298 ; MIPS4-NEXT: # <MCOperand Expr:(%higher(c))>>
[all …]
/external/bcc/tools/
Drunqslower_example.txt8 Tracing run queue latency higher than 10000 us
47 ./runqslower # trace run queue latency higher than 10000 us (default)
48 ./runqslower 1000 # trace run queue latency higher than 1000 us
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedSet.java321 E higher(E e) { in higher() method in ImmutableSortedSet
325 E higher = iterator.next(); in higher() local
326 if (comparator().compare(e, higher) < 0) { in higher()
327 return higher; in higher()
336 E tmp = higher(toElement); in headSet()
377 E tmp = higher(fromElement); in tailSet()
/external/autotest/client/site_tests/graphics_GLBench/
Dgraphics_GLBench.py213 higher = self.unit_higher_is_better.get(unit)
214 if higher is None:
224 higher_is_better=higher,
233 higher_is_better=higher,
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/indirect-jump-hazard/
Djumptables.ll166 ; MIPS64R2-NEXT: daddiu $2, $2, %higher(.LJTI0_0)
176 ; MIPS64R2-NEXT: daddiu $1, $1, %higher(.L.str)
185 ; MIPS64R2-NEXT: daddiu $1, $1, %higher(.L.str.7)
194 ; MIPS64R2-NEXT: daddiu $1, $1, %higher(.L.str.1)
203 ; MIPS64R2-NEXT: daddiu $1, $1, %higher(.L.str.2)
212 ; MIPS64R2-NEXT: daddiu $1, $1, %higher(.L.str.3)
221 ; MIPS64R2-NEXT: daddiu $1, $1, %higher(.L.str.4)
230 ; MIPS64R2-NEXT: daddiu $1, $1, %higher(.L.str.5)
239 ; MIPS64R2-NEXT: daddiu $1, $1, %higher(.L.str.6)
261 ; MIPS64R6-NEXT: daddiu $2, $2, %higher(.LJTI0_0)
[all …]
Dlong-calls.ll72 ; N64-NEXT: daddiu $1, $1, %higher(callee)
79 ; N64-NEXT: daddiu $1, $zero, %higher(memset)
89 ; N64-NEXT: daddiu $1, $1, %higher(val)
/external/guava/guava/src/com/google/common/collect/
DDescendingImmutableSortedSet.java82 return forward.higher(element); in lower()
96 public E higher(E element) { in higher() method in DescendingImmutableSortedSet
DForwardingNavigableSet.java99 public E higher(E e) { in higher() method in ForwardingNavigableSet
100 return delegate().higher(e); in 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:

12345678910>>...32