Home
last modified time | relevance | path

Searched refs:thisparam (Results 1 – 13 of 13) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dparameter.cpp289 double thisparam = line->profparam[parameter]; in GetProfiles() local
290 centilepair newpair(line->percentile, thisparam); in GetProfiles()
323 double thisparam = line->profparam[parameter]; in GetOverallProfile() local
324 centilepair newpair(line->percentile, thisparam); in GetOverallProfile()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmessage.c1334 for (thisparam = *params; thisparam; thisparam = thisparam->next) { in message_fold_params()
1335 asterisk = strchr(thisparam->attribute, '*'); in message_fold_params()
1378 thisparam->value = in message_fold_params()
1383 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1398 thisparam->value = in message_fold_params()
1403 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1411 thisparam->value = in message_fold_params()
1416 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1426 from = thisparam->value; in message_fold_params()
1446 free(thisparam->value); in message_fold_params()
[all …]
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmessage.c1519 for (thisparam = *params; thisparam; thisparam = thisparam->next) { in message_fold_params()
1520 asterisk = strchr(thisparam->attribute, '*'); in message_fold_params()
1563 thisparam->value = in message_fold_params()
1568 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1583 thisparam->value = in message_fold_params()
1588 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1596 thisparam->value = in message_fold_params()
1601 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1611 from = thisparam->value; in message_fold_params()
1631 free(thisparam->value); in message_fold_params()
[all …]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmessage.c1486 for (thisparam = *params; thisparam; thisparam = thisparam->next) { in message_fold_params()
1487 asterisk = strchr(thisparam->attribute, '*'); in message_fold_params()
1530 thisparam->value = in message_fold_params()
1535 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1550 thisparam->value = in message_fold_params()
1555 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1563 thisparam->value = in message_fold_params()
1568 to = thisparam->value + strlen(thisparam->value); in message_fold_params()
1578 from = thisparam->value; in message_fold_params()
1598 free(thisparam->value); in message_fold_params()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/postlike/
H A Dmaximizer.h82 bool Calculate (DoubleVec1d & thisparam, double& lnL, string& message);
H A Dmaximizer.cpp195 bool Maximizer::Calculate(vector<double>& thisparam, double& lnL, string& message) in Calculate() argument
199 copy(thisparam.begin(), thisparam.end(), m_param.begin()); in Calculate()
225 copy(m_param.begin(), m_param.end(), thisparam.begin()); in Calculate()
242 copy(m_param.begin(), m_param.end(), thisparam.begin()); in Calculate()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dcombroyden.h76 extern long maximize (MYREAL **thisparam, world_fmt * world,
H A Dprofile.c663 char *thisparam;
673 thisparam = (char *) mycalloc(thesize ,sizeof(char));
674 savedparam = thisparam;
677 strncpy(thisparam, buffer, thesize-1);
678 strsep(&thisparam,"&"); // remove first element
679 strsep(&thisparam,"&"); // remove second element
680 ptr = strsep(&thisparam,"&"); // keep third
H A Dcombroyden2.c174 long maximize (MYREAL **thisparam, world_fmt * world, nr_fmt * nr,
1324 maximize (MYREAL **thisparam, world_fmt * world, nr_fmt * nr, MYREAL **hess, long analystype, in maximize() argument
1363 setdoublevec1d (&param, *thisparam, nnn); in maximize()
1511 memcpy ((*thisparam), expxv, sizeof (MYREAL) * nn); in maximize()
H A Dpretty.c5241 char *thisparam; in pdf_print_profile_table() local
5252 thisparam = (char *) mycalloc(LINESIZE,sizeof(char)); in pdf_print_profile_table()
5253 savedparam = thisparam; in pdf_print_profile_table()
5254 strncpy(thisparam, buffer, LINESIZE-1); in pdf_print_profile_table()
5255 strsep(&thisparam,"&"); // remove first element in pdf_print_profile_table()
5256 strsep(&thisparam,"&"); // remove second element in pdf_print_profile_table()
5257 ptr = strsep(&thisparam,"&"); // keep third in pdf_print_profile_table()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dparameter.c295 oparamptr free_instance_param(objinstptr thisinst, oparamptr thisparam) in free_instance_param() argument
300 if (ops == thisparam) { in free_instance_param()
2278 void free_object_param(objectptr thisobj, oparamptr thisparam) in free_object_param() argument
2284 char *key = thisparam->key; in free_object_param()
2338 if (ops == thisparam) { in free_object_param()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodebasemodule.vala4793 var thisparam = load_this_parameter ((TypeSymbol) field.parent_symbol);
4794 instance = get_cvalue_ (get_field_cvalue (field, thisparam));
H A Dvalaccodebasemodule.c26892 ValaTargetValue* thisparam = NULL; in vala_ccode_base_module_real_visit_object_creation_expression() local
26907 thisparam = _tmp44_; in vala_ccode_base_module_real_visit_object_creation_expression()
26909 _tmp46_ = thisparam; in vala_ccode_base_module_real_visit_object_creation_expression()
26917 _vala_target_value_unref0 (thisparam); in vala_ccode_base_module_real_visit_object_creation_expression()