Home
last modified time | relevance | path

Searched refs:var_type (Results 1 – 25 of 2540) sorted by path

12345678910>>...102

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/x11-2.18.2/src/
H A Dlink.rs11 $(pub static $var_name:ident : $var_type:ty,)*
19 $(pub static $var_name : $var_type;)*
/dports/astro/astrometry/astrometry.net-0.85/sdss/
H A Dyanny.py355 var_type = cache[variable]
361 var_type = typ + array.replace('<','[').replace('>',']')
362 cache[variable] = var_type
363 return var_type
/dports/astro/oskar/OSKAR-2.8.0/oskar/settings/extern/ttl/var/
H A Dvariant.hpp211 typedef ttl::data_holder<T> var_type; in operator ()() typedef
212 static_cast<var_type*>(p_)->~var_type(); in operator ()()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dspeak.cpp366 unsigned long var_type; in init_path() local
390 var_type = REG_SZ; in init_path()
391 RegQueryValueEx(RegKey, "path", 0, &var_type, buf, &size); in init_path()
H A Dspeak_lib.cpp331 unsigned long var_type; in init_path() local
351 var_type = REG_SZ; in init_path()
352 RegQueryValueExA(RegKey, "path", 0, &var_type, buf, &size); in init_path()
/dports/audio/mixxx/mixxx-2.3.0/lib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py251 def __init__(self, start, end, name, var_type, initial_value, namespace): argument
253 self.type = var_type
742 var_type = Type(pos_token.start, pos_token.end, type_name,
746 name, var_type, value, self.namespace_stack)
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-codegen-2.25.2/src/field/
H A Dmod.rs941 fn element_size(&self, var: &str, var_type: &RustType) -> String { in element_size()
961 let param_type = match var_type { in element_size()
969 var_type.into_target(&param_type, var, &self.customize) in element_size()
973 let param_type = match var_type { in element_size()
982 var_type.into_target(&param_type, var, &self.customize) in element_size()
989 var_type.into_target(&param_type, var, &self.customize), in element_size()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dspeech.cpp303 unsigned long var_type;
314 var_type = REG_SZ;
315 RegQueryValueExA(RegKey, "Path", 0, &var_type, buf, &size);
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-codegen-2.10.0/src/
H A Dfield.rs912 fn element_size(&self, var: &str, var_type: &RustType) -> String { in element_size()
930 let param_type = match var_type { in element_size()
937 var_type.into_target(&param_type, var, &self.customize) in element_size()
941 let param_type = match var_type { in element_size()
949 var_type.into_target(&param_type, var, &self.customize) in element_size()
955 var_type.into_target(&param_type, var, &self.customize), in element_size()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/date_time/
H A Dtime_resolution_traits.hpp71 typename var_type = std::time_t >
77 typedef var_type day_type;
78 typedef var_type hour_type;
79 typedef var_type min_type;
80 typedef var_type sec_type;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/yaml-cpp/test/gmock-1.7.0/scripts/generator/cpp/
H A Dast.py252 def __init__(self, start, end, name, var_type, initial_value, namespace): argument
254 self.type = var_type
731 var_type = Type(pos_token.start, pos_token.end, type_name,
735 name, var_type, value, self.namespace_stack)
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/intelligibility/
H A Dintelligibility_enhancer.cc85 config.var_type,
89 config.var_type,
H A Dintelligibility_enhancer.h43 var_type(intelligibility::VarianceArray::kStepDecaying), in Config()
52 intelligibility::VarianceArray::StepType var_type; member
/dports/benchmarks/filebench/filebench-1.5-alpha3-27-g22620e6/
H A Dvars.c107 switch (var->var_type) { in set_avd_type_by_var()
H A Dvars.h87 typedef enum var_type { enum
100 var_type_t var_type; member
114 ((vp)->var_type == VAR_BOOL)
116 ((vp)->var_type == VAR_INT)
118 ((vp)->var_type == VAR_DBL)
120 ((vp)->var_type == VAR_STR)
122 ((vp)->var_type == VAR_RANDOM)
131 (vp)->var_type = VAR_BOOL;\
136 (vp)->var_type = VAR_INT; \
141 (vp)->var_type = VAR_DBL; \
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcEnvironment.cc74 feedback.Error("empty setting to parse in %s", (const char*)var_type); in ParseSetting()
219 if (!AssertInputDouble(var_value, "lethal", var_type, feedback)) in LoadReactionProcess()
224 if (!AssertInputBool(var_value, "sterilize", var_type, feedback)) in LoadReactionProcess()
229 if (!AssertInputDouble(var_value, "demefrac", var_type, feedback)) in LoadReactionProcess()
234 if (!AssertInputBool(var_value, "germline", var_type, feedback)) in LoadReactionProcess()
246 if (!AssertInputDouble(var_value, "threshold", var_type, feedback)) in LoadReactionProcess()
251 if (!AssertInputDouble(var_value, "detectionerror", var_type, feedback)) in LoadReactionProcess()
259 if (!AssertInputBool(var_value, "depletable", var_type, feedback)) in LoadReactionProcess()
278 if (!AssertInputBool(var_value, "internal", var_type, feedback)) in LoadReactionProcess()
556 if (!AssertInputBool(var_value, "hgt", var_type, feedback)) return false; in LoadResource()
[all …]
H A DcEnvironment.h162 …bool ParseSetting(cString entry, cString& var_name, cString& var_value, const cString& var_type, F…
/dports/biology/avida/avida-2.12.4-src/avida-core/source/script/
H A DcDirectInterpretASTVisitor.cc206 sASTypeInfo var_type = node.GetVariable()->GetType(); in VisitForeachBlock() local
215 switch (var_type.type) { in VisitForeachBlock()
222 … m_call_stack[var_idx].value.as_nobj = asNativeObject(var_type.info, val.type, val.value, node); in VisitForeachBlock()
1567 …sASTypeInfo var_type = (node.IsVarGlobal(i) ? m_global_symtbl : m_cur_symtbl)->GetVariableType(nod… in VisitUnpackTarget() local
1572 switch (var_type.type) { in VisitUnpackTarget()
1579 … m_call_stack[var_idx].value.as_nobj = asNativeObject(var_type.info, val.type, val.value, node); in VisitUnpackTarget()
/dports/biology/bcftools/bcftools-1.14/
H A Dconsensus.c688 int var_type = bcf_get_variant_type(rec,ialt); in apply_variant() local
690 if ( var_type & VCF_INDEL ) in apply_variant()
698 else if ( (var_type & VCF_OTHER) && !strcasecmp(rec->d.allele[ialt],"<DEL>") ) in apply_variant()
703 else if ( (var_type & VCF_OTHER) && !strncasecmp(rec->d.allele[ialt],"<INS",4) ) trim_beg = 1; in apply_variant()
H A Dvcffilter.c229 int var_type = 0, i; in buffered_filters() local
246 var_type = bcf_get_variant_types(line); in buffered_filters()
270 if ( !(rec->d.var_type & VCF_INDEL) ) continue; in buffered_filters()
272 rec->d.var_type |= IndelGap_set; in buffered_filters()
284 if ( !(rec->d.var_type & IndelGap_set) ) continue; in buffered_filters()
297 if ( !(rec->d.var_type & IndelGap_set) ) continue; in buffered_filters()
298 rec->d.var_type |= IndelGap_flush; in buffered_filters()
329 …else if ( (var_type & args->snp_gap_type) && (rec->d.var_type & VCF_SNP) && !(rec->d.var_type & Sn… in buffered_filters()
332 rec->d.var_type |= SnpGap_set; in buffered_filters()
335 else if ( (var_type & VCF_SNP) && (rec->d.var_type & args->snp_gap_type) ) in buffered_filters()
[all …]
H A Dvcfmerge.c2737 int var_type = bcf_get_variant_types(line); in can_merge() local
2738 maux->var_types |= var_type ? var_type<<2 : 2; in can_merge()
H A Dvcfstats.c942 int var_type = 0; in do_sample_stats() local
943 if ( ial>0 ) var_type |= bcf_get_variant_type(line,ial); in do_sample_stats()
944 if ( jal>0 ) var_type |= bcf_get_variant_type(line,jal); in do_sample_stats()
945 if ( var_type&VCF_SNP || var_type==VCF_REF ) // count ALT=. as SNP in do_sample_stats()
961 if ( var_type&VCF_INDEL ) in do_sample_stats()
/dports/biology/bcftools/bcftools-1.14/plugins/
H A Dsmpl-stats.c398 int var_type = bcf_get_variant_type(rec, als[j]); in process_record() local
399 if ( var_type==VCF_SNP || var_type==VCF_MNP ) in process_record()
414 else if ( var_type==VCF_INDEL ) has_indel = 1; in process_record()
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/htslib/
H A Dvcf.h183 int n_var, var_type; member
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/
H A Dvcf.c988 v->d.var_type = -1; in bcf_clear()
3270 b->d.var_type = 0; in bcf_set_variant_types()
3274 b->d.var_type |= d->var[i].type; in bcf_set_variant_types()
3281 if ( rec->d.var_type==-1 ) bcf_set_variant_types(rec); in bcf_get_variant_types()
3282 return rec->d.var_type; in bcf_get_variant_types()
3286 if ( rec->d.var_type==-1 ) bcf_set_variant_types(rec); in bcf_get_variant_type()

12345678910>>...102