Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h412 short y_; variable
559 date::year y_; variable
707 date::year y_; variable
765 date::year y_; variable
837 date::year y_; variable
910 date::year y_; variable
1696 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 …]
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch363 + vec4 y_ = floor(j - pParam.w * x_ ) ; // mod(j,N)
366 + vec4 y = y_ *ns.x + ns.yyyy;