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

  /external/valgrind/main/memcheck/tests/vbit-test/
util.c 125 // A unary operator cannot have a rounding mode
204 # define UNARY(_ta1,_td) \
337 UNARY(Ity_I8, Ity_I8);
339 UNARY(Ity_I16, Ity_I16);
342 UNARY(Ity_I32, Ity_I32);
362 UNARY(Ity_I64, Ity_I64);
386 case Iop_Left8: UNARY(Ity_I8, Ity_I8);
387 case Iop_Left16: UNARY(Ity_I16,Ity_I16);
388 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32);
389 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64)
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 74 UNARY = 292
112 #define UNARY 292
glcpp-parse.c 286 UNARY = 292
324 #define UNARY 292
711 "'-'", "'*'", "'/'", "'%'", "UNARY", "'('", "')'", "'!'", "'~'", "','",
    [all...]
  /external/valgrind/main/VEX/priv/
ir_defs.c     [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
UnaryOp.h 24 * \brief This class defines the interfaces to an unary operator token.
34 : Operator(Operator::UNARY, TYPE), m_pOperand(NULL)
Operator.h 32 UNARY,
138 /* Unary operator */
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 44 case Operator::UNARY: {
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c     [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 48 #define UNARY case STAR: case PLUS: case QUEST:
53 unary (STAR, PLUS, QUEST): left is child, right is null
191 UNARY
215 UNARY
368 UNARY
636 return (unary(np));
639 return (unary(op2(ALL, NIL, NIL)));
642 return (unary(op2(ALL, NIL, NIL)));
645 return (unary(op2(DOT, NIL, NIL)));
649 return (unary(np))
697 Node *unary(Node *np) function
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 180 %right UNARY
443 | '!' expression %prec UNARY {
446 | '~' expression %prec UNARY {
449 | '-' expression %prec UNARY {
452 | '+' expression %prec UNARY {
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 180 %right UNARY
443 | '!' expression %prec UNARY {
446 | '~' expression %prec UNARY {
449 | '-' expression %prec UNARY {
452 | '+' expression %prec UNARY {
    [all...]

Completed in 425 milliseconds