Home
last modified time | relevance | path

Searched defs:upward (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuFloatFormat.cpp202 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()
/third_party/qrcodegen/typescript-javascript/
Dqrcodegen.ts414 const upward: boolean = ((right + 1) & 2) == 0; constant
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp548 bool upward = ((right + 1) & 2) == 0; in drawCodewords() local
/third_party/qrcodegen/rust/src/
Dlib.rs573 let upward: bool = (right + 1) & 2 == 0; in draw_codewords() localVariable
/third_party/qrcodegen/c/
Dqrcodegen.c587 bool upward = ((right + 1) & 2) == 0; in drawCodewords() local
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs659 let upward: bool = (right + 1) & 2 == 0; in draw_codewords() localVariable