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

/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dop-4.h593 UWtype _t0, _t1, _t2; \
594 _t0 = x0, _t1 = x1, _t2 = x2; \
595 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y1, y0); \
602 UWtype _t0, _t1, _t2, _t3; \
603 _t0 = x0, _t1 = x1, _t2 = x2, _t3 = x3; \
604 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c363 int_fast64_t _t1 = t1; local
369 return _t1 - _t0 == SECSPERREPEAT;

Completed in 109 milliseconds