Home
last modified time | relevance | path

Searched refs:DIR_MIN (Results 1 – 24 of 24) sorted by relevance

/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h163 #define DIR_MIN 0 macro
H A Dout_routines.c162 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in out_type_direction()
H A Dheader_routines.c391 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in set_font_dir()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h163 #define DIR_MIN 0 macro
H A Dout_routines.c162 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in out_type_direction()
H A Dheader_routines.c391 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in set_font_dir()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h163 #define DIR_MIN 0 macro
H A Dout_routines.c162 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in out_type_direction()
H A Dheader_routines.c391 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in set_font_dir()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h163 #define DIR_MIN 0 macro
H A Dout_routines.c162 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in out_type_direction()
H A Dheader_routines.c391 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in set_font_dir()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h163 #define DIR_MIN 0 macro
H A Dout_routines.c162 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in out_type_direction()
H A Dheader_routines.c391 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in set_font_dir()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h163 #define DIR_MIN 0 macro
H A Dout_routines.c162 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in out_type_direction()
H A Dheader_routines.c391 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in set_font_dir()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/omegafonts/
H A Dmanifests.h163 #define DIR_MIN 0 macro
H A Dout_routines.c162 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in out_type_direction()
H A Dheader_routines.c391 if ((direction < DIR_MIN) || (direction > DIR_MAX)) { in set_font_dir()
/dports/devel/upp/upp/uppsrc/Core/
H A DPath.cpp841 #define DIR_MIN 3 //!! wrong! what about \a\b\c ? macro
845 #define DIR_MIN 1 macro
856 while(dir.GetLength() > DIR_MIN && !DirectoryExists(dir)) { in RealizeDirectory()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dproposal.c5089 rate_pot -= DIR_MIN; in Move_GeneRate_Dir()
5097 if (newRate[i]!=DIR_MIN) in Move_GeneRate_Dir()
13823 rate_pot -= DIR_MIN; in Move_RateMult_Dir()
13831 if (newRate[i]!=DIR_MIN) in Move_RateMult_Dir()
13923 min = DIR_MIN / sum; in Move_RateMult_Slider()
15815 if (newProp[0] < DIR_MIN) in Move_Tratio_Dir()
15817 newProp[0] = DIR_MIN; in Move_Tratio_Dir()
15818 newProp[1] = 1.0-DIR_MIN; in Move_Tratio_Dir()
15820 else if (newProp[1] < DIR_MIN) in Move_Tratio_Dir()
15822 newProp[1] = DIR_MIN; in Move_Tratio_Dir()
[all …]
H A Dbayes.h343 #define DIR_MIN 0.000001f macro