Searched refs:fOK (Results 1 – 1 of 1) sorted by relevance
33 bool ok() const { return fOK; } in ok()34 explicit operator bool() const { return fOK; }42 fOK &= result >= x; in add()52 fOK = false; in addInt()55 fOK = false; in addInt()79 fOK &= result >> 32 == 0; in mul32()99 fOK &= (hx_hy + (hx_ly >> 32) + (lx_hy >> 32)) == 0; in mul64()104 bool fOK = true; variable