Searched refs:t_lo (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/hpcmips/tx/
H A Dtx39clock.c71 uint32_t t_lo; member in struct:txtime
169 elapsed = t1.t_lo - t0.t_lo;
216 t->t_lo = reglo;
302 mytime = ((uint64_t)t.t_hi << 32) | (uint64_t)t.t_lo;
306 t.t_lo = (uint32_t)(mytime & 0xffffffff);
309 tx_conf_write(tc, TX39_TIMERALARMLO_REG, t.t_lo);
/netbsd-current/lib/libm/ld80/
H A Ds_exp2l.c274 long double t_lo = tbl[i0 + 1]; local
275 r = t_lo + (t_hi + t_lo) * z * (P1.extu_ld + z * (P2 + z * (P3 + z * (P4

Completed in 131 milliseconds