Home
last modified time | relevance | path

Searched refs:s2_0 (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/p5-Math-Int64/Math-Int64-0.54/t/
H A Ddie_on_overflow.t30 my $s2_0 = int64(1);
31 my $ns2_0 = -$s2_0;
88 test_no_overflow { $s2_0 << 64 } 'overflow - left shift 1 << 64, signed';
89 test_no_overflow { $s2_0 << 63 } 'overflow - left shift 1 << 63, signed';
90 test_no_overflow { $s2_0 << 62 } 'overflow - left shift 1 << 62, signed';
132 test_no_overflow { $s2_0 << 64 } 'no overflow - left shift 1 << 64, signed';
133 test_no_overflow { $s2_0 << 63 } 'no overflow - left shift 1 << 63, signed';
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/multimedia/libvpx/libvpx-1.11.0/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h113 const int16x8_t s2_0 = vec_mergeh(s1_0, s1_4); in transpose_8x8() local
123 b[0] = vec_mergeh(s2_0, s2_4); in transpose_8x8()
124 b[1] = vec_mergel(s2_0, s2_4); in transpose_8x8()
/dports/science/tinker/tinker/source/
H A Dhybrid.f523 real*8 s1_0,s2_0,s3_0
588 s2_0 = 0.0d0
599 s2_0 = ti2(2,j)
613 s2_0 = ti2(2,j)
698 if (s2_0 .eq. 0.0d0) s2_0 = s2_1
772 real*8 s1_0,s2_0,s3_0
826 s2_0 = 0.0d0
840 s2_0 = t2(2,j)
857 s2_0 = t2(2,j)
946 if (s2_0 .eq. 0.0d0) s2_0 = s2_1
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; struct
72 struct s2_1 : s2_0 { };
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; struct
72 struct s2_1 : s2_0 { };
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; argument
72 struct s2_1 : s2_0 { };
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; struct
72 struct s2_1 : s2_0 { };
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; struct
72 struct s2_1 : s2_0 { };
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dx86_32-arguments.cpp71 struct s2_0 { double x; }; struct
72 struct s2_1 : s2_0 { };

12