Home
last modified time | relevance | path

Searched refs:_H (Results 1 – 25 of 35) sorted by relevance

12

/external/mesa3d/src/mesa/program/
Dnvfragparse.c67 #undef _H
74 #define _H FLOAT16 /* half-float */ macro
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/opencv3/modules/calib3d/test/
Dtest_homography_decomp.cpp68 decomposeHomographyMat(_H, _K, rotations, translations, normals); in run()
80 decomposeHomographyMat(_H, _K, rotations, noArray(), noArray()); in run()
92 _H = Matx33d(2.649157564634028, 4.583875997496426, 70.694447785121326, in buildTestDataSet()
134 Matx33d _R, _K, _H; member in CV_HomographyDecompTest
/external/libcxx/test/support/
Dnasty_macros.hpp12 #define _H NASTY_MACRO macro
/external/libdivsufsort/include/
Ddivsufsort.h.cmake27 #ifndef _DIVSUFSORT@W64BIT@_H
28 #define _DIVSUFSORT@W64BIT@_H 1
180 #endif /* _DIVSUFSORT@W64BIT@_H */
/external/opencv3/cmake/
DOpenCVUtils.cmake638 set(${LIBNAME}_H "")
640 …file(STRINGS "${HDR_PATH}" ${LIBNAME}_H REGEX "^#define[ \t]+${VARNAME}[ \t]+\"[^\"]*\".*$" LIMIT_…
643 if(${LIBNAME}_H)
644 …X REPLACE "^.*[ \t]${VARNAME}[ \t]+\"([0-9]+).*$" "\\1" ${LIBNAME}_VERSION_MAJOR "${${LIBNAME}_H}")
645 …"^.*[ \t]${VARNAME}[ \t]+\"[0-9]+\\.([0-9]+).*$" "\\1" ${LIBNAME}_VERSION_MINOR "${${LIBNAME}_H}")
646 …]${VARNAME}[ \t]+\"[0-9]+\\.[0-9]+\\.([0-9]+).*$" "\\1" ${LIBNAME}_VERSION_PATCH "${${LIBNAME}_H}")
654 if("${${LIBNAME}_H}" MATCHES "^.*[ \t]${VARNAME}[ \t]+\"[0-9]+\\.[0-9]+\\.[0-9]+\\.([0-9]+).*$")
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_map-xsampa_aut.utf18 …'{XS:_L}' '{XS:_H}' '{XS:_B}' '{XS:_/}' '{XS:^}' '{XS:!}' '{XS:"}'/'''' '{XS:||}' '{XS:|}'…
33 … '{XS:_F}' '{XS:_B_L}' '{XS:_\}' '{XS:_T}' '{XS:_M}' '{XS:_L}' '{XS:_H}' '{XS:_B}' '{XS:_…
Des-ES_map-xsampa_symtab.utf134 :SYM "{XS:_H}" :PROP mapval = 633
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_map-xsampa_aut.utf18 …'{XS:_T}' '{XS:_M}' '{XS:_L}' '{XS:_H}' '{XS:_B}' '{XS:_/}' '{XS:^}' '{XS:!}' '{XS:"}'/'''…
35 … '{XS:_F}' '{XS:_B_L}' '{XS:_\}' '{XS:_T}' '{XS:_M}' '{XS:_L}' '{XS:_H}' '{XS:_B}' '{XS:_…
Dfr-FR_map-xsampa_symtab.utf134 :SYM "{XS:_H}" :PROP mapval = 633
/external/opencv3/modules/calib3d/src/
Dhomography_decomp.cpp435 int decomposeHomographyMat(InputArray _H, in decomposeHomographyMat() argument
444 Mat H = _H.getMat().reshape(1, 3); in decomposeHomographyMat()
Dfundam.cpp271 OutputArray _H, in createAndRunRHORegistrator() argument
329 tmpH.convertTo(_H, CV_64FC1); in createAndRunRHORegistrator()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_map-xsampa_aut.utf18 … '{XS:_F}' '{XS:_B_L}' '{XS:_\}' '{XS:_T}' '{XS:_M}' '{XS:_L}' '{XS:_H}' '{XS:_B}' '{XS:_…
43 … '{XS:_F}' '{XS:_B_L}' '{XS:_\}' '{XS:_T}' '{XS:_M}' '{XS:_L}' '{XS:_H}' '{XS:_B}' '{XS:_…
Den-US_map-xsampa_symtab.utf134 :SYM "{XS:_H}" :PROP mapval = 633
/external/opencv/cv/src/
Dcvfundam.cpp589 CvMat _H = cvMat( 3, 3, CV_64FC1, H ); in cvFindHomography() local
620 result = estimator.runLMeDS( M, m, &_H, tempMask, confidence ); in cvFindHomography()
622 result = estimator.runRANSAC( M, m, &_H, tempMask, ransacReprojThreshold, confidence ); in cvFindHomography()
624 result = estimator.runKernel( M, m, &_H ) > 0; in cvFindHomography()
631 estimator.refine( M, m, &_H, 10 ); in cvFindHomography()
636 cvConvert( &_H, __H ); in cvFindHomography()
Dcvcalibration.cpp1195 CvMat _H = cvMat( 3, 3, CV_64F, h ); in cvFindExtrinsicCameraParams2() local
1217 cvFindHomography( _Mxy, _mn, &_H ); in cvFindExtrinsicCameraParams2()
1219 cvGetCol( &_H, &_h1, 0 ); in cvFindExtrinsicCameraParams2()
1230 cvRodrigues2( &_H, &_r ); in cvFindExtrinsicCameraParams2()
1231 cvRodrigues2( &_r, &_H ); in cvFindExtrinsicCameraParams2()
1232 cvMatMulAdd( &_H, &T_transform, &_t, &_t ); in cvFindExtrinsicCameraParams2()
1233 cvMatMul( &_H, R_transform, &_R ); in cvFindExtrinsicCameraParams2()
1353 CvMat _H = cvMat( 3, 3, CV_64F, H ); in cvInitIntrinsicParams2D() local
1389 cvFindHomography( &_M, &_m, &_H ); in cvInitIntrinsicParams2D()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_map-xsampa_aut.utf22 … '{XS:_X}' '{XS:|}' '{XS:||}' '{XS:"}'/'''' '{XS:!}' '{XS:^}' '{XS:_/}' '{XS:_B}' '{XS:_H}'
47 … '{XS:||}' '{XS:"}'/'''' '{XS:!}' '{XS:^}' '{XS:_/}' '{XS:_B}' '{XS:_H}' '{XS:_L}' '{XS:_…
Den-GB_map-xsampa_symtab.utf134 :SYM "{XS:_H}" :PROP mapval = 633
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_map-xsampa_aut.utf23 …'{XS:_/}' '{XS:_B}' '{XS:_H}' '{XS:_L}' '{XS:_M}' '{XS:_T}' '{XS:_\}' '{XS:_B_L}' '{XS:_F}…
51 … '{XS:||}' '{XS:"}'/'''' '{XS:!}' '{XS:^}' '{XS:_/}' '{XS:_B}' '{XS:_H}' '{XS:_L}' '{XS:_…
Dde-DE_map-xsampa_symtab.utf134 :SYM "{XS:_H}" :PROP mapval = 633
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_map-xsampa_aut.utf23 …'{XS:|}' '{XS:||}' '{XS:"}'/'''' '{XS:!}' '{XS:^}' '{XS:_/}' '{XS:_B}' '{XS:_H}' '{XS:_L}'…
56 … '{XS:||}' '{XS:"}'/'''' '{XS:!}' '{XS:^}' '{XS:_/}' '{XS:_B}' '{XS:_H}' '{XS:_L}' '{XS:_…
Dit-IT_map-xsampa_symtab.utf134 :SYM "{XS:_H}" :PROP mapval = 633
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/
Dparse-xsampa_aut.utf26 …'d'/'{XS:_d}' 'a'/'{XS:_a}' 'w'/'{XS:_w}' 'q'/'{XS:_q}' 'H'/'{XS:_H}' 'c'/'{XS:_c}' '+'/'{XS…
111 :CLASS 79 :IS 'H'/'{XS:_H}'
/external/llvm/test/CodeGen/AArch64/
Darm64-collect-loh.ll471 ; CHECK-NEXT: adrp [[ADRP_REG:x[0-9]+]], _H@GOTPAGE
473 ; CHECK-NEXT: ldr [[LDRGOT_REG:x[0-9]+]], {{\[}}[[ADRP_REG]], _H@GOTPAGEOFF]
485 ; CHECK-NEXT: adrp [[ADRP_REG:x[0-9]+]], _H@GOTPAGE
487 ; CHECK-NEXT: ldr [[LDRGOT_REG:x[0-9]+]], {{\[}}[[ADRP_REG]], _H@GOTPAGEOFF]
/external/icu/icu4c/source/data/translit/
DIPA_XSampa.txt72 \u0301 ↔ '_H'; # COMBINING ACUTE ACCENT
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg184 #ifndef _<name>_H
185 #define _<name>_H
204 #endif // _<name>_H<\n>

12