Home
last modified time | relevance | path

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

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dlifting-container.h1080 tAcc.clear(); in nextdigit()
1081 tAcc.start(); in nextdigit()
1125 tAcc.stop(); in nextdigit()
1126 tApplyU+=tAcc; in nextdigit()
1127 tAcc.clear(); in nextdigit()
1128 tAcc.start(); in nextdigit()
1134 tAcc.stop(); in nextdigit()
1135 tApplyH+=tAcc; in nextdigit()
1136 tAcc.clear(); in nextdigit()
1137 tAcc.start(); in nextdigit()
[all …]
/dports/astro/gpsd/gpsd-3.20/
H A Ddriver_ubx.c1026 double tAcc; /* Time Accuracy Estimate in ns */ in ubx_msg_nav_timegps() local
1034 tAcc = (double)getleu32(buf, 12); /* tAcc in ms */ in ubx_msg_nav_timegps()
1035 session->newdata.ept = tAcc * 1e-9; in ubx_msg_nav_timegps()