/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
fdpic-shared-1.d | 34 [0-9a-f ]+<D1>:
|
fdpic-static-1.d | 46 [0-9a-f ]+<D1>:
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
walsh_v6.asm | 32 qadd16 r3, r4, r5 ; [d1|a1] [1+3 | 0+2] 37 qadd16 r5, r6, r7 ; [d1|a1] [5+7 | 4+6] 42 qadd16 r7, r8, r9 ; [d1|a1] [9+11 | 8+10] 46 qadd16 r9, r10, r11 ; [d1|a1] [13+15 | 12+14] 51 smuad r11, r3, lr ; A0 = a1<<2 + d1<<2 55 smuad r12, r7, lr ; C0 = a1<<2 + d1<<2 62 smuad r12, r5, lr ; B0 = a1<<2 + d1<<2 66 smuad r2, r9, lr ; D0 = a1<<2 + d1<<2 95 smusd r3, r3, lr ; A3 = a1<<2 - d1<<2 96 smusd r7, r7, lr ; C3 = a1<<2 - d1<< [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
walsh_v6.asm | 32 qadd16 r3, r4, r5 ; [d1|a1] [1+3 | 0+2] 37 qadd16 r5, r6, r7 ; [d1|a1] [5+7 | 4+6] 42 qadd16 r7, r8, r9 ; [d1|a1] [9+11 | 8+10] 46 qadd16 r9, r10, r11 ; [d1|a1] [13+15 | 12+14] 51 smuad r11, r3, lr ; A0 = a1<<2 + d1<<2 55 smuad r12, r7, lr ; C0 = a1<<2 + d1<<2 62 smuad r12, r5, lr ; B0 = a1<<2 + d1<<2 66 smuad r2, r9, lr ; D0 = a1<<2 + d1<<2 95 smusd r3, r3, lr ; A3 = a1<<2 - d1<<2 96 smusd r7, r7, lr ; C3 = a1<<2 - d1<< [all...] |
/external/webp/src/dsp/ |
enc_neon.c | 86 // a0 a1 a2 a3 | b0 b1 b2 b3 => a0 b0 c0 d0 | a1 b1 c1 d1 87 // c0 c1 c2 c3 | d0 d1 d2 d3 a2 b2 c2 d2 | a3 b3 c3 d3 89 // b0 d0 b1 d1 b2 d2 ... 112 const int16x8_t D1 = vcombine_s16(d, c); // D1 = d | c 113 const int16x8_t E0 = vqaddq_s16(D0, D1); // a+d | b+c 114 const int16x8_t E_tmp = vqsubq_s16(D0, D1); // a-d | b-c 231 "vqmovun.s16 d1, q2 \n" 235 "vst1.32 d1[0], [%[dst]], %[kBPS] \n" 236 "vst1.32 d1[1], [%[dst]] \n [all...] |
enc_mips32.c | 300 // A1..D1 - offsets in bytes to load second results from tmp buffer 302 #define VERTICAL_PASS(A, B, C, D, A1, B1, C1, D1, E, F, G, H) \ 306 "lw %[temp3], " #D1 "(%[tmp]) \n\t" \ [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
insns-c674x.d | 53 [0-9a-f]+[048c] <[^>]*> 01152840[ \t]+add \.D1 a5,a9,a2 55 [0-9a-f]+[048c] <[^>]*> 4317e940[ \t]+\[b1\] add \.D1 a5,31,a6 57 [0-9a-f]+[048c] <[^>]*> 01042840[ \t]+add \.D1 a1,a1,a2 60 [0-9a-f]+[048c] <[^>]*> 00842af0[ \t]+add \.D1 a1,1,a1 64 [0-9a-f]+[048c] <[^>]*> 07955840[ \t]+addab \.D1 a5,a10,a15 66 [0-9a-f]+[048c] <[^>]*> 6e67f940[ \t]+\[b2\] addab \.D1 a25,31,a28 70 [0-9a-f]+[048c] <[^>]*> 0590fe40[ \t]+addad \.D1 a4,a7,a11 72 [0-9a-f]+[048c] <[^>]*> 7237fec0[ \t]+\[!b2\] addad \.D1 a13,31,a4 74 [0-9a-f]+[048c] <[^>]*> 07955a40[ \t]+addah \.D1 a5,a10,a15 76 [0-9a-f]+[048c] <[^>]*> 2e67fb40[ \t]+\[b0\] addah \.D1 a25,31,a2 [all...] |
/art/compiler/jni/quick/arm/ |
calling_convention_arm.cc | 39 D0, D1, D2, D3, D4, D5, D6, D7
|
/art/compiler/jni/quick/arm64/ |
calling_convention_arm64.cc | 34 D0, D1, D2, D3, D4, D5, D6, D7
|
/art/compiler/utils/arm/ |
constants_arm.h | 63 D1 = 1,
|
/external/clang/include/clang/AST/ |
DeclBase.h | [all...] |
/external/clang/test/SemaCXX/ |
using-decl-1.cpp | 222 struct D1 : C_blah {
|
warn-consumed-analysis.cpp | 111 DestructorTester D0(42), D1(42), D2; 114 *D1; 120 expected-warning {{invalid invocation of method '~DestructorTester' on object 'D1' while it is in the 'unconsumed' state}}
|
/external/llvm/lib/Target/Hexagon/ |
HexagonRegisterInfo.cpp | 48 R == Hexagon::R3 || R == Hexagon::D0 || R == Hexagon::D1;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s | 87 dMask_4 DN D1.U16
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/ |
h264bsdFillRow7.s | 39 dTmp1 DN D1.U8
|
h264bsdWriteMacroblock.s | 53 dRow1 DN D1.U8
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/ |
h264bsdFillRow7.S | 39 #define dTmp1 D1
|
h264bsdWriteMacroblock.S | 55 #define dRow1 D1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
indexed12.d | 75 ldaa D2\-D1,x ; \-> ldaa 2,x \(5\-bit offset\), data seg 77 adda D1\-D2,y ; \-> adda \-2,y \(5\-bit offset\), data seg
|
/external/opencv3/modules/java/src/ |
calib3d+Calib3d.java | 249 // C++: void stereoRectify(Mat K1, Mat D1, Mat K2, Mat D2, Size imageSize, Mat R, Mat tvec, Mat& R1, Mat& R2, Mat& P1, Mat& P2, Mat& Q, int flags, Size newImageSize = Size(), double balance = 0.0, double fov_scale = 1.0) 252 //javadoc: stereoRectify(K1, D1, K2, D2, imageSize, R, tvec, R1, R2, P1, P2, Q, flags, newImageSize, balance, fov_scale) 253 public static void stereoRectify(Mat K1, Mat D1, Mat K2, Mat D2, Size imageSize, Mat R, Mat tvec, Mat R1, Mat R2, Mat P1, Mat P2, Mat Q, int flags, Size newImageSize, double balance, double fov_scale) 256 stereoRectify_0(K1.nativeObj, D1.nativeObj, K2.nativeObj, D2.nativeObj, imageSize.width, imageSize.height, R.nativeObj, tvec.nativeObj, R1.nativeObj, R2.nativeObj, P1.nativeObj, P2.nativeObj, Q.nativeObj, flags, newImageSize.width, newImageSize.height, balance, fov_scale); 261 //javadoc: stereoRectify(K1, D1, K2, D2, imageSize, R, tvec, R1, R2, P1, P2, Q, flags) 262 public static void stereoRectify(Mat K1, Mat D1, Mat K2, Mat D2, Size imageSize, Mat R, Mat tvec, Mat R1, Mat R2, Mat P1, Mat P2, Mat Q, int flags) 265 stereoRectify_1(K1.nativeObj, D1.nativeObj, K2.nativeObj, D2.nativeObj, imageSize.width, imageSize.height, R.nativeObj, tvec.nativeObj, R1.nativeObj, R2.nativeObj, P1.nativeObj, P2.nativeObj, Q.nativeObj, flags); 272 // C++: double stereoCalibrate(vector_Mat objectPoints, vector_Mat imagePoints1, vector_Mat imagePoints2, Mat& K1, Mat& D1, Mat& K2, Mat& D2, Size imageSize, Mat& R, Mat& T, int flags = fisheye::CALIB_FIX_INTRINSIC, TermCriteria criteria = TermCriteria(TermCriteria::COUNT + TermCriteria::EPS, 100, DBL_EPSILON)) 275 //javadoc: stereoCalibrate(objectPoints, imagePoints1, imagePoints2, K1, D1, K2, D2, imageSize, R, T, flags, criteria) 276 public static double stereoCalibrate(List<Mat> objectPoints, List<Mat> imagePoints1, List<Mat> imagePoints2, Mat K1, Mat D1, Mat K2, Mat D2, Size imageSize, Mat R, Mat T, int flags, TermCriteria criteria [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adogpool.h | 863 #define ADO_Reserved_21 GUID_BUILDER(ADO_Reserved_21,88447B2F,E1C9,413E,BE,E7,A7,D2,B9,0E,D1,96) 917 #define ADO_Reserved_30 GUID_BUILDER(ADO_Reserved_30,56CE86F1,3116,4104,A5,28,17,D1,1E,DC,68,2A) 983 #define ADO_Reserved_41 GUID_BUILDER(ADO_Reserved_41,3E90A199,4F86,445C,84,8E,A6,17,86,B9,67,D1) [all...] |
/art/compiler/utils/ |
assembler_thumb_test.cc | 975 __ vmovd(D1, 1.0); 978 __ vmovd(D1, D2); 995 __ vaddd(D0, D1, D2); 996 __ vsubd(D0, D1, D2); 997 __ vmuld(D0, D1, D2); 998 __ vmlad(D0, D1, D2); 999 __ vmlsd(D0, D1, D2); 1000 __ vdivd(D0, D1, D2); 1001 __ vabsd(D0, D1); 1002 __ vnegd(D0, D1); [all...] |
/external/opencv3/modules/calib3d/src/ |
fisheye.cpp | 608 void cv::fisheye::stereoRectify( InputArray K1, InputArray D1, InputArray K2, InputArray D2, const Size& imageSize, 658 estimateNewCameraMatrixForUndistortRectify(K1, D1, imageSize, R1, newK1, balance, newImageSize, fov_scale); 819 InputOutputArray K1, InputOutputArray D1, InputOutputArray K2, InputOutputArray D2, Size imageSize, 829 CV_Assert((!D1.empty() && D1.total() == 4) || D1.empty()); 831 CV_Assert((!D2.empty() && D1.total() == 4) || D2.empty()); [all...] |
/external/opencv3/modules/calib3d/include/opencv2/ |
calib3d.hpp | [all...] |