Searched defs:upward (Results 1 – 6 of 6) sorted by relevance
202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const in roundOut()326 double NormalizedFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const in roundOut()
414 const upward: boolean = ((right + 1) & 2) == 0; constant
548 bool upward = ((right + 1) & 2) == 0; in drawCodewords() local
573 let upward: bool = (right + 1) & 2 == 0; in draw_codewords() localVariable
587 bool upward = ((right + 1) & 2) == 0; in drawCodewords() local
659 let upward: bool = (right + 1) & 2 == 0; in draw_codewords() localVariable