Home
last modified time | relevance | path

Searched refs:c_ref (Results 76 – 100 of 394) sorted by relevance

12345678910>>...16

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/22_locale/codecvt/out/char/
H A D1.cc39 char* c_ref = new char[size];
49 memset(c_ref, 'X', size);
56 VERIFY( !memcmp(c_arr, c_ref, size) );
61 delete [] c_ref;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/22_locale/codecvt/in/char/
H A D1.cc39 char* c_ref = new char[size]; in test01() local
49 memset(c_ref, 'X', size); in test01()
56 VERIFY( !memcmp(c_arr, c_ref, size) ); in test01()
61 delete [] c_ref; in test01()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/22_locale/codecvt/in/char/
H A D1.cc39 char* c_ref = new char[size]; in test01() local
49 memset(c_ref, 'X', size); in test01()
56 VERIFY( !memcmp(c_arr, c_ref, size) ); in test01()
61 delete [] c_ref; in test01()
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/22_locale/codecvt/out/char/
H A D1.cc39 char* c_ref = new char[size]; in test01() local
49 memset(c_ref, 'X', size); in test01()
56 VERIFY( !memcmp(c_arr, c_ref, size) ); in test01()
61 delete [] c_ref; in test01()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/22_locale/codecvt/out/char/
H A D1.cc39 char* c_ref = new char[size]; in test01() local
49 memset(c_ref, 'X', size); in test01()
56 VERIFY( !memcmp(c_arr, c_ref, size) ); in test01()
61 delete [] c_ref; in test01()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
29 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
31 c_ref[i] = UN_OP (a[i]); in check_pop()
50 if (memcmp (c, c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
29 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
31 c_ref[i] = UN_OP (a[i]); in check_pop()
52 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
30 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
32 c_ref[i] = UN_OP (a[i]); in check_pop()
53 if (memcmp (c, (void *) c_ref, SIZE * sizeof (TYPE))) in avx2_test()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/i386/
H A Davx2-vpop-check.h8 volatile TYPE c_ref[SIZE]; variable
29 c_ref[i] = BIN_OP (a[i], b[i]); in check_pop()
31 c_ref[i] = UN_OP (a[i]); in check_pop()
50 if (memcmp (c, c_ref, SIZE * sizeof (TYPE))) in avx2_test()

12345678910>>...16