Home
last modified time | relevance | path

Searched defs:RoundToNearest (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h280 RoundToNearest = 0x0, enumerator
291 RoundToNearest = 0x08, enumerator
/dports/www/firefox/firefox-99.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h280 RoundToNearest = 0x0, enumerator
291 RoundToNearest = 0x08, enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h280 RoundToNearest = 0x0, enumerator
291 RoundToNearest = 0x08, enumerator
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/conv-0.3.3/src/
H A Dlib.rs342 pub enum RoundToNearest {} enum
343 impl ApproxScheme for RoundToNearest {} implementation
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/x86-shared/
H A DConstants-x86-shared.h198 RoundToNearest = 0x0, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h280 RoundToNearest = 0x0, enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/x86-shared/
H A DConstants-x86-shared.h280 RoundToNearest = 0x0, enumerator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DConstants-x86-shared.h197 RoundToNearest = 0x0, enumerator
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/aztec/
H A DAZDetector.cpp35 static int RoundToNearest(T x) in RoundToNearest() function