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

12

/external/eigen/bench/btl/actions/
H A Daction_axpby.hh98 STL_interface<typename Interface::real_type>::axpby(_alpha,X_stl,_beta,Y_stl,_size);
100 typename Interface::real_type error=
101 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
121 typename Interface::real_type _alpha;
122 typename Interface::real_type _beta;
H A Daction_lu_solve.hh108 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,X_stl,B_new_stl,size);
110 typename Interface::real_type error=
111 STL_interface<typename Interface::real_type>::norm_diff(B_stl,B_new_stl);
115 STL_interface<typename Interface::real_type>::display_vector(B_stl);
116 STL_interface<typename Interface::real_type>::display_vector(B_new_stl);
H A Daction_axpy.hh110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size);
112 typename Interface::real_type error=
113 STL_interface<typename Interface::real_type>::norm_diff(Y_stl,resu_stl);
134 typename Interface::real_type _coef;
H A Daction_aat_product.hh112 STL_interface<typename Interface::real_type>::aat_product(A_stl,X_stl,_size);
114 typename Interface::real_type error=
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_ata_product.hh112 STL_interface<typename Interface::real_type>::ata_product(A_stl,X_stl,_size);
114 typename Interface::real_type error=
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_trisolve.hh110 STL_interface<typename Interface::real_type>::trisolve_lower(L_stl,B_stl,X_stl,_size);
112 typename Interface::real_type error=
113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_atv_product.hh99 STL_interface<typename Interface::real_type>::atv_product(A_stl,B_stl,X_stl,_size);
101 typename Interface::real_type error=
102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_ger.hh97 STL_interface<typename Interface::real_type>::ger(A_stl,B_stl,X_stl,_size);
99 typename Interface::real_type error=
100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_matrix_product.hh116 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
117 typename Interface::real_type error=
118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_matrix_product_bis.hh123 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,size);
125 typename Interface::real_type error=
126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_matrix_vector_product.hh117 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,B_stl,X_stl,_size);
119 typename Interface::real_type error=
120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_symv.hh106 STL_interface<typename Interface::real_type>::symv(A_stl,B_stl,X_stl,_size);
108 typename Interface::real_type error=
109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
H A Daction_syr2.hh100 STL_interface<typename Interface::real_type>::syr2(A_stl,B_stl,X_stl,_size);
102 typename Interface::real_type error=
103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_params.h97 // safely provide the real_type and the address of the argument.
98 ParameterSet(ArgType real_type, const void* address) argument
99 : real_type_(real_type), address_(address) {
/external/eigen/bench/btl/libs/BLAS/
H A Dc_interface_base.h13 typedef real real_type; typedef in class:c_interface_base
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py1668 def __init__(self, real_type):
1669 while real_type.is_typedef and not real_type.typedef_is_external:
1670 real_type = real_type.typedef_base_type
1671 if real_type.is_typedef and real_type.typedef_is_external:
1674 self.funcsuffix = "_%s" % real_type.specialization_name()
1675 elif hasattr(real_type, 'math_h_modifier'):
1676 self.funcsuffix = real_type
3681 def real_type(ntype): function in function:widest_numeric_type
[all...]
/external/eigen/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh39 typedef real real_type ; typedef in class:tiny_blitz_interface
H A Dblitz_interface.hh38 typedef real real_type ; typedef in class:blitz_interface
/external/eigen/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh36 typedef real real_type ; typedef in class:tvmet_interface
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh31 typedef real real_type ; typedef in class:gmm_interface
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_interface.hh33 typedef real real_type ; typedef in class:mtl4_interface
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh35 typedef real real_type ; typedef in class:ublas_interface
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc96 inline FieldDescriptor::Type real_type(FieldType type) { function in namespace:google::protobuf::internal
334 switch (real_type(type)) {
367 switch (real_type(type)) {
398 switch (real_type(type)) {
H A Dextension_set.cc52 inline WireFormatLite::FieldType real_type(FieldType type) { function in namespace:google::protobuf::internal::__anon28976
58 return WireFormatLite::FieldTypeToCppType(real_type(type));
720 WireFormatLite::WireTypeForFieldType(real_type(extension.type));
1110 switch (real_type(type)) {
1143 switch (real_type(type)) {
1174 switch (real_type(type)) {
1236 switch (real_type(type)) {
1285 int tag_size = WireFormatLite::TagSize(number, real_type(type));
1287 switch (real_type(type)) {
1327 result += WireFormatLite::TagSize(number, real_type(typ
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc52 inline WireFormatLite::FieldType real_type(FieldType type) { function in namespace:google::protobuf::internal::__anon14830
58 return WireFormatLite::FieldTypeToCppType(real_type(type));
870 WireFormatLite::WireTypeForFieldType(real_type(extension->type));
1153 switch (real_type(type)) {
1186 switch (real_type(type)) {
1217 switch (real_type(type)) {
1257 switch (real_type(type)) {
1306 int tag_size = WireFormatLite::TagSize(number, real_type(type));
1308 switch (real_type(type)) {
1348 result += WireFormatLite::TagSize(number, real_type(typ
[all...]

Completed in 963 milliseconds

12