Home
last modified time | relevance | path

Searched defs:rotate2 (Results 51 – 75 of 103) sorted by relevance

12345

/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
H A Dx-05.c28 static vector unsigned char rotate2 = {3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}; variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
H A Dx-05.c28 static vector unsigned char rotate2 = {3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}; variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
H A Dx-05.c28 static vector unsigned char rotate2 = {3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}; variable
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
H A Dx-05.c28 static vector unsigned char rotate2 = {3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/vmx/
H A Dx-04.c32 vector unsigned char rotate2 = ((vector unsigned char){3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}); in permute_128() local
H A Dx-05.c28 static vector unsigned char rotate2 = {3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}; variable
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dsha.cc118 BX_CPP_INLINE Bit32u sha256_transformation_rrr(Bit32u val_32, unsigned rotate1, unsigned rotate2, u… in sha256_transformation_rrr()
123 BX_CPP_INLINE Bit32u sha256_transformation_rrs(Bit32u val_32, unsigned rotate1, unsigned rotate2, u… in sha256_transformation_rrs()
/dports/lang/eisl/eisl-2.35/tests/
H A Dlisp99.lsp227 (defun rotate2 (x) function
/dports/science/jmol/jmol-14.32.7/src/javajs/util/
H A DM34.java110 public void rotate2(T3 t, T3 result) { in rotate2() method in M34
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbam/unittest/
H A DSystemUnitTest.h241 TEST_F(MoleculeAMUTest, rotate2) in TEST_F() argument
/dports/graphics/ptex/ptex-2.3.2/src/ptex/
H A DPtexTriangleKernel.h144 void rotate2() in rotate2() function
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DQGLView.cc417 void QGLView::rotate2(double x, double y, double z) in rotate2() function in QGLView
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DQGLView.cc417 void QGLView::rotate2(double x, double y, double z) in rotate2() function in QGLView
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbsam/unittest/
H A DSystemUnitTest.h265 TEST_F(MoleculeSAMUTest, rotate2) in TEST_F() argument
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_sha512.cpp276 const IR::U32 rotate2 = ir.RotateRight(rotate1, ir.Imm8(17)); in SM3PARTW2() local
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_sha512.cpp276 const IR::U32 rotate2 = ir.RotateRight(rotate1, ir.Imm8(17)); in SM3PARTW2() local
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsimd_sha512.cpp276 const IR::U32 rotate2 = ir.RotateRight(rotate1, ir.Imm8(17)); in SM3PARTW2() local

12345