Searched refs:BINOP (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/none/tests/ppc32/
H A Dround.c405 #define BINOP(op) \ macro
476 BINOP("fadds");
478 BINOP("fadd");
481 BINOP("fsubs");
483 BINOP("fsub");
486 BINOP("fmuls");
488 BINOP("fmul");
491 BINOP("fdivs");
493 BINOP("fdiv");
501 #undef BINOP macro
583 #define BINOP macro
794 #undef BINOP macro
914 #define BINOP macro
1149 #undef BINOP macro
[all...]
/external/valgrind/none/tests/ppc64/
H A Dround.c405 #define BINOP(op) \ macro
476 BINOP("fadds");
478 BINOP("fadd");
481 BINOP("fsubs");
483 BINOP("fsub");
486 BINOP("fmuls");
488 BINOP("fmul");
491 BINOP("fdivs");
493 BINOP("fdiv");
501 #undef BINOP macro
583 #define BINOP macro
794 #undef BINOP macro
914 #define BINOP macro
1149 #undef BINOP macro
[all...]
/external/elfutils/libdwfl/
H A Dframe_unwind.c371 #define BINOP(atom, op) \ macro
388 BINOP (DW_OP_and, &)
407 BINOP (DW_OP_minus, -)
426 BINOP (DW_OP_mul, *)
427 BINOP (DW_OP_or, |)
428 BINOP (DW_OP_plus, +)
429 BINOP (DW_OP_shl, <<)
430 BINOP (DW_OP_shr, >>)
432 BINOP (DW_OP_xor, ^)
439 #undef BINOP macro
[all...]
/external/valgrind/none/tests/mips32/
H A Dround.c63 #define BINOP(op) \ macro
/external/eigen/Eigen/src/Core/util/
H A DXprHelper.h815 #define EIGEN_CHECK_BINARY_COMPATIBILIY(BINOP,LHS,RHS) \
816 EIGEN_STATIC_ASSERT((Eigen::internal::has_ReturnType<ScalarBinaryOpTraits<LHS, RHS,BINOP> >::value), \
/external/eigen/Eigen/src/Core/
H A DProductEvaluators.h228 #define EIGEN_CATCH_ASSIGN_XPR_OP_PRODUCT(ASSIGN_OP,BINOP,ASSIGN_OP2) \
230 struct Assignment<DstXprType, CwiseBinaryOp<internal::BINOP<OtherScalar,ProdScalar>, const OtherXpr, \
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp3310 #define BINOP(NAME, OPCODE, AVAIL) \ macro

Completed in 398 milliseconds