Searched defs:UNOP (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/libdwfl/
H A Dframe_unwind.c352 #define UNOP(atom, expr) \ macro
360 UNOP (DW_OP_abs, llabs ((int64_t) val1))
361 UNOP (DW_OP_neg, -(int64_t) val1)
362 UNOP (DW_OP_not, ~val1) function
363 #undef UNOP macro
/external/valgrind/none/tests/ppc32/
H A Dround.c409 #define UNOP(op) \ macro
500 #undef UNOP macro
588 #define UNOP(op) \ macro
793 #undef UNOP macro
919 #define UNOP(op) \ macro
1140 UNOP("fsqrt");
1148 #undef UNOP macro
/external/valgrind/none/tests/ppc64/
H A Dround.c409 #define UNOP(op) \ macro
500 #undef UNOP macro
588 #define UNOP(op) \ macro
793 #undef UNOP macro
919 #define UNOP(op) \ macro
1140 UNOP("fsqrt");
1148 #undef UNOP macro
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp3282 #define UNOP(NAME, OPCODE, AVAIL) \ macro
3341 UNOP(sin, ir_unop_sin, always_available)
3342 UNOP(cos, ir_unop_cos, always_available)
3623 UNOP(exp, ir_unop_exp, always_available)
3624 UNOP(log, ir_unop_log, always_available)
3625 UNOP(exp2, ir_unop_exp2, always_available)
3626 UNOP(log2, ir_unop_log2, always_available)
4583 UNOP(not, ir_unop_logic_not, always_available)
4926 UNOP(dFdx, ir_unop_dFdx, fs_oes_derivatives)
4927 UNOP(dFdxCoars
[all...]

Completed in 267 milliseconds