Home
last modified time | relevance | path

Searched defs:halfwayValue (Results 1 – 7 of 7) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DNormalFloat.h112 const UIntType halfwayValue = UIntType(1) << (shift - 1); in T() local
226 const UIntType halfwayValue = UIntType(1) << (shift - 1); variable
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DNormalFloat.h112 const UIntType halfwayValue = UIntType(1) << (shift - 1); in T() local
226 const UIntType halfwayValue = UIntType(1) << (shift - 1); variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/__support/FPUtil/
H A DNormalFloat.h112 const UIntType halfwayValue = UIntType(1) << (shift - 1); in T() local
226 const UIntType halfwayValue = UIntType(1) << (shift - 1); variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DNormalFloat.h112 const UIntType halfwayValue = UIntType(1) << (shift - 1); in T() local
226 const UIntType halfwayValue = UIntType(1) << (shift - 1); variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DNormalFloat.h112 const UIntType halfwayValue = UIntType(1) << (shift - 1); in T() local
226 const UIntType halfwayValue = UIntType(1) << (shift - 1); variable
/dports/databases/libgda5/libgda-5.2.10/po/
H A Dbs.po112 msgstr "Nepoznata greška"
113
114 #: ../control-center/dsn-properties-dialog.c:266
227 msgid "No detail"
228 msgstr "Nema detalja"
/dports/finance/prestashop/prestashop/vendor/prestashop/decimal/src/Operation/
H A DRounding.php370 private function roundHalf(DecimalNumber $number, $precision, $halfwayValue)