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

/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/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/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/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/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_heavy.cc99 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)) {
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...]
/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...]

Completed in 1207 milliseconds