HomeSort by relevance Sort by last modified time
    Searched refs:real_type (Results 1 - 25 of 29) sorted by null

1 2

  /external/eigen/bench/btl/actions/
action_axpby.hh 98 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;
action_axpy.hh 110 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;
action_lu_solve.hh 108 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);
action_aat_product.hh 112 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);
action_ata_product.hh 112 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);
action_trisolve.hh 110 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);
action_atv_product.hh 99 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);
action_ger.hh 97 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);
action_matrix_matrix_product.hh 116 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);
action_matrix_matrix_product_bis.hh 123 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);
action_matrix_vector_product.hh 117 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);
action_symv.hh 106 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);
action_syr2.hh 100 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/
policy_engine_params.h 97 // safely provide the real_type and the address of the argument.
98 ParameterSet(ArgType real_type, const void* address)
99 : real_type_(real_type), address_(address) {
  /external/eigen/bench/btl/libs/BLAS/
c_interface_base.h 13 typedef real real_type; typedef in class:c_interface_base
  /external/eigen/bench/btl/libs/blitz/
tiny_blitz_interface.hh 39 typedef real real_type ; typedef in class:tiny_blitz_interface
blitz_interface.hh 38 typedef real real_type ; typedef in class:blitz_interface
  /external/eigen/bench/btl/libs/tvmet/
tvmet_interface.hh 36 typedef real real_type ; typedef in class:tvmet_interface
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 31 typedef real real_type ; typedef in class:gmm_interface
  /external/eigen/bench/btl/libs/mtl4/
mtl4_interface.hh 33 typedef real real_type ; typedef in class:mtl4_interface
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 35 typedef real real_type ; typedef in class:ublas_interface
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 96 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)) {
extension_set.cc 52 inline WireFormatLite::FieldType real_type(FieldType type) { function in namespace:google::protobuf::internal::__anon26328
58 return WireFormatLite::FieldTypeToCppType(real_type(type));
720 WireFormatLite::WireTypeForFieldType(real_type(extension.type));
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.cc 52 inline WireFormatLite::FieldType real_type(FieldType type) { function in namespace:google::protobuf::internal::__anon15794
58 return WireFormatLite::FieldTypeToCppType(real_type(type));
    [all...]
extension_set_heavy.cc 99 inline FieldDescriptor::Type real_type(FieldType type) { function in namespace:google::protobuf::internal
379 switch (real_type(type)) {
412 switch (real_type(type)) {
443 switch (real_type(type)) {

Completed in 246 milliseconds

1 2