Home
last modified time | relevance | path

Searched refs:y_adj (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c1026 const uint32_t y_adj = y + year_base - carry; in jsondec_epochdays() local
1028 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()
/external/arm-optimized-routines/math/tools/
Dremez.jl699 y_adj = y - currsign * e / w(x,y)
704 matrix[i,1+n+j] = -x^j * y_adj
706 vector[i] = y_adj
/external/llvm-project/libc/AOR_v20.02/math/tools/
Dremez.jl700 y_adj = y - currsign * e / w(x,y)
705 matrix[i,1+n+j] = -x^j * y_adj
707 vector[i] = y_adj