Searched refs:y_adj (Results 1 – 3 of 3) sorted by relevance
1026 const uint32_t y_adj = y + year_base - carry; in jsondec_epochdays() local1028 const uint32_t leap_days = y_adj / 4 - y_adj / 100 + y_adj / 400; in jsondec_epochdays()1029 return y_adj * 365 + leap_days + month_days + (d - 1) - 2472632; in jsondec_epochdays()
699 y_adj = y - currsign * e / w(x,y)704 matrix[i,1+n+j] = -x^j * y_adj706 vector[i] = y_adj
700 y_adj = y - currsign * e / w(x,y)705 matrix[i,1+n+j] = -x^j * y_adj707 vector[i] = y_adj