Searched refs:emxmb (Results 1 – 2 of 2) sorted by relevance
/dports/biology/infernal/infernal-1.1.3/src/ |
H A D | cm_dpalign.c | 457 float emxmb = 0.; /* Mb required for CM_EMIT_MX */ in cm_AlignSizeNeeded() local 472 if((status = cm_emit_mx_SizeNeeded(cm, errbuf, L, NULL, NULL, &emxmb)) != eslOK) return status; in cm_AlignSizeNeeded() 473 totmb += emxmb; in cm_AlignSizeNeeded() 485 if (ret_emxmb != NULL) *ret_emxmb = emxmb; in cm_AlignSizeNeeded() 527 float emxmb = 0.; /* Mb required for CM_EMIT_MX */ in cm_AlignSizeNeededHB() local 542 …if((status = cm_hb_emit_mx_SizeNeeded(cm, errbuf, cm->cp9b, L, NULL, NULL, &emxmb)) != eslOK) retu… in cm_AlignSizeNeededHB() 543 totmb += emxmb; in cm_AlignSizeNeededHB() 555 if (ret_emxmb != NULL) *ret_emxmb = emxmb; in cm_AlignSizeNeededHB() 562 printf("#DEBUG: \t emxmb: %.2f\n", emxmb); in cm_AlignSizeNeededHB()
|
H A D | cm_dpalign_trunc.c | 825 float emxmb = 0.; /* Mb required for CM_EMIT_MX */ in cm_TrAlignSizeNeeded() local 840 … if((status = cm_tr_emit_mx_SizeNeeded(cm, errbuf, L, NULL, NULL, &emxmb)) != eslOK) return status; in cm_TrAlignSizeNeeded() 841 totmb += emxmb; in cm_TrAlignSizeNeeded() 853 if (ret_emxmb != NULL) *ret_emxmb = emxmb; in cm_TrAlignSizeNeeded() 860 printf("#DEBUG: \t emxmb: %.2f\n", emxmb); in cm_TrAlignSizeNeeded() 909 float emxmb = 0.; /* Mb required for CM_EMIT_MX */ in cm_TrAlignSizeNeededHB() local 924 …if((status = cm_tr_hb_emit_mx_SizeNeeded(cm, errbuf, cm->cp9b, L, NULL, NULL, &emxmb)) != eslOK) r… in cm_TrAlignSizeNeededHB() 925 totmb += emxmb; in cm_TrAlignSizeNeededHB() 937 if (ret_emxmb != NULL) *ret_emxmb = emxmb; in cm_TrAlignSizeNeededHB() 944 printf("#DEBUG: \t emxmb: %.2f\n", emxmb); in cm_TrAlignSizeNeededHB()
|