Home
last modified time | relevance | path

Searched +defs:V +defs:b +defs:r (Results 251 – 275 of 3727) sorted by relevance

1...<<11121314151617181920>>...150

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Dpr59501-5.c11 typedef double V __attribute__ ((vector_size (32))); typedef
22 foo (double *x, int a, int b, int c, int d, int e, int f, unsigned *y) in foo()
25 V r = { x[y[0]], x[y[1]], x[y[2]], x[y[3]] }; in foo() local
33 unsigned b[4] = { 5, 0, 15, 7 }; in TEST() local
/dports/math/gsl/gsl-2.7/randist/
H A Dbeta.c34 gsl_ran_beta (const gsl_rng * r, const double a, const double b) in gsl_ran_beta()
38 double U, V, X, Y; in gsl_ran_beta() local
72 gsl_ran_beta_pdf (const double x, const double a, const double b) in gsl_ran_beta_pdf()
/dports/security/scrypt/scrypt-1.3.1/lib/crypto/
H A Dcrypto_scrypt-ref.c83 #define R(a,b) (((a) << (b)) | ((a) >> (32 - (b)))) in salsa20_8() argument
127 blockmix_salsa8(uint8_t * B, uint8_t * Y, size_t r) in blockmix_salsa8()
157 integerify(uint8_t * B, size_t r) in integerify()
171 smix(uint8_t * B, size_t r, uint64_t N, uint8_t * V, uint8_t * XY) in smix()
219 uint8_t * V; in crypto_scrypt() local
221 size_t r = _r, p = _p; in crypto_scrypt() local
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DColor.h137 unsigned char r() const { return red(); } in r() function
139 unsigned char b() const { return blue(); } in b() function
179 double r = (double)(m_data[0]) / 255.; in to_hsv() local
181 double b = (double)(m_data[2]) / 255.; in to_hsv() local
200 double V = 100. * Cmax; in to_hsv() local
236 double r = 0, g = 0, b = 0; variable
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bool/kit/
H A DkitPerm.c113 int i, n, r; in Kit_PermCreateS() local
137 int i, s1, s2, r; in Kit_PermCreateP() local
161 static inline void Kit_PermCycleOne( shot * s, byte * b, int v ) in Kit_PermCycleOne()
180 static inline void Kit_PermCycleMany( shot * s, byte * b, int V, int v ) in Kit_PermCycleMany()
199 void Kit_PermCompute( word * o, word * i, int V ) in Kit_PermCompute()
282 int k, b; in Kit_PermComputeTest() local
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dmap.c64 GEN V, t = list_data(T); in mapdomain_shallow() local
84 GEN V, t = list_data(T); in maptomat_shallow() local
96 long b = (a+c)>>1; in treemap_i_r() local
107 long l = i+1, r = l + b - a, h; in treemap_i_r() local
174 long b, c; in treeinsert_r() local
208 long c = 0, r = treeinsert_r(T, x, 1, &c); in treeinsert() local
224 long b, c; in treedelete_r() local
272 long dead, l, r = treedelete_r(T, x, 1, &dead); in treedelete() local
300 mapput(GEN T, GEN a, GEN b) in mapput()
344 GEN V; in mapdomain() local
[all …]
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ax203/
H A Dax203_decode_yuv.c49 int x, y, r, g, b; in ax203_decode_block_yuv() local
51 int8_t U, V; in ax203_decode_block_yuv() local
96 int8_t U, V; in ax203_encode_block_yuv() local
115 int r = (gdTrueColorGetRed(p1) + gdTrueColorGetRed(p2) + in ax203_encode_block_yuv() local
119 int b = (gdTrueColorGetBlue(p1) + gdTrueColorGetBlue(p2) + in ax203_encode_block_yuv() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr83993.C6 const int b[5] = { 1, 2, 3, 4, 5 }; variable
39 constexpr const int *r = &o[3]; // { dg-error "array subscript value '3' is outside the bounds of … variable
40 struct S { char a; char b[]; } s; member
44 struct V { int a; }; argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dpr83993.C6 const int b[5] = { 1, 2, 3, 4, 5 }; variable
39 constexpr const int *r = &o[3]; // { dg-error "array subscript value '3' is outside the bounds of … variable
40 struct S { char a; char b[]; } s; member
44 struct V { int a; }; argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr83993.C6 const int b[5] = { 1, 2, 3, 4, 5 }; variable
39 constexpr const int *r = &o[3]; // { dg-error "array subscript value '3' is outside the bounds of … variable
40 struct S { char a; char b[]; } s; member
44 struct V { int a; }; struct
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr83993.C6 const int b[5] = { 1, 2, 3, 4, 5 }; variable
39 constexpr const int *r = &o[3]; // { dg-error "array subscript value '3' is outside the bounds of … variable
40 struct S { char a; char b[]; } s; member
44 struct V { int a; }; struct
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr83993.C6 const int b[5] = { 1, 2, 3, 4, 5 }; variable
39 constexpr const int *r = &o[3]; // { dg-error "array subscript value '3' is outside the bounds of … variable
40 struct S { char a; char b[]; } s; member
44 struct V { int a; }; argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dpr83993.C6 const int b[5] = { 1, 2, 3, 4, 5 }; variable
39 constexpr const int *r = &o[3]; // { dg-error "array subscript value '3' is outside the bounds of … variable
40 struct S { char a; char b[]; } s; member
44 struct V { int a; }; struct
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr83993.C6 const int b[5] = { 1, 2, 3, 4, 5 }; variable
39 constexpr const int *r = &o[3]; // { dg-error "array subscript value '3' is outside the bounds of … variable
40 struct S { char a; char b[]; } s; member
44 struct V { int a; }; struct
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dpr83993.C6 const int b[5] = { 1, 2, 3, 4, 5 }; variable
39 constexpr const int *r = &o[3]; // { dg-error "array subscript value '3' is outside the bounds of … variable
40 struct S { char a; char b[]; } s; member
44 struct V { int a; }; struct

1...<<11121314151617181920>>...150