Home
last modified time | relevance | path

Searched refs:lk_end (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMGlobalStitch.h67 void setLockSurface(size_t lk_start,size_t lk_end,bool* lk) in setLockSurface() argument
69 fprintf(mFile,"\tsetAttr \".lk[%i:%i]\" ", lk_start,lk_end); in setLockSurface()
70 size_t size = (lk_end-lk_start)*1+1; in setLockSurface()
78 void startLockSurface(size_t lk_start,size_t lk_end)const in startLockSurface() argument
80 fprintf(mFile,"\tsetAttr \".lk[%i:%i]\"",lk_start,lk_end); in startLockSurface()
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Doptimiz.c613 phydbl lk_begin, lk_end; in Br_Len_Opt() local
625 lk_end = UNLIKELY; in Br_Len_Opt()
656 lk_end = tree->c_lnL; in Br_Len_Opt()
658 if(lk_end < lk_begin - tree->mod->s_opt->min_diff_lk_local) in Br_Len_Opt()
660 PhyML_Fprintf(stderr,"\n. lk_beg = %f lk_end = %f",lk_begin, lk_end); in Br_Len_Opt()
719 phydbl lk_init,lk_end; in Optimize_Br_Len_Serie() local
789 lk_end = tree->c_lnL; in Optimize_Br_Len_Serie()
791 if(lk_end < lk_init - tree->mod->s_opt->min_diff_lk_local) in Optimize_Br_Len_Serie()
793 PhyML_Fprintf(stderr,"\n. lk_init: %f lk_end: %f",lk_init,lk_end); in Optimize_Br_Len_Serie()