Home
last modified time | relevance | path

Searched refs:real_type (Results 1 – 25 of 32) sorted by relevance

12

/external/eigen/bench/btl/actions/
Daction_axpby.hh98 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;
Daction_lu_solve.hh108 … 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()
Daction_axpy.hh110 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;
Daction_aat_product.hh112 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()
Daction_ata_product.hh112 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()
Daction_trisolve.hh110 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()
Daction_matrix_vector_product.hh117 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()
Daction_ger.hh97 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()
Daction_atv_product.hh99 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()
Daction_matrix_matrix_product.hh116 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()
Daction_symv.hh106 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()
Daction_syr2.hh100 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()
Daction_matrix_matrix_product_bis.hh123 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/
Dtensor_interface.hh22 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/libchrome/sandbox/win/src/
Dpolicy_engine_params.h99 ParameterSet(ArgType real_type, const void* address) in ParameterSet() argument
100 : real_type_(real_type), address_(address) { in ParameterSet()
/external/syslinux/com32/gpllib/
Dmemory.c45 unsigned int real_type = type - 1; in get_type() local
46 if (real_type < sizeof(e820_types) / sizeof(e820_types[0])) in get_type()
47 strlcpy(type_ptr, e820_types[real_type], type_ptr_sz); in get_type()
/external/llvm/test/Transforms/InstCombine/
Dalloca.ll100 %real_type = type { { i32, i32* } }
106 %0 = alloca %real_type, align 4
107 %1 = bitcast %real_type* %0 to i8*
/external/eigen/bench/btl/
DREADME93 *** 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/
Dextension_set.cc51 inline WireFormatLite::FieldType real_type(FieldType type) { in real_type() function
57 return WireFormatLite::FieldTypeToCppType(real_type(type)); in cpp_type()
1131 WireFormatLite::WireTypeForFieldType(real_type(extension->type)); in FindExtensionInfoFromFieldNumber()
1439 switch (real_type(type)) { in SerializeFieldWithCachedSizes()
1472 switch (real_type(type)) { in SerializeFieldWithCachedSizes()
1503 switch (real_type(type)) { in SerializeFieldWithCachedSizes()
1543 switch (real_type(type)) { in ByteSize()
1592 int tag_size = WireFormatLite::TagSize(number, real_type(type)); in ByteSize()
1594 switch (real_type(type)) { in ByteSize()
1634 result += WireFormatLite::TagSize(number, real_type(type)); in ByteSize()
[all …]
Dextension_set_heavy.cc123 inline FieldDescriptor::Type real_type(FieldType type) { in real_type() function
422 switch (real_type(type)) { in SerializeFieldWithCachedSizesToArray()
455 switch (real_type(type)) { in SerializeFieldWithCachedSizesToArray()
486 switch (real_type(type)) { in SerializeFieldWithCachedSizesToArray()
/external/eigen/bench/btl/libs/BLAS/
Dc_interface_base.h13 typedef real real_type; typedef
/external/eigen/bench/btl/libs/blitz/
Dtiny_blitz_interface.hh39 typedef real real_type ; typedef in tiny_blitz_interface
/external/eigen/bench/btl/libs/tvmet/
Dtvmet_interface.hh36 typedef real real_type ; typedef in tvmet_interface
/external/eigen/Eigen/src/Core/functors/
DUnaryFunctors.h797 typedef typename NumTraits<Scalar>::Real real_type;
798 real_type aa = numext::abs(a);
799 if (aa==real_type(0))
801 aa = real_type(1)/aa;
/external/eigen/bench/btl/libs/blaze/
Dblaze_interface.hh32 typedef real real_type ; typedef in blaze_interface

12