Searched defs:_C (Results 1 - 3 of 3) sorted by relevance
/external/libcxx/test/support/ |
H A D | nasty_macros.hpp | 7 #define _C NASTY_MACRO macro
|
/external/mesa3d/src/mesa/program/ |
H A D | nvfragparse.c | 69 #undef _C macro 76 #define _C 0x08 /* set cond codes */ 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 | _ [all...] |
/external/opencv/cv/src/ |
H A D | cvshapedescr.cpp | 796 CvMat _S = cvMat(6,6,CV_64F,S), _C = cvMat(6,6,CV_64F,C), _T = cvMat(6,6,CV_64F,T); local 862 cvMulTransposed( &_EIGVECS, &_C, 1 ); 870 cvMatMul( &_C, &_S, &_T ); 871 cvMatMul( &_T, &_C, &_S ); 893 cvMatMul( &_C, &_EIGVECS, &_T );
|
Completed in 2749 milliseconds