Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Datan.sollya13 mons = [|1,...,deg|];
14 for i from 0 to deg-1 do mons[i] = mons[i] * 2 + 1;
19 poly = fpminimax(atan(x)-x, mons, [|double ...|], [a;b]);
23 for i from 0 to deg-1 do coeff(poly,mons[i]);
/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c1392 int32_t mons, in ntpcal_edate_to_eradays() argument
1399 if (mons) { in ntpcal_edate_to_eradays()
1400 tmp = ntpcal_days_in_months(mons); in ntpcal_edate_to_eradays()
1421 int32_t mons, in ntpcal_edate_to_yeardays() argument
1427 if (0 <= mons && mons < 12) { in ntpcal_edate_to_yeardays()
1428 if (mons >= 2) in ntpcal_edate_to_yeardays()
1430 mdays += (489 * mons + 8) >> 4; in ntpcal_edate_to_yeardays()
1432 tmp = ntpcal_days_in_months(mons); in ntpcal_edate_to_yeardays()