HomeSort by relevance Sort by last modified time
    Searched refs:real_type (Results 1 - 25 of 30) 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/eigen/bench/btl/libs/tensors/
tensor_interface.hh 22 typedef real real_type; typedef in class:tensor_interface
77 typedef typename Eigen::Tensor<real_type, 1>::DimensionPair DimPair;
83 typedef typename Eigen::Tensor<real_type, 1>::DimensionPair DimPair;
  /external/eigen/bench/btl/libs/BLAS/
c_interface_base.h 13 typedef real real_type; typedef in class:c_interface_base
  /external/syslinux/com32/gpllib/
memory.c 45 unsigned int real_type = type - 1; local
46 if (real_type < sizeof(e820_types) / sizeof(e820_types[0]))
47 strlcpy(type_ptr, e820_types[real_type], type_ptr_sz);
  /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/blaze/
blaze_interface.hh 32 typedef real real_type ; typedef in class:blaze_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.cc 51 inline WireFormatLite::FieldType real_type(FieldType type) { function in namespace:google::protobuf::internal::__anon32348
57 return WireFormatLite::FieldTypeToCppType(real_type(type));
    [all...]
  /external/eigen/Eigen/src/Core/functors/
UnaryFunctors.h 766 typedef typename NumTraits<Scalar>::Real real_type; typedef
767 real_type aa = numext::abs(a);
768 if (aa==real_type(0))
770 aa = real_type(1)/aa;

Completed in 236 milliseconds

1 2