Home
last modified time | relevance | path

Searched refs:input7 (Results 1 – 6 of 6) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_chipping.cpp322 Tensor<float, 5, DataLayout> input7(2,3,5,7,11); in test_chip_as_lvalue() local
323 input7.setRandom(); in test_chip_as_lvalue()
325 tensor.chip(0, 0) = input7.chip(0, 0); in test_chip_as_lvalue()
334 VERIFY_IS_EQUAL(tensor(i,j,k,l,m), input7(i,j,k,l,m)); in test_chip_as_lvalue()
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_impl_sse2.h614 __m128i input0, input1, input2, input3, input4, input5, input6, input7; in FDCT16x16_2D() local
718 input7 = ADD_EPI16(in07, in08); in FDCT16x16_2D()
721 &input4, &input5, &input6, &input7); in FDCT16x16_2D()
751 const __m128i q0 = ADD_EPI16(input0, input7); in FDCT16x16_2D()
758 const __m128i q7 = SUB_EPI16(input0, input7); in FDCT16x16_2D()
/external/llvm/test/DebugInfo/
Dllvm-symbolizer.test174 RUN: echo "%p/Inputs/dwarfdump-test4.elf-x86-64 0x62c" > %t.input7
175 RUN: llvm-symbolizer --functions=short --demangle=false < %t.input7 \
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dllvm-symbolizer.test210 RUN: echo "%p/Inputs/dwarfdump-test4.elf-x86-64 0x62c" > %t.input7
211 RUN: llvm-symbolizer --functions=short --demangle=false < %t.input7 \
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.h179 input7, out1, out3, out5, out7, out9, out11, out13, \ argument
211 BUTTERFLY_4(input7, input6, stp25_m, stp24_m, stp37_m, stp36_m, stp35_m, \
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_unittest.cc940 ArrayInputStream input7(buffer + 50, 18); // Total = 68 bytes. in TEST_F() local
943 {&input1, &input2, &input3, &input4, &input5, &input6, &input7}; in TEST_F()