Home
last modified time | relevance | path

Searched defs:positive (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/mpfr/src/
H A Dpow_si.c52 int positive = MPFR_IS_POS (x) || ((unsigned long) n & 1) == 0; in mpfr_pow_si() local
/dflybsd-src/usr.bin/calendar/
H A Dbasics.c382 bool positive; in format_zone() local
/dflybsd-src/usr.sbin/zic/
H A Dzic.c1096 int positive; in inleap() local
2357 leapadd(const zic_t t, const int positive, const int rolling, int count) in leapadd()