Searched refs:y_ (Results 1 – 2 of 2) sorted by relevance
412 short y_; variable559 date::year y_; variable707 date::year y_; variable765 date::year y_; variable837 date::year y_; variable910 date::year y_; variable1696 CONSTCD11 inline year::year(int y) NOEXCEPT : y_(static_cast<decltype(y_)>(y)) {}1697 CONSTCD14 inline year& year::operator++() NOEXCEPT {++y_; return *this;}1699 CONSTCD14 inline year& year::operator--() NOEXCEPT {--y_; return *this;}1703 CONSTCD11 inline year year::operator-() const NOEXCEPT {return year{-y_};}[all …]
363 + vec4 y_ = floor(j - pParam.w * x_ ) ; // mod(j,N)366 + vec4 y = y_ *ns.x + ns.yyyy;