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

  /frameworks/compile/mclinker/templates/
header.h 9 #ifndef MCLD_${CLASS_NAME}_H
10 #define MCLD_${CLASS_NAME}_H
  /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/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/courgette/
memory_monitor.cc 114 } _H;
119 _H.add(s, p);
124 _H.sub(p);
  /external/qemu/scripts/
qapi.py 358 return guard.upper() + '_H'
  /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...]
cvcalibration.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 248 config_add_macro HAVE_${macro}_H $result "StdCHeader "
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 184 #ifndef _<name>_H
185 #define _<name>_H
204 #endif // _<name>_H<\n>
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 624 #ifndef _<name>_H
625 #define _<name>_H
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
  /external/bison/
maint.mk 804 re="HAVE_($$or)_H"; \
807 'do not test the above HAVE_<header>_H symbol(s);' \
    [all...]

Completed in 1409 milliseconds