Lines Matching refs:OPTION_GE
74 #define OPTION_GE(x, y) OPTION_OP(x, y, >=); macro
82 OPTION_GE(max_num_iterations, 0); in CommonOptionsAreValid()
83 OPTION_GE(max_solver_time_in_seconds, 0.0); in CommonOptionsAreValid()
84 OPTION_GE(function_tolerance, 0.0); in CommonOptionsAreValid()
85 OPTION_GE(gradient_tolerance, 0.0); in CommonOptionsAreValid()
86 OPTION_GE(parameter_tolerance, 0.0); in CommonOptionsAreValid()
103 OPTION_GE(min_relative_decrease, 0.0); in TrustRegionOptionsAreValid()
104 OPTION_GE(min_lm_diagonal, 0.0); in TrustRegionOptionsAreValid()
105 OPTION_GE(max_lm_diagonal, 0.0); in TrustRegionOptionsAreValid()
107 OPTION_GE(max_num_consecutive_invalid_steps, 0); in TrustRegionOptionsAreValid()
109 OPTION_GE(min_linear_solver_iterations, 1); in TrustRegionOptionsAreValid()
110 OPTION_GE(max_linear_solver_iterations, 1); in TrustRegionOptionsAreValid()
114 OPTION_GE(inner_iteration_tolerance, 0.0); in TrustRegionOptionsAreValid()
277 #undef OPTION_GE