Home
last modified time | relevance | path

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

/dports/devel/dep/dep-0.5.4/gps/verify/
H A Dlocksat_test.go158 gotsat := lsat.unsatTypes()
159 if fix.sat & ^gotsat != 0 {
160 t.Errorf("wanted unsat in some dimensions that were satisfied: %s", fix.sat & ^gotsat)
162 if gotsat & ^fix.sat != 0 {
163 t.Errorf("wanted sat in some dimensions that were unsatisfied: %s", gotsat & ^fix.sat)
/dports/math/gretl/gretl-2021d/lib/src/
H A Dcalendar.c1167 int gotsat = 0, gotsun = 0; in guess_daily_pd() local
1180 gotsat = 1; in guess_daily_pd()
1188 if (gotsat && gotsun) { in guess_daily_pd()
1192 else if (gotsat) pd = 6; in guess_daily_pd()
1194 if (!gotsun && !gotsat) { in guess_daily_pd()
1199 } else if (havesat && !gotsat) { in guess_daily_pd()