/external/eigen/bench/btl/actions/ |
D | action_axpby.hh | 98 STL_interface<typename Interface::real_type>::axpby(_alpha,X_stl,_beta,Y_stl,_size); in check_result() 100 typename Interface::real_type error= in check_result() 101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result() 121 typename Interface::real_type _alpha; 122 typename Interface::real_type _beta;
|
D | action_lu_solve.hh | 108 … STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,X_stl,B_new_stl,size); in calculate() 110 typename Interface::real_type error= in calculate() 111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl); in calculate() 115 STL_interface<typename Interface::real_type>::display_vector(B_stl); in calculate() 116 STL_interface<typename Interface::real_type>::display_vector(B_new_stl); in calculate()
|
D | action_axpy.hh | 110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size); in check_result() 112 typename Interface::real_type error= in check_result() 113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl); in check_result() 134 typename Interface::real_type _coef;
|
D | action_ata_product.hh | 112 STL_interface<typename Interface::real_type>::ata_product(A_stl,X_stl,_size); in check_result() 114 typename Interface::real_type error= in check_result() 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_aat_product.hh | 112 STL_interface<typename Interface::real_type>::aat_product(A_stl,X_stl,_size); in check_result() 114 typename Interface::real_type error= in check_result() 115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_trisolve.hh | 110 STL_interface<typename Interface::real_type>::trisolve_lower(L_stl,B_stl,X_stl,_size); in check_result() 112 typename Interface::real_type error= in check_result() 113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_atv_product.hh | 99 STL_interface<typename Interface::real_type>::atv_product(A_stl,B_stl,X_stl,_size); in check_result() 101 typename Interface::real_type error= in check_result() 102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_syr2.hh | 100 STL_interface<typename Interface::real_type>::syr2(A_stl,B_stl,X_stl,_size); in check_result() 102 typename Interface::real_type error= in check_result() 103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_matrix_product.hh | 116 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size); in check_result() 117 typename Interface::real_type error= in check_result() 118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_symv.hh | 106 STL_interface<typename Interface::real_type>::symv(A_stl,B_stl,X_stl,_size); in check_result() 108 typename Interface::real_type error= in check_result() 109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_vector_product.hh | 117 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,B_stl,X_stl,_size); in check_result() 119 typename Interface::real_type error= in check_result() 120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_ger.hh | 97 STL_interface<typename Interface::real_type>::ger(A_stl,B_stl,X_stl,_size); in check_result() 99 typename Interface::real_type error= in check_result() 100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in check_result()
|
D | action_matrix_matrix_product_bis.hh | 123 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,size); in calculate() 125 typename Interface::real_type error= in calculate() 126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl); in calculate()
|
/external/eigen/bench/btl/libs/tensors/ |
D | tensor_interface.hh | 22 typedef real real_type; typedef in tensor_interface 77 typedef typename Eigen::Tensor<real_type, 1>::DimensionPair DimPair; in matrix_matrix_product() 83 typedef typename Eigen::Tensor<real_type, 1>::DimensionPair DimPair; in matrix_vector_product()
|
/external/python/apitools/apitools/base/py/testing/ |
D | mock.py | 214 real_type = self.__request_type 217 real_type = self.__response_type 219 if not isinstance(msg, real_type): 224 mode, self.__key, real_type, type(msg)))
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | alloca.ll | 103 %real_type = type { { i32, i32* } } 109 %0 = alloca %real_type, align 4 110 %1 = bitcast %real_type* %0 to i8*
|
/external/llvm/test/Transforms/InstCombine/ |
D | alloca.ll | 100 %real_type = type { { i32, i32* } } 106 %0 = alloca %real_type, align 4 107 %1 = bitcast %real_type* %0 to i8*
|
/external/eigen/bench/btl/ |
D | README | 93 *** real_type : kind of float to be used (float or double) 94 *** stl_vector : must correspond to std::vector<real_type> 96 …*** gene_vector : the vector type for this interface --> e.g. (real_type *) for the C_inter…
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_heavy.cc | 128 inline FieldDescriptor::Type real_type(FieldType type) { in real_type() function 529 switch (real_type(type)) { in InternalSerializeFieldWithCachedSizesToArray() 562 switch (real_type(type)) { in InternalSerializeFieldWithCachedSizesToArray() 602 switch (real_type(type)) { in InternalSerializeFieldWithCachedSizesToArray()
|
D | extension_set.cc | 59 inline WireFormatLite::FieldType real_type(FieldType type) { in real_type() function 65 return WireFormatLite::FieldTypeToCppType(real_type(type)); in cpp_type() 1170 WireFormatLite::WireTypeForFieldType(real_type(extension->type)); in FindExtensionInfoFromFieldNumber() 1565 switch (real_type(type)) { in SerializeFieldWithCachedSizes() 1598 switch (real_type(type)) { in SerializeFieldWithCachedSizes() 1629 switch (real_type(type)) { in SerializeFieldWithCachedSizes() 1669 switch (real_type(type)) { in ByteSize() 1717 size_t tag_size = WireFormatLite::TagSize(number, real_type(type)); in ByteSize() 1719 switch (real_type(type)) { in ByteSize() 1759 result += WireFormatLite::TagSize(number, real_type(type)); in ByteSize() [all …]
|
/external/eigen/bench/btl/libs/BLAS/ |
D | c_interface_base.h | 13 typedef real real_type; typedef
|
/external/eigen/bench/btl/libs/tvmet/ |
D | tvmet_interface.hh | 36 typedef real real_type ; typedef in tvmet_interface
|
/external/eigen/bench/btl/libs/blitz/ |
D | tiny_blitz_interface.hh | 39 typedef real real_type ; typedef in tiny_blitz_interface
|
/external/eigen/bench/btl/libs/blaze/ |
D | blaze_interface.hh | 32 typedef real real_type ; typedef in blaze_interface
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 33 typedef real real_type ; typedef in mtl4_interface
|