HomeSort by: relevance | last modified time | path
    Searched refs:tow (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/locale/
iswctype_mb.c 85 tow##name##_l(wint_t wc, locale_t loc) \
95 tow##name(wint_t wc) \
97 return tow##name##_l(wc, _current_locale()); \
  /src/external/bsd/ntp/dist/ntpd/
refclock_palisade.c 547 long tow; local
865 tow = getlong((u_char *) &mb(1));
869 printf("TOW: %ld\n", tow);
907 printf("GPS TOW: %ld\n", (long)getlong((u_char *) &mb(0)));
934 tow = (long)getsingle((u_char *) &mb(0));
945 /* Get date & time from WN & ToW minus offset */
952 wd = gpscal_from_gpsweek((wn % 1024), (int32_t)tow, ugo);
963 printf("GPS TOW: %ld\n", tow);
    [all...]
refclock_ripencc.c 355 short rpt_0x8F0B (TSIPPKT *rpt, unsigned short *event, double *tow,
1606 double tow; local
1617 tow = bGetDouble(&buf[3]);
1619 if (tow == -1.0) {
1622 else if ((tow >= 604800.0) || (tow < 0.0)) {
1627 if (tow < 604799.9) tow = tow + .00000001;
1628 second = (unsigned int) fmod(tow, 60.)
3232 double tow = 0; local
4488 tow, local
    [all...]
refclock_oncore.c 2518 int subframe, valid, page, i, j, tow; local
2543 tow = (buf[7+4]<<16) + (buf[7+5]<<8) + buf[7+6];
2544 tow >>= 7;
2545 tow = tow & 0377777;
2546 tow <<= 2;
2547 instance->Bl.DN = tow/57600L + 1;
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 5029 REAL_VALUE_TYPE c2alt, tow;
5031 tow = dconst0;
5033 real_inf (&tow);
5034 real_nextafter (&c2alt, fmt, &c2, &tow);

Completed in 40 milliseconds