HomeSort by relevance Sort by last modified time
    Searched defs:_H (Results 1 - 7 of 7) sorted by null

  /external/libcxx/test/support/
nasty_macros.hpp 12 #define _H NASTY_MACRO
  /external/opencv3/modules/calib3d/test/
test_homography_decomp.cpp 68 decomposeHomographyMat(_H, _K, rotations, translations, normals);
80 decomposeHomographyMat(_H, _K, rotations, noArray(), noArray());
92 _H = Matx33d(2.649157564634028, 4.583875997496426, 70.694447785121326,
134 Matx33d _R, _K, _H;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 232 typedef _ConversionHelper<_Src*, const volatile _Dst*> _H;
233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
295 typedef _ConversionHelper<_Src, _Dst> _H;
296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 232 typedef _ConversionHelper<_Src*, const volatile _Dst*> _H;
233 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
295 typedef _ConversionHelper<_Src, _Dst> _H;
296 enum { value = (sizeof(char) == sizeof(_H::_Test(false, _H::_MakeSource()))) };
  /toolchain/binutils/binutils-2.25/bfd/
coff-stgo32.c 109 #define _H(index) (H_GET_16 (abfd, (header + index * 2)))
315 if (_H (0) != 0x5a4d) /* It is not an exe file. */
322 coff_start = (long) _H (2) * 512L;
323 if (_H (1))
324 coff_start += (long) _H (1) - 512L;
333 exe_start = _H (4) * 16;
  /external/mesa3d/src/mesa/program/
nvfragparse.c 67 #undef _H
74 #define _H FLOAT16 /* half-float */
88 { "ADD", OPCODE_ADD, INPUT_2V, OUTPUT_V, _R | _H | _X | _C | _S },
89 { "COS", OPCODE_COS, INPUT_1S, OUTPUT_S, _R | _H | _C | _S },
90 { "DDX", OPCODE_DDX, INPUT_1V, OUTPUT_V, _R | _H | _C | _S },
91 { "DDY", OPCODE_DDY, INPUT_1V, OUTPUT_V, _R | _H | _C | _S },
92 { "DP3", OPCODE_DP3, INPUT_2V, OUTPUT_S, _R | _H | _X | _C | _S },
93 { "DP4", OPCODE_DP4, INPUT_2V, OUTPUT_S, _R | _H | _X | _C | _S },
94 { "DST", OPCODE_DP4, INPUT_2V, OUTPUT_V, _R | _H | _C | _S },
95 { "EX2", OPCODE_DP4, INPUT_1S, OUTPUT_S, _R | _H | _C | _S }
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 589 CvMat _H = cvMat( 3, 3, CV_64FC1, H );
620 result = estimator.runLMeDS( M, m, &_H, tempMask, confidence );
622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence );
624 result = estimator.runKernel( M, m, &_H ) > 0;
631 estimator.refine( M, m, &_H, 10 );
636 cvConvert( &_H, __H );
    [all...]

Completed in 330 milliseconds