Searched refs:UNARY (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/VEX/priv/ |
D | ir_defs.c | 2548 # define UNARY(_ta1,_td) \ in typeOfPrimop() macro 2681 UNARY(Ity_I8, Ity_I8); in typeOfPrimop() 2683 UNARY(Ity_I16, Ity_I16); in typeOfPrimop() 2686 UNARY(Ity_I32, Ity_I32); in typeOfPrimop() 2707 UNARY(Ity_I64, Ity_I64); in typeOfPrimop() 2731 case Iop_Left8: UNARY(Ity_I8, Ity_I8); in typeOfPrimop() 2732 case Iop_Left16: UNARY(Ity_I16,Ity_I16); in typeOfPrimop() 2733 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32); in typeOfPrimop() 2734 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64); in typeOfPrimop() 2736 case Iop_GetMSBs8x8: UNARY(Ity_I64, Ity_I8); in typeOfPrimop() [all …]
|
/external/python/cpython2/Objects/ |
D | classobject.c | 1600 #define UNARY(funcname, methodname) \ macro 1631 UNARY(instance_neg, "__neg__") 1632 UNARY(instance_pos, "__pos__") 1633 UNARY(instance_abs, "__abs__") 1856 UNARY(instance_invert, "__invert__") 1857 UNARY(_instance_trunc, "__trunc__") 1881 UNARY(instance_float, "__float__") 1882 UNARY(instance_oct, "__oct__") 1883 UNARY(instance_hex, "__hex__")
|
/external/valgrind/coregrind/m_debuginfo/ |
D | d3basics.c | 819 #define UNARY(name, op, s) \ in ML_() macro 828 UNARY (neg, -, u); in ML_() 829 UNARY (not, ~, u); in ML_() 842 #undef UNARY in ML_()
|
/external/libavc/decoder/ |
D | ih264d_defs.h | 397 #define UNARY 1 macro
|
/external/bison/tests/ |
D | existing.at | 110 %right '!' UNARY 304 | '!' regexp %prec UNARY 320 | '!' regexp %prec UNARY 343 : '!' simp_exp %prec UNARY 355 | '-' simp_exp %prec UNARY 356 | '+' simp_exp %prec UNARY 717 + Conflict between rule 151 and token '+' resolved as reduce ('+' < UNARY). 718 + Conflict between rule 151 and token '-' resolved as reduce ('-' < UNARY). 738 + Conflict between rule 150 and token '+' resolved as reduce ('+' < UNARY). 739 + Conflict between rule 150 and token '-' resolved as reduce ('-' < UNARY). [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp-parse.y | 196 %right UNARY 635 | '!' expression %prec UNARY { 639 | '~' expression %prec UNARY { 643 | '-' expression %prec UNARY { 647 | '+' expression %prec UNARY {
|