/external/eigen/Eigen/src/Core/util/ |
D | Macros.h | 902 #define EIGEN_CWISE_BINARY_RETURN_TYPE(LHS,RHS,OPNAME) \ argument 904 EIGEN_CAT(EIGEN_CAT(internal::scalar_,OPNAME),_op)< \ 912 #define EIGEN_MAKE_CWISE_BINARY_OP(METHOD,OPNAME) \ argument 914 …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()); \ 920 #define EIGEN_SCALAR_BINARY_SUPPORTED(OPNAME,TYPEA,TYPEB) \ argument 921 …rBinaryOpTraits<TYPEA,TYPEB,EIGEN_CAT(EIGEN_CAT(Eigen::internal::scalar_,OPNAME),_op)<TYPEA,TYPEB>… 923 #define EIGEN_EXPR_BINARYOP_SCALAR_RETURN_TYPE(EXPR,SCALAR,OPNAME) \ argument 924 …CwiseBinaryOp<EIGEN_CAT(EIGEN_CAT(internal::scalar_,OPNAME),_op)<typename internal::traits<EXPR>::… 927 #define EIGEN_SCALAR_BINARYOP_EXPR_RETURN_TYPE(SCALAR,EXPR,OPNAME) \ argument [all …]
|
/external/igt-gpu-tools/tools/ |
D | intel_audio_dump.c | 57 #define OPNAME(names, index) \ macro 586 OPNAME(pixel_clock, REG_BITS(dword, 19, 16))); in dump_eaglelake() 657 REG_BITS(dword, 6, 4), OPNAME(bits_per_sample, REG_BITS(dword, 6, 4))); in dump_eaglelake() 690 OPNAME(stream_type, REG_BITS(dword, 2, 0))); in dump_eaglelake() 702 REG_BITS(dword, 20, 18), OPNAME(dip_index, REG_BITS(dword, 20, 18))); in dump_eaglelake() 988 OPNAME(pixel_clock, REG_BITS(dword, 19, 16))); in dump_cpt() 997 OPNAME(pixel_clock, REG_BITS(dword, 19, 16))); in dump_cpt() 1006 OPNAME(pixel_clock, REG_BITS(dword, 19, 16))); in dump_cpt() 1119 REG_BITS(dword, 6, 4), OPNAME(bits_per_sample, REG_BITS(dword, 6, 4))); in dump_cpt() 1126 REG_BITS(dword, 6, 4), OPNAME(bits_per_sample, REG_BITS(dword, 6, 4))); in dump_cpt() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm64bitCompareTests.cpp | 153 #define GEN_INT_IMPL(INTTYPE, TYPECHAR, OPNAME, OPERATOR) \ argument 154 struct INTTYPE##OPNAME##IntImplClass : public IntCompareOperation<INTTYPE>::Implementation \ 157 virtual std::string opName () const { return #OPNAME; } \ 160 INTTYPE##OPNAME##IntImplClass INTTYPE##OPNAME##IntImplInstance; 173 #define GEN_INT_OP(INTTYPE, OPNAME) \ argument 174 struct INTTYPE##OPNAME##OpClass: public IntCompareOperation<INTTYPE> \ 176 INTTYPE##OPNAME##OpClass () : IntCompareOperation<INTTYPE>(INTTYPE##OPNAME##IntImplInstance) {} \ 178 INTTYPE##OPNAME##OpClass INTTYPE##OPNAME##Op;
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | compile_decoder.c | 316 #define OPNAME(x) OP_##x in upb_pbdecoder_getopname() macro 317 #define OP(x) case OPNAME(x): return EXPAND_AND_QUOTE(OPNAME(x)); in upb_pbdecoder_getopname()
|
/external/eigen/doc/ |
D | Doxyfile.in | 1598 …"EIGEN_CWISE_BINARY_RETURN_TYPE(LHS,RHS,OPNAME)=CwiseBinaryOp<EIGEN_CAT(EIGEN_CAT(internal::scalar…
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6111 #define OPNAME(x) OP_##x in upb_pbdecoder_getopname() macro 6112 #define OP(x) case OPNAME(x): return EXPAND_AND_QUOTE(OPNAME(x)); in upb_pbdecoder_getopname()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9862 #define OPNAME(x) OP_##x in upb_pbdecoder_getopname() macro 9863 #define OP(x) case OPNAME(x): return EXPAND_AND_QUOTE(OPNAME(x)); in upb_pbdecoder_getopname()
|