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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
set.s 4 .global AUX_R1, INDEX, LABEL, SYMTAB, NSYMS
7 INDEX .equ 100/2 +3
8 ADD #INDEX,A
11 NSYMS .set INDEX
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
289 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
310 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) +
311 INDEX(pell, thr);
370 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr)
    [all...]
deringing_chroma.cpp 79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
145 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres)
    [all...]
post_proc.h 37 #define INDEX(x,thr) (((x)>=(thr))?1:0)
  /cts/tests/tests/database/src/android/database/cts/
CursorIndexOutOfBoundsExceptionTest.java 25 int INDEX = 100;
28 String expected2 = "Index " + INDEX + " requested, with a size of " + SIZE;
44 throw new CursorIndexOutOfBoundsException(INDEX, SIZE);
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
avx512pfintrin.h 51 _mm512_mask_prefetch_i32gather_pd (__m256i index, __mmask8 mask,
54 __builtin_ia32_gatherpfdpd (mask, (__v8si) index, (long long const *) addr,
60 _mm512_mask_prefetch_i32gather_ps (__m512i index, __mmask16 mask,
63 __builtin_ia32_gatherpfdps (mask, (__v16si) index, (int const *) addr,
69 _mm512_mask_prefetch_i64gather_pd (__m512i index, __mmask8 mask,
72 __builtin_ia32_gatherpfqpd (mask, (__v8di) index, (long long const *) addr,
78 _mm512_mask_prefetch_i64gather_ps (__m512i index, __mmask8 mask,
81 __builtin_ia32_gatherpfqps (mask, (__v8di) index, (int const *) addr,
87 _mm512_prefetch_i32scatter_pd (void *addr, __m256i index, int scale,
90 __builtin_ia32_scatterpfdpd ((__mmask8) 0xFF, (__v8si) index,
    [all...]
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
avx512pfintrin.h 51 _mm512_mask_prefetch_i32gather_pd (__m256i index, __mmask8 mask,
54 __builtin_ia32_gatherpfdpd (mask, (__v8si) index, (long long const *) addr,
60 _mm512_mask_prefetch_i32gather_ps (__m512i index, __mmask16 mask,
63 __builtin_ia32_gatherpfdps (mask, (__v16si) index, (int const *) addr,
69 _mm512_mask_prefetch_i64gather_pd (__m512i index, __mmask8 mask,
72 __builtin_ia32_gatherpfqpd (mask, (__v8di) index, (long long const *) addr,
78 _mm512_mask_prefetch_i64gather_ps (__m512i index, __mmask8 mask,
81 __builtin_ia32_gatherpfqps (mask, (__v8di) index, (int const *) addr,
87 _mm512_prefetch_i32scatter_pd (void *addr, __m256i index, int scale,
90 __builtin_ia32_scatterpfdpd ((__mmask8) 0xFF, (__v8si) index,
    [all...]
  /external/skia/tools/skqp/
upload_model 36 INDEX=1
41 printf '\r %d / %d ' "$INDEX" "$COUNT"
50 if [ $(($INDEX % $SHARD_COUNT)) = 0 ]; then
53 INDEX=$(( $INDEX + 1))
  /external/skqp/tools/skqp/
upload_model 36 INDEX=1
41 printf '\r %d / %d ' "$INDEX" "$COUNT"
50 if [ $(($INDEX % $SHARD_COUNT)) = 0 ]; then
53 INDEX=$(( $INDEX + 1))
  /external/skia/src/core/
SkTDPQueue.h 18 * Optionally objects may know their index into the priority queue. The queue will update the index
19 * as the objects move through the queue. This is enabled by using a non-nullptr function for INDEX.
20 * When an INDEX function is provided random deletes from the queue are allowed using remove().
22 * afterwards. In debug builds the index will be set to -1 before an element is removed from the
27 int* (*INDEX)(const T&) = (int* (*)(const T&))nullptr>
48 SkDEBUGCODE(if (SkToBool(INDEX)) { *INDEX(fArray[0]) = -1; })
65 int index = fArray.count(); local
68 this->percolateUpIfNecessary(index);
75 int index = *INDEX(entry); local
95 int index = *INDEX(entry); local
    [all...]
  /external/skqp/src/core/
SkTDPQueue.h 18 * Optionally objects may know their index into the priority queue. The queue will update the index
19 * as the objects move through the queue. This is enabled by using a non-nullptr function for INDEX.
20 * When an INDEX function is provided random deletes from the queue are allowed using remove().
22 * afterwards. In debug builds the index will be set to -1 before an element is removed from the
27 int* (*INDEX)(const T&) = (int* (*)(const T&))nullptr>
48 SkDEBUGCODE(if (SkToBool(INDEX)) { *INDEX(fArray[0]) = -1; })
65 int index = fArray.count(); local
68 this->percolateUpIfNecessary(index);
75 int index = *INDEX(entry); local
95 int index = *INDEX(entry); local
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
CD.py 14 INDEX = 2
  /external/python/cpython2/Lib/plat-irix6/
CD.py 14 INDEX = 2
  /hardware/intel/common/omx-components/videocodec/
OMXComponentDefines.h 39 #define CHECK_PORT_INDEX(P, INDEX)\
40 if ((P)->nPortIndex != INDEX) {\
41 LOGE("Bad port index %u, expected: %d", (P)->nPortIndex, INDEX);\
45 #define CHECK_ENUMERATION_RANGE(INDEX, RANGE)\
46 if (INDEX >= RANGE) {\
  /cts/suite/audio_quality/test/
TaskProcessTest.cpp 37 const android::String8 INDEX("index");
40 ASSERT_TRUE(mSequential->parseAttribute(INDEX, I));
TaskSequentialTest.cpp 44 const android::String8 INDEX("index");
49 ASSERT_TRUE(mSequential->parseAttribute(INDEX, I));
56 int index = -10; local
58 ASSERT_TRUE(mTestCase->findIndex(I, index));
59 ASSERT_TRUE(index == 10);
  /external/skia/src/sksl/lex/
layout.lex 4 INDEX = "index"
  /external/skqp/src/sksl/lex/
layout.lex 4 INDEX = "index"
  /external/tensorflow/tensorflow/core/kernels/
segment_reduction_ops.cc 73 template <typename Device, class T, class Index, typename Reducer,
92 const auto segment_vec = segment_ids.vec<Index>();
95 const Index output_rows =
120 Index start = 0, end = 1;
122 Index uninitialized_index = 0; // Index from which the output is not set.
123 Index out_index = internal::SubtleMustCopy(segment_vec(start));
132 Index next_index = 0;
212 template <class T, class Index>
246 const_cast<Tensor&>(segment_ids).template flat<Index>().data()
    [all...]
gather_nd_op_test.cc 85 template <typename Index>
95 Tensor indices(DataTypeToEnum<Index>::value, TensorShape({kLookups, 4}));
96 auto indices_mat = indices.matrix<Index>();
109 #define BM_GATHER_ND(DEVICE, INDEX) \
110 static void BM_##DEVICE##_gather_nd_##INDEX(int iters, int dim) { \
115 test::Benchmark(#DEVICE, GatherNd<INDEX>(dim)).Run(iters); \
117 BENCHMARK(BM_##DEVICE##_gather_nd_##INDEX) \
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug058.go 20 bug058.go:9: illegal types for operand: INDEX
  /prebuilts/go/linux-x86/test/fixedbugs/
bug058.go 20 bug058.go:9: illegal types for operand: INDEX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
avx2intrin.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
avx2intrin.h     [all...]

Completed in 634 milliseconds

1 2 3 4 5 6