Searched defs:real_type (Results 1 - 17 of 17) sorted by relevance

/external/eigen/bench/btl/libs/BLAS/
H A Dc_interface_base.h13 typedef real real_type; typedef in class:c_interface_base
/external/libchrome/sandbox/win/src/
H A Dpolicy_engine_params.h98 // safely provide the real_type and the address of the argument.
99 ParameterSet(ArgType real_type, const void* address) argument
100 : real_type_(real_type), address_(address) {
/external/eigen/bench/btl/libs/blaze/
H A Dblaze_interface.hh32 typedef real real_type ; typedef in class:blaze_interface
/external/eigen/bench/btl/libs/blitz/
H A Dblitz_interface.hh38 typedef real real_type ; typedef in class:blitz_interface
H A Dtiny_blitz_interface.hh39 typedef real real_type ; typedef in class:tiny_blitz_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/tensors/
H A Dtensor_interface.hh22 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/tvmet/
H A Dtvmet_interface.hh36 typedef real real_type ; typedef in class:tvmet_interface
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh35 typedef real real_type ; typedef in class:ublas_interface
/external/eigen/Eigen/src/Core/functors/
H A DUnaryFunctors.h766 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;
/external/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh33 typedef real real_type ; typedef in class:STL_interface
/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh38 typedef real real_type; typedef in class:eigen2_interface
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh35 typedef real real_type; typedef in class:eigen3_interface
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh31 typedef real real_type ; typedef in class:gmm_interface
/external/syslinux/com32/gpllib/
H A Dmemory.c45 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/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc123 inline FieldDescriptor::Type real_type(FieldType type) { function in namespace:google::protobuf::internal
422 switch (real_type(type)) {
455 switch (real_type(type)) {
486 switch (real_type(type)) {
H A Dextension_set.cc51 inline WireFormatLite::FieldType real_type(FieldType type) { function in namespace:google::protobuf::internal::__anon16411
57 return WireFormatLite::FieldTypeToCppType(real_type(type));
1131 WireFormatLite::WireTypeForFieldType(real_type(extension->type));
1439 switch (real_type(type)) {
1472 switch (real_type(type)) {
1503 switch (real_type(type)) {
1543 switch (real_type(type)) {
1592 int tag_size = WireFormatLite::TagSize(number, real_type(type));
1594 switch (real_type(type)) {
1634 result += WireFormatLite::TagSize(number, real_type(typ
[all...]

Completed in 204 milliseconds