Home
last modified time | relevance | path

Searched refs:real_type (Results 1 – 25 of 29) 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_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_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_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_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_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_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_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_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_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/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/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/avahi/avahi-compat-howl/
Dcompat.c646 const char *real_type; in reg_create_service() local
650 real_type = avahi_get_type_from_subtype(data->service_data->regtype); in reg_create_service()
658 real_type ? real_type : data->service_data->regtype, in reg_create_service()
665 if (real_type) { in reg_create_service()
674 real_type, in reg_create_service()
/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()
986 WireFormatLite::WireTypeForFieldType(real_type(extension->type)); in FindExtensionInfoFromFieldNumber()
1291 switch (real_type(type)) { in SerializeFieldWithCachedSizes()
1324 switch (real_type(type)) { in SerializeFieldWithCachedSizes()
1355 switch (real_type(type)) { in SerializeFieldWithCachedSizes()
1395 switch (real_type(type)) { in ByteSize()
1444 int tag_size = WireFormatLite::TagSize(number, real_type(type)); in ByteSize()
1446 switch (real_type(type)) { in ByteSize()
1486 result += WireFormatLite::TagSize(number, real_type(type)); in ByteSize()
[all …]
Dextension_set_heavy.cc122 inline FieldDescriptor::Type real_type(FieldType type) { in real_type() function
402 switch (real_type(type)) { in SerializeFieldWithCachedSizesToArray()
435 switch (real_type(type)) { in SerializeFieldWithCachedSizesToArray()
466 switch (real_type(type)) { in SerializeFieldWithCachedSizesToArray()
/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/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
Dblitz_interface.hh38 typedef real real_type ; typedef in blitz_interface
/external/eigen/bench/btl/libs/tvmet/
Dtvmet_interface.hh36 typedef real real_type ; typedef in tvmet_interface
/external/eigen/bench/btl/libs/mtl4/
Dmtl4_interface.hh33 typedef real real_type ; typedef in mtl4_interface
/external/eigen/bench/btl/libs/ublas/
Dublas_interface.hh35 typedef real real_type ; typedef in ublas_interface

12