Home
last modified time | relevance | path

Searched refs:PEx (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DAPFloat.cpp1899 IEEEFloat PEx = P; in remainder() local
1900 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1908 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1915 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1917 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1920 cmpResult result = VEx.compare(PEx); in remainder()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DAPFloat.cpp1898 IEEEFloat PEx = P; in remainder() local
1899 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1907 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1914 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1916 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1919 cmpResult result = VEx.compare(PEx); in remainder()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFloat.cpp1906 IEEEFloat PEx = P; in remainder() local
1907 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1915 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1922 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1924 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1927 cmpResult result = VEx.compare(PEx); in remainder()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DAPFloat.cpp1906 IEEEFloat PEx = P; in remainder() local
1907 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1915 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1922 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1924 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1927 cmpResult result = VEx.compare(PEx); in remainder()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPFloat.cpp1899 IEEEFloat PEx = P; in remainder() local
1900 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1908 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1915 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1917 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1920 cmpResult result = VEx.compare(PEx); in remainder()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DAPFloat.cpp1898 IEEEFloat PEx = P; in remainder() local
1899 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1907 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1914 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1916 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1919 cmpResult result = VEx.compare(PEx); in remainder()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1906 IEEEFloat PEx = P; in remainder() local
1907 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1915 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1922 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1924 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1927 cmpResult result = VEx.compare(PEx); in remainder()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DAPFloat.cpp1923 IEEEFloat PEx = P; in remainder() local
1924 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1932 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1939 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1941 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1944 cmpResult result = VEx.compare(PEx); in remainder()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFloat.cpp1906 IEEEFloat PEx = P; in remainder() local
1907 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1915 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1922 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1924 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1927 cmpResult result = VEx.compare(PEx); in remainder()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPFloat.cpp1899 IEEEFloat PEx = P; in remainder() local
1900 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1908 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1915 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1917 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1920 cmpResult result = VEx.compare(PEx); in remainder()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPFloat.cpp1906 IEEEFloat PEx = P; in remainder() local
1907 fs = PEx.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in remainder()
1915 if (VEx.compare(PEx) == cmpGreaterThan) { in remainder()
1922 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1924 fs = VEx.subtract(PEx, rmNearestTiesToEven); in remainder()
1927 cmpResult result = VEx.compare(PEx); in remainder()
/dports/security/suricata/suricata-6.0.4/suricata-update/tests/
H A Dsid-msg-v2.map11034 … 0 || ET DELETED Win32.PEx.C.91139756616/Win32.Zwangi-BU Checkin || url,threatcenter.crdf.fr/?More…
11042 …b1658d9163 || url,www.threatcenter.crdf.fr/?More&ID=46606&D=CRDF.Malware.Win32.PEx.Delphi.307674628
11043PEx.Delphi.1151005043 Post-infection Checkin || url,www.threatexpert.com/report.aspx?md5=b58485c9a…
11519 …door.Win32.PEx.942728546 Checkin || md5,25e9e3652e567e70fba00c53738bdf74 || url,threatcenter.crdf.…
/dports/science/smoldyn/smoldyn-2.67/examples/S94_archive/Andrews_2016/excluded volume/
H A DExcludedVolme.nb36733 PEx+GWYOj+KBb+oRJ2lzECzomuhjN4zbLXXlOudHIG84waovchrisiqeu/wO
/dports/math/gap/gap-4.11.0/grp/
H A Dclasmax.grp12147 ["+4w2,Q/FI@Ho_><nk-dn+c@TE7]@,2X>rA^muFM>Pkv\\R\\F4s;PEx:>QWmYuv_H*AtAo0ag1kBLmE:dk\\L:sO5ldc8<bf?…
/dports/security/hashcat-legacy/hashcat-legacy-2.00/salts/
H A Dbrute-vbulletin.salt436804 PEx