OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPNAME
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/util/
Macros.h
902
#define EIGEN_CWISE_BINARY_RETURN_TYPE(LHS,RHS,
OPNAME
) \
904
EIGEN_CAT(EIGEN_CAT(internal::scalar_,
OPNAME
),_op)< \
912
#define EIGEN_MAKE_CWISE_BINARY_OP(METHOD,
OPNAME
) \
914
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const EIGEN_CWISE_BINARY_RETURN_TYPE(Derived,OtherDerived,
OPNAME
) \
917
return EIGEN_CWISE_BINARY_RETURN_TYPE(Derived,OtherDerived,
OPNAME
)(derived(), other.derived()); \
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.c
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
[
all
...]
Completed in 494 milliseconds