Home
last modified time | relevance | path

Searched refs:spu_convts (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/spu/
H A Dintrinsics-3.c15 …vec_int4 out = spu_convts (in[0], 128); /* { dg-error "expects an integer literal in the range" "0… in f2()
36 vec_int4 out = spu_convts (in[0], n); in f6()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dlrintf.h44 return ((long int)spu_extract(spu_convts(spu_promote(x, 0), 0), 0)); in _lrintf()
H A Dcos_sin.h93 _ix = spu_convts(spu_mul(_x, spu_splats((float)M_FOUR_OVER_PI)), 0); \
112 _ix = spu_convts(fx, 0); \
H A Dlroundf.h52 out = spu_convts(spu_add(in, addend), 0); in _lroundf()
H A Dexpf4.h91 n = spu_convts(z,0); in _expf4()
H A Dexp2f4.h98 ix = spu_convts(spu_add(x, bias), 0); in _exp2f4()
H A Dexp2d2.h102 ix = spu_convts(vxf, 0); in _exp2d2()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Dlrintf.h44 return ((long int)spu_extract(spu_convts(spu_promote(x, 0), 0), 0)); in _lrintf()
H A Dcos_sin.h93 _ix = spu_convts(spu_mul(_x, spu_splats((float)M_FOUR_OVER_PI)), 0); \
112 _ix = spu_convts(fx, 0); \
H A Dlroundf.h52 out = spu_convts(spu_add(in, addend), 0); in _lroundf()
H A Dexpf4.h91 n = spu_convts(z,0); in _expf4()
H A Dexp2f4.h98 ix = spu_convts(spu_add(x, bias), 0); in _exp2f4()

1234567