HomeSort by relevance Sort by last modified time
    Searched refs:idx1 (Results 1 - 25 of 66) sorted by null

1 2 3

  /art/compiler/optimizing/
load_store_analysis.cc 37 static bool CanBinaryOpAndIndexAlias(const HBinaryOperation* idx1,
41 if (!IsAddOrSub(idx1)) {
45 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() != idx2) {
49 if (!idx1->GetConstantRight()->IsIntConstant()) {
55 int64_t l1 = idx1->IsAdd() ?
56 idx1->GetConstantRight()->AsIntConstant()->GetValue() :
57 -idx1->GetConstantRight()->AsIntConstant()->GetValue();
64 static bool CanBinaryOpsAlias(const HBinaryOperation* idx1,
68 if (!IsAddOrSub(idx1) || !IsAddOrSub(idx2)) {
72 if (idx1->AsBinaryOperation()->GetLeastConstantLeft() !
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_intrinsics.c 34 idx0, idx1, idx2, _flags) \
45 [NIR_INTRINSIC_ ## idx1] = 2, \
nir_intrinsics.h 33 * num_variables, num_indices, idx0, idx1, idx2, flags)
326 #define SYSTEM_VALUE(name, components, num_indices, idx0, idx1, idx2) \
329 idx0, idx1, idx2, \
427 #define LOAD(name, srcs, num_indices, idx0, idx1, idx2, flags) \
428 INTRINSIC(load_##name, srcs, ARR(1, 1, 1, 1), true, 0, 0, num_indices, idx0, idx1, idx2, flags)
462 #define STORE(name, srcs, num_indices, idx0, idx1, idx2, flags) \
463 INTRINSIC(store_##name, srcs, ARR(0, 1, 1, 1), false, 0, 0, num_indices, idx0, idx1, idx2, flags)
  /external/strace/
kcmp.c 60 kernel_ulong_t idx1 = tcp->u_arg[3]; local
69 printpidfd(tcp, pid1, idx1);
79 printpidfd(tcp, pid1, idx1);
101 tprintf(", %#" PRI_klx ", %#" PRI_klx, idx1, idx2);
  /external/brotli/c/enc/
cluster.c 27 return TO_BROTLI_BOOL((p1->idx2 - p1->idx1) > (p2->idx2 - p2->idx1));
cluster_inc.h 12 /* Computes the bit cost reduction by combining out[idx1] and out[idx2] and if
13 it is below a threshold, stores the pair (idx1, idx2) in the *pairs queue. */
15 const HistogramType* out, const uint32_t* cluster_size, uint32_t idx1,
20 p.idx1 = p.idx2 = 0;
22 if (idx1 == idx2) {
25 if (idx2 < idx1) {
27 idx2 = idx1;
28 idx1 = t;
30 p.idx1 = idx1;
    [all...]
cluster.h 22 uint32_t idx1; member in struct:HistogramPair
  /external/strace/tests/
kcmp.c 98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...)
103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2);
114 printpidfd(", ", pid1, idx1);
124 printpidfd(", ", pid1, idx1);
142 (unsigned long long) idx1, (unsigned long long) idx2);
  /external/strace/tests-m32/
kcmp.c 98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...)
103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2);
114 printpidfd(", ", pid1, idx1);
124 printpidfd(", ", pid1, idx1);
142 (unsigned long long) idx1, (unsigned long long) idx2);
  /external/strace/tests-mx32/
kcmp.c 98 const char *type_str, kernel_ulong_t idx1, kernel_ulong_t idx2, ...)
103 rc = syscall(__NR_kcmp, pid1, pid2, type, idx1, idx2);
114 printpidfd(", ", pid1, idx1);
124 printpidfd(", ", pid1, idx1);
142 (unsigned long long) idx1, (unsigned long long) idx2);
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorStriding.h 175 const Index idx1 = indices[1] / m_outputStrides[i]; local
177 inputIndices[1] += idx1 * m_inputStrides[i];
179 indices[1] -= idx1 * m_outputStrides[i];
186 const Index idx1 = indices[1] / m_outputStrides[i]; local
188 inputIndices[1] += idx1 * m_inputStrides[i];
190 indices[1] -= idx1 * m_outputStrides[i];
300 const Index idx1 = indices[1] / this->m_outputStrides[i]; local
302 inputIndices[1] += idx1 * this->m_inputStrides[i];
304 indices[1] -= idx1 * this->m_outputStrides[i];
311 const Index idx1 = indices[1] / this->m_outputStrides[i] local
    [all...]
TensorScan.h 220 // loops to avoid an integer division by keeping track of each idx1 and idx2.
221 for (Index idx1 = 0; idx1 < total_size; idx1 += self.stride() * self.size()) {
224 Index offset = idx1 + idx2;
  /external/webp/src/enc/
histogram_enc.c 729 // Pair of histograms. Negative idx1 value means that pair is out-of-date.
731 int idx1; member in struct:__anon49453
798 // Create a pair from indices "idx1" and "idx2" provided its cost
802 VP8LHistogram** const histograms, int idx1,
811 if (idx1 > idx2) {
813 idx2 = idx1;
814 idx1 = tmp;
816 pair.idx1 = idx1;
818 h1 = histograms[idx1];
866 const int idx1 = histo_queue.queue[0].idx1; local
960 uint32_t idx1 = tmp \/ (*num_used - 1); local
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
dynamic_stitch_test.py 53 idx1 = np.array([0, 2], dtype=np.int32)
58 [idx1, idx2], [val1, val2],
62 idx1 = np.array([], dtype=np.int32)
66 self._AssertDynamicStitchResultIs([idx1, idx2], [val1, val2],
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 196 int idx1 = (int)boxes.size() - 1; local
197 boxes.push_back(boxes[idx1].merged(objBoxes[objCenters[mid].second]));
198 children.push_back(idx1);
206 int idx1 = (int)boxes.size() - 1; local
209 boxes.push_back(boxes[idx1].merged(boxes[idx2]));
210 children.push_back(idx1);
  /external/protobuf/objectivec/
GPBArray.h 80 - (void)exchangeValueAtIndex:(NSUInteger)idx1
120 - (void)exchangeValueAtIndex:(NSUInteger)idx1
160 - (void)exchangeValueAtIndex:(NSUInteger)idx1
200 - (void)exchangeValueAtIndex:(NSUInteger)idx1
240 - (void)exchangeValueAtIndex:(NSUInteger)idx1
280 - (void)exchangeValueAtIndex:(NSUInteger)idx1
320 - (void)exchangeValueAtIndex:(NSUInteger)idx1
398 - (void)exchangeValueAtIndex:(NSUInteger)idx1
521 //%- (void)exchangeValueAtIndex:(NSUInteger)idx1
  /external/libaom/libaom/tools/txfm_analyzer/
txfm_gen_code.cc 46 int idx1 = get_cos_idx(w1, mod); local
51 snprintf(text, size, "cospi_%s%02d_%s%02d", sgn0, idx0, sgn1, idx1);
287 int idx1 = get_cos_idx(w1, COS_MOD);
291 if (!visited[idx0][idx1][sgn0][sgn1]) {
292 visited[idx0][idx1][sgn0][sgn1] = 1;
305 int idx1 = get_cos_idx(w1, COS_MOD);
309 if (!visited[idx1][idx0][sgn1][sgn0]) {
310 visited[idx1][idx0][sgn1][sgn0] = 1;
320 int idx1 = get_cos_idx(w1, COS_MOD);
324 if (!visited[idx0][idx1][sgn0][sgn1])
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 297 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
298 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
  /external/lua/src/
luaconf.h 385 #define lua_equal(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPEQ)
386 #define lua_lessthan(L,idx1,idx2) lua_compare(L,(idx1),(idx2),LUA_OPLT)
  /external/tensorflow/tensorflow/core/grappler/optimizers/data/
graph_utils.cc 167 int idx1 = name_index1[i];
169 if (g1.node(idx1).op() != g2.node(idx2).op()) {
172 if (g1.node(idx1).name() != g2.node(idx2).name()) {
175 if (g1.node(idx1).input_size() != g2.node(idx2).input_size()) {
178 std::vector<int> input_index1 = CreateInputIndex(g1.node(idx1));
180 for (int j = 0; j < g1.node(idx1).input_size(); ++j) {
181 if (!IsSameInput(g1.node(idx1).input(input_index1[j]),
  /external/aac/libAACenc/src/
aacenc_tns.cpp 625 int i, idx0, idx1, idx2, idx3, idx4, lag; local
638 idx1 = idx0 + i / 4;
647 idx1 = lpcStartLine[HIFILT];
648 idx2 = idx1 + i;
654 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
655 INT sc2 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx1, idx2);
661 for (nsc1 = 1; (1 << nsc1) < (idx1 - idx0); nsc1++)
663 for (nsc2 = 1; (1 << nsc2) < (idx2 - idx1); nsc2++)
672 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1);
673 rxx2_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx1, idx2, 0, nsc2)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_bvgraph.h 154 void check(uptr idx1, uptr idx2) const {
155 CHECK_LT(idx1, size());
sanitizer_bitvector.h 147 uptr i1 = idx1(idx);
162 uptr i1 = idx1(idx);
176 uptr i1 = idx1(idx);
333 uptr idx1(uptr idx) const { function in class:__sanitizer::TwoLevelBitVector
  /external/jdiff/src/jdiff/
CommentsHandler.java 70 int idx1 = JDiff.oldFileName.lastIndexOf('.'); local
72 String filename2 = JDiff.oldFileName.substring(0, idx1) +
  /external/eigen/test/
visitor.cpp 107 Index idx1 = eigen_minidx; local
110 v1(idx0) = v1(idx1);
114 VERIFY(eigen_minidx == (std::min)(idx0,idx1));

Completed in 1781 milliseconds

1 2 3