OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BINOP
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/none/tests/ppc32/
round.c
405
#define
BINOP
(op) \
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
[
all
...]
/external/elfutils/libdwfl/
frame_unwind.c
371
#define
BINOP
(atom, op) \
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
[
all
...]
/external/eigen/Eigen/src/Core/
CwiseBinaryOp.h
96
#define EIGEN_CHECK_BINARY_COMPATIBILIY(
BINOP
,LHS,RHS) \
97
EIGEN_STATIC_ASSERT((internal::functor_is_product_like<
BINOP
>::ret \
/external/valgrind/none/tests/mips32/
round.c
61
#define
BINOP
(op) \
Completed in 810 milliseconds