/external/mesa3d/src/mesa/program/ |
D | nvfragparse.c | 67 #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/ |
D | test_homography_decomp.cpp | 68 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/ |
D | nasty_macros.hpp | 12 #define _H NASTY_MACRO macro
|
/external/libdivsufsort/include/ |
D | divsufsort.h.cmake | 27 #ifndef _DIVSUFSORT@W64BIT@_H 28 #define _DIVSUFSORT@W64BIT@_H 1 180 #endif /* _DIVSUFSORT@W64BIT@_H */
|
/external/opencv3/cmake/ |
D | OpenCVUtils.cmake | 638 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/ |
D | es-ES_map-xsampa_aut.utf | 18 …'{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:_…
|
D | es-ES_map-xsampa_symtab.utf | 134 :SYM "{XS:_H}" :PROP mapval = 633
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_map-xsampa_aut.utf | 18 …'{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:_…
|
D | fr-FR_map-xsampa_symtab.utf | 134 :SYM "{XS:_H}" :PROP mapval = 633
|
/external/opencv3/modules/calib3d/src/ |
D | homography_decomp.cpp | 435 int decomposeHomographyMat(InputArray _H, in decomposeHomographyMat() argument 444 Mat H = _H.getMat().reshape(1, 3); in decomposeHomographyMat()
|
D | fundam.cpp | 271 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/ |
D | en-US_map-xsampa_aut.utf | 18 … '{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:_…
|
D | en-US_map-xsampa_symtab.utf | 134 :SYM "{XS:_H}" :PROP mapval = 633
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 589 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()
|
D | cvcalibration.cpp | 1195 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/ |
D | en-GB_map-xsampa_aut.utf | 22 … '{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:_…
|
D | en-GB_map-xsampa_symtab.utf | 134 :SYM "{XS:_H}" :PROP mapval = 633
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_map-xsampa_aut.utf | 23 …'{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:_…
|
D | de-DE_map-xsampa_symtab.utf | 134 :SYM "{XS:_H}" :PROP mapval = 633
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_map-xsampa_aut.utf | 23 …'{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:_…
|
D | it-IT_map-xsampa_symtab.utf | 134 :SYM "{XS:_H}" :PROP mapval = 633
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/ |
D | parse-xsampa_aut.utf | 26 …'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/ |
D | arm64-collect-loh.ll | 471 ; 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/ |
D | IPA_XSampa.txt | 72 \u0301 ↔ '_H'; # COMBINING ACUTE ACCENT
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 184 #ifndef _<name>_H 185 #define _<name>_H 204 #endif // _<name>_H<\n>
|