/external/eigen/bench/btl/actions/ |
D | action_axpby.hh | 98 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;
|
D | action_lu_solve.hh | 108 … 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()
|
D | action_axpy.hh | 110 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;
|
D | action_ata_product.hh | 112 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()
|
D | action_aat_product.hh | 112 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()
|
D | action_trisolve.hh | 110 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()
|
D | action_ger.hh | 97 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()
|
D | action_symv.hh | 106 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()
|
D | action_atv_product.hh | 99 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()
|
D | action_matrix_vector_product.hh | 117 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()
|
D | action_matrix_matrix_product.hh | 116 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()
|
D | action_syr2.hh | 100 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()
|
D | action_matrix_matrix_product_bis.hh | 123 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/ |
D | policy_engine_params.h | 99 ParameterSet(ArgType real_type, const void* address) in ParameterSet() argument 100 : real_type_(real_type), address_(address) { in ParameterSet()
|
/external/llvm/test/Transforms/InstCombine/ |
D | alloca.ll | 100 %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/ |
D | compat.c | 646 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/ |
D | extension_set.cc | 51 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 …]
|
D | extension_set_heavy.cc | 122 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/ |
D | README | 93 *** 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/ |
D | c_interface_base.h | 13 typedef real real_type; typedef
|
/external/eigen/bench/btl/libs/blitz/ |
D | tiny_blitz_interface.hh | 39 typedef real real_type ; typedef in tiny_blitz_interface
|
D | blitz_interface.hh | 38 typedef real real_type ; typedef in blitz_interface
|
/external/eigen/bench/btl/libs/tvmet/ |
D | tvmet_interface.hh | 36 typedef real real_type ; typedef in tvmet_interface
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 33 typedef real real_type ; typedef in mtl4_interface
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 35 typedef real real_type ; typedef in ublas_interface
|