Home
last modified time | relevance | path

Searched refs:type_idx (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/pgsqltypes/
H A Dpgsqltype.cpp374 return (type_idx != type.type_idx); in operator !=()
384 return (type_idx == type.type_idx); in operator ==()
410 return (type_idx>=OidStart && type_idx<=OidEnd); in isOIDType()
415 return (type_idx>=PseudoStart && type_idx<=PseudoEnd); in isPseudoType()
446 type_idx = type_id; in setUserType()
447 return type_idx; in setUserType()
460 type_idx = idx; in setUserType()
461 return type_idx; in setUserType()
791 if(this->type_idx==type.type_idx || in canCastTo()
849 type_idx++; in isEquivalentTo()
[all …]
H A Dbasetype.cpp23 type_idx = BaseType::Null; in BaseType()
40 type_idx = type_id; in setType()
41 return type_idx; in setType()
87 return type_idx; in operator !()
92 return type_idx; in getTypeId()
97 return (type.type_idx == type_idx); in operator ==()
102 return (type_idx==type_id); in operator ==()
107 return (type.type_idx != type_idx); in operator !=()
112 return (type_idx!=type_id); in operator !=()
H A Dencodingtype.cpp39 type_idx = 1; in EncodingType()
59 return (type_idx == static_cast<unsigned>(type_names.indexOf(type_name))); in operator ==()
69 return (this->type_idx != type.type_idx); in operator !=()
74 return (this->type_idx != type_id); in operator !=()
H A Deventtype.cpp35 type_idx = OnSelect; in EventType()
50 return (type_idx < type.type_idx); in operator <()
55 return (type_idx < type_id); in operator <()
H A Dstoragetype.cpp34 type_idx = Plain; in StorageType()
54 return (type_idx == static_cast<unsigned>(type_names.indexOf(type_name))); in operator ==()
64 return (this->type_idx!=type.type_idx); in operator !=()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/base/drawable/
H A DCategoryWeight.java32 private int type_idx; field in CategoryWeight
42 type_idx = INVALID_INDEX; in CategoryWeight()
54 type_idx = type.getIndex(); in CategoryWeight()
62 this.type_idx = type_wgt.type_idx; in CategoryWeight()
94 if ( type_idx != INVALID_INDEX ) { in resolveCategory()
95 type = (Category) categorymap.get( new Integer( type_idx ) ); in resolveCategory()
106 outs.writeInt( type_idx ); in writeObject()
120 type_idx = ins.readInt(); in readObject()
131 rep.append( "null:" + type_idx ); in toInfoBoxString()
140 StringBuffer rep = new StringBuffer( "(type=" + type_idx ); in toString()
[all …]
H A DInfoBox.java27 private int type_idx; // tmp variable before type is known field in InfoBox
47 type_idx = in_type_idx; in InfoBox()
77 this.type_idx = INVALID_INDEX; in initCategoryToNull()
87 this.type_idx = type.getIndex(); in setCategory()
102 if ( type_idx != INVALID_INDEX ) { in resolveCategory()
108 type = new Category( type_idx, in resolveCategory()
109 "UnknownType-" + type_idx, in resolveCategory()
151 return type_idx; in getCategoryIndex()
297 outs.writeInt( type_idx ); in writeObject()
319 type_idx = ins.readInt(); in readObject()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/base/statistics/
H A DCategoryWeightF.java29 private int type_idx; field in CategoryWeightF
36 type_idx = INVALID_INDEX; in CategoryWeightF()
46 type_idx = type.getIndex(); in CategoryWeightF()
54 this.type_idx = type_wgf.type_idx; in CategoryWeightF()
62 this.type_idx = this.type.getIndex(); in CategoryWeightF()
77 rep.append( "null:" + type_idx ); in toInfoBoxString()
86 StringBuffer rep = new StringBuffer( "(type=" + type_idx ); in toString()
105 return type_wgf1.type_idx - type_wgf2.type_idx; in compare()
/dports/devel/ga/ga-5.8/global/testing/unit-tests/
H A Dga_zero.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
72 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
76 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
81 TYPE_NAMES[type_idx], in main()
86 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_abs_value.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
82 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
86 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
91 TYPE_NAMES[type_idx], in main()
96 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_add_constant.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
100 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
104 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
109 TYPE_NAMES[type_idx], in main()
114 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_copy.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
90 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
94 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
99 TYPE_NAMES[type_idx], in main()
104 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_fill.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
91 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
95 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
100 TYPE_NAMES[type_idx], in main()
105 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_elem_multiply.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
87 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
91 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
96 TYPE_NAMES[type_idx], in main()
101 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_scale.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
100 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
104 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
109 TYPE_NAMES[type_idx], in main()
114 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_elem_divide.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
87 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
91 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
96 TYPE_NAMES[type_idx], in main()
101 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_elem_maximum.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
87 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
91 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
96 TYPE_NAMES[type_idx], in main()
101 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_elem_minimum.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
87 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
91 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
96 TYPE_NAMES[type_idx], in main()
101 return_code = test(shape_idx, type_idx, dist_idx); in main()
H A Dga_elem_minimumpatch.c5 static int test(int shape_idx, int type_idx, int dist_idx) in test() argument
7 int type = TYPES[type_idx]; in test()
87 int shape_idx=0, type_idx=0, dist_idx=0; in main() local
91 for (type_idx=0; type_idx < NUM_TYPES; ++type_idx) { in main()
96 TYPE_NAMES[type_idx], in main()
101 return_code = test(shape_idx, type_idx, dist_idx); in main()
/dports/math/tblis/tblis-1.2.0/src/configs/
H A Dconfigs.hpp33 template <typename T> struct type_idx;
35 template <> struct type_idx< float> { constexpr static int value = 0; }; argument
36 template <> struct type_idx< double> { constexpr static int value = 1; }; argument
37 template <> struct type_idx<scomplex> { constexpr static int value = 2; }; struct
38 template <> struct type_idx<dcomplex> { constexpr static int value = 3; }; struct
47 template <typename T> len_type def() const { return _def[type_idx<T>::value]; } in def()
48 template <typename T> len_type max() const { return _max[type_idx<T>::value]; } in max()
49 template <typename T> len_type iota() const { return _iota[type_idx<T>::value]; } in iota()
50 template <typename T> len_type extent() const { return _extent[type_idx<T>::value]; } in extent()
73 ((ukr_t<T>)_ukr[type_idx<T>::value])(std::forward<Args>(args)...); in call()
[all …]
/dports/devel/p5-SPOPS/SPOPS-0.87/SPOPS/DBI/
H A DSQLite.pm42 my $type_idx = join( '-', lc $db->{Name}, lc $table );
43 unless ( $TYPE_INFO{ $type_idx } ) {
50 $TYPE_INFO{ $type_idx } = $type_info;
52 return $TYPE_INFO{ $type_idx }
/dports/misc/dartsim/dart-6.11.1/dart/common/
H A DComposite.cpp287 void Composite::_set(std::type_index type_idx, const Aspect* aspect) in _set() argument
291 mAspectMap[type_idx] = aspect->cloneAspect(); in _set()
292 addToComposite(mAspectMap[type_idx].get()); in _set()
296 mAspectMap[type_idx] = nullptr; in _set()
301 void Composite::_set(std::type_index type_idx, std::unique_ptr<Aspect> aspect) in _set() argument
303 mAspectMap[type_idx] = std::move(aspect); in _set()
304 addToComposite(mAspectMap[type_idx].get()); in _set()
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/dukglue/
H A Ddetail_typeinfo.h10 static const char* get_type_name(duk_int_t type_idx) { in get_type_name() argument
24 if (type_idx >= 0 && type_idx < sizeof(names) / sizeof(names[0])) in get_type_name()
25 return names[type_idx]; in get_type_name()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/thirdparty/dukglue/
H A Ddetail_typeinfo.h11 static inline const char* get_type_name(duk_int_t type_idx) { in get_type_name() argument
25 if (type_idx >= 0 && type_idx < static_cast<duk_int_t>(sizeof(names) / sizeof(names[0]))) in get_type_name()
26 return names[type_idx]; in get_type_name()
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dcast.cpp34 void Cast::setDataType(unsigned type_idx, PgSqlType type) in setDataType() argument
37 if(type_idx<=DstType) in setDataType()
46 setCodeInvalidated(this->types[type_idx] != type); in setDataType()
47 this->types[type_idx]=type; in setDataType()
133 PgSqlType Cast::getDataType(unsigned type_idx) in getDataType() argument
135 if(type_idx > DstType) in getDataType()
138 return this->types[type_idx]; in getDataType()

12345678910>>...19