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

  /external/chromium_org/courgette/
memory_monitor.cc 114 } _H;
119 _H.add(s, p);
124 _H.sub(p);
  /external/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()))) };
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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()))) };
  /external/chromium_org/third_party/mesa/src/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/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 3288 milliseconds