Home
last modified time | relevance | path

Searched refs:IsQuietNaN (Results 1 – 25 of 55) sorted by relevance

123

/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/
H A Dcxsc.C111 if (IsQuietNaN(RP_OBJ(f))) { return f; } \
117 if (IsQuietNaN(Re(CP_OBJ(f)))) { return f; } \
137 if (IsQuietNaN(Re(CP_OBJ(f)))) { return f; } \
372 bool IsQuietNaN(cxsc::complex &x) { in IsQuietNaN() function
373 return IsQuietNaN(Re(x)) || IsQuietNaN(Im(x)); } in IsQuietNaN()
374 bool IsQuietNaN(cxsc::interval &x) { in IsQuietNaN() function
375 return IsQuietNaN(Inf(x)) || IsQuietNaN(Sup(x)); } in IsQuietNaN()
376 bool IsQuietNaN(cxsc::cinterval &x) { in IsQuietNaN() function
377 return IsQuietNaN(Re(x)) || IsQuietNaN(Im(x)); } in IsQuietNaN()
378 Func1c_CXSC(ISNAN_CXSC,IsQuietNaN) in Func1c_CXSC() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/arm64/
H A Dutils-arm64.h94 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/www/node10/node-v10.24.1/deps/v8/src/arm64/
H A Dutils-arm64.h98 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/lang/v8/v8-9.6.180.12/src/codegen/arm64/
H A Dutils-arm64.h94 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/arm64/
H A Dutils-arm64.h94 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/www/gitea/gitea-1.16.5/vendor/github.com/x448/float16/
H A Dfloat16.go183 func (f Float16) IsQuietNaN() bool { func
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-assembler-arm64.cc9044 CHECK(IsQuietNaN(q1)); in TEST()
9045 CHECK(IsQuietNaN(q2)); in TEST()
9046 CHECK(IsQuietNaN(qa)); in TEST()
9126 CHECK(IsQuietNaN(q1)); in TEST()
9127 CHECK(IsQuietNaN(q2)); in TEST()
9128 CHECK(IsQuietNaN(qa)); in TEST()
14197 CHECK(IsQuietNaN(qn)); in TEST()
14270 CHECK(IsQuietNaN(qn)); in TEST()
14378 CHECK(IsQuietNaN(qn)); in TEST()
14379 CHECK(IsQuietNaN(qm)); in TEST()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/disas/libvixl/vixl/
H A Dutils.h150 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/disas/libvixl/vixl/
H A Dutils.h150 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/emulators/qemu-guest-agent/qemu-5.0.1/disas/libvixl/vixl/
H A Dutils.h150 inline bool IsQuietNaN(T num) { in CountLeadingSignBitsFallBack()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/arm64/vixl/
H A DUtils-vixl.h150 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/arm64/vixl/
H A DUtils-vixl.h150 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm64/vixl/
H A DUtils-vixl.h150 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/emulators/qemu/qemu-6.2.0/disas/libvixl/vixl/
H A Dutils.h157 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/emulators/qemu42/qemu-4.2.1/disas/libvixl/vixl/
H A Dutils.h157 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/emulators/qemu60/qemu-6.0.0/disas/libvixl/vixl/
H A Dutils.h157 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/emulators/qemu-utils/qemu-4.2.1/disas/libvixl/vixl/
H A Dutils.h157 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/emulators/qemu5/qemu-5.2.0/disas/libvixl/vixl/
H A Dutils.h157 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/disas/libvixl/vixl/
H A Dutils.h157 inline bool IsQuietNaN(T num) { in IsQuietNaN() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Evaluate/
H A Dreal.h77 constexpr bool IsQuietNaN() const { in IsQuietNaN() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h74 constexpr bool IsQuietNaN() const { in IsQuietNaN() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h73 constexpr bool IsQuietNaN() const { in IsQuietNaN() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h74 constexpr bool IsQuietNaN() const { in IsQuietNaN() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Evaluate/
H A Dreal.h73 constexpr bool IsQuietNaN() const { in IsQuietNaN() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Evaluate/
H A Dreal.h77 constexpr bool IsQuietNaN() const { in IsQuietNaN() function

123