Move static variables [SFDL]F_negative_epsilon into LF_negative_epsilon() function (which is the only user of those variables) in order to avoid possible static order initialization problems. While at it, make LF_negative_epsilon() function static.