Home
last modified time | relevance | path

Searched +defs:R +defs:d +defs:t (Results 1 – 25 of 3918) sorted by relevance

12345678910>>...157

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/factor/QR/
H A DExplicit.hpp27 Matrix<F> t; in Explicit() local
28 Matrix<Base<F>> d; in Explicit() local
44 DistMatrix<F,MD,STAR> t(g); in Explicit() local
45 DistMatrix<Base<F>,MD,STAR> d(g); in Explicit() local
56 Explicit( Matrix<F>& A, Matrix<F>& R, bool colPiv=false ) in Explicit()
60 Matrix<Base<F>> d; in Explicit() local
80 DistMatrix<F,MD,STAR> t(g); in Explicit() local
81 DistMatrix<Base<F>,MD,STAR> d(g); in Explicit() local
97 Explicit( Matrix<F>& A, Matrix<F>& R, Matrix<Int>& pPerm ) in Explicit()
101 Matrix<Base<F>> d; in Explicit() local
[all …]
/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/crypto/
H A Dsha1.c49 #define F0(b, c, d) (d ^ (b & (c ^ d))) argument
50 #define F1(b, c, d) (b ^ c ^ d) argument
51 #define F2(b, c, d) ((b & c) | (b & d) | (c & d)) argument
52 #define F3(b, c, d) (b ^ c ^ d) argument
55 #define SHA1R0(t) SHA1OP(t, F0, 0x5a827999) argument
56 #define SHA1R1(t) SHA1OP(t, F1, 0x6ed9eba1) argument
57 #define SHA1R2(t) SHA1OP(t, F2, 0x8f1bbcdc) argument
61 #define R4(R, t) R(t+0); R(t+1); R(t+2); R(t+3) argument
62 #define R16(R, t) R4(R, t+0); R4(R, t+4); R4(R, t+8); R4(R, t+12) argument
63 #define R20(R, t) R16(R, t+0); R4(R, t+16) argument
[all …]
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dhomography_matrix_test.cc52 std::vector<Eigen::Matrix3d> R; in BOOST_AUTO_TEST_CASE() local
53 std::vector<Eigen::Vector3d> t; in BOOST_AUTO_TEST_CASE() local
103 Eigen::Matrix3d R; in BOOST_AUTO_TEST_CASE() local
104 Eigen::Vector3d t; in BOOST_AUTO_TEST_CASE() local
118 const Eigen::Matrix3d R = Eigen::Matrix3d::Identity(); in BOOST_AUTO_TEST_CASE() local
119 const Eigen::Vector3d t(0, 0, 0); in BOOST_AUTO_TEST_CASE() local
121 const double d = 1; in BOOST_AUTO_TEST_CASE() local
129 const Eigen::Matrix3d R = Eigen::Matrix3d::Identity(); in BOOST_AUTO_TEST_CASE() local
130 const Eigen::Vector3d t(1, 0, 0); in BOOST_AUTO_TEST_CASE() local
132 const double d = 1; in BOOST_AUTO_TEST_CASE() local
/dports/graphics/blender/blender-2.91.0/intern/libmv/libmv/multiview/
H A Dfundamental_test.cc77 TwoViewDataSet d = TwoRealisticCameras(); in TEST() local
89 TwoViewDataSet d = TwoRealisticCameras(); in TEST() local
94 Mat3 R; in TEST() local
95 Vec3 t; in TEST() local
113 TwoViewDataSet d = TwoRealisticCameras(); in TEST() local
118 Mat3 R; in TEST() local
119 Vec3 t; in TEST() local
139 TwoViewDataSet d = TwoRealisticCameras(); in TEST() local
144 Mat3 R; in TEST() local
145 Vec3 t; in TEST() local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c26 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
59 NOIPA void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
396 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
399 NOIPA void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
427 NOIPA void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c26 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
59 NOIPA void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
396 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
399 NOIPA void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
427 NOIPA void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c26 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
59 NOIPA void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
396 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
399 NOIPA void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
427 NOIPA void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c26 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
59 NOIPA void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
396 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
399 NOIPA void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
427 NOIPA void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c23 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
56 void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
187 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
209 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
304 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
327 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
354 void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
393 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
396 void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
424 void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c26 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
59 NOIPA void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
396 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
399 NOIPA void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
427 NOIPA void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c26 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
59 NOIPA void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
396 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
399 NOIPA void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
427 NOIPA void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-sprintf-warn-3.c26 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
59 NOIPA void test_sprintf_chk_string (const char *s, const char *t) in test_sprintf_chk_string()
190 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_schar() macro
212 #define R(min, max) range_schar (min, max) in test_sprintf_chk_range_schar() macro
307 #define R(min, max) range_sint (min, max) in test_sprintf_chk_range_sint() macro
330 #define R(min, max) range_uint (min, max) in test_sprintf_chk_range_uint() macro
357 NOIPA void test_too_large (char *d, int x, __builtin_va_list va) in test_too_large()
396 #define TEST_SPRINTF(d, maxsize, objsize, fmt, ...) \ argument
399 NOIPA void test_sprintf_malloc (const char *s, const char *t) in test_sprintf_malloc()
427 NOIPA void test_sprintf_alloca (const char *s, const char *t) in test_sprintf_alloca()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/testsuite/libgomp.c++/
H A Dmember-7.C5 int c, d, e; variable
6 struct R { R () {}; ~R () {}; int r; }; in R() function
8 struct T { T () : t(d) {}; virtual ~T () {}; Q t; }; in T() member
13 take (int &a, int &b, int &c, int &d) in take()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.c++/
H A Dmember-7.C5 int c, d, e; variable
6 struct R { R () {}; ~R () {}; int r; }; in R() function
8 struct T { T () : t(d) {}; virtual ~T () {}; Q t; }; in T() member
13 take (int &a, int &b, int &c, int &d) in take()
/dports/lang/gcc8/gcc-8.5.0/libgomp/testsuite/libgomp.c++/
H A Dmember-7.C5 int c, d, e; variable
6 struct R { R () {}; ~R () {}; int r; }; in R() struct
8 struct T { T () : t(d) {}; virtual ~T () {}; Q t; }; in T() member
13 take (int &a, int &b, int &c, int &d) in take()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.c++/
H A Dmember-7.C5 int c, d, e; variable
6 struct R { R () {}; ~R () {}; int r; }; in R() argument
8 struct T { T () : t(d) {}; virtual ~T () {}; Q t; }; in T() member
13 take (int &a, int &b, int &c, int &d) in take()
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.c++/
H A Dmember-7.C5 int c, d, e; variable
6 struct R { R () {}; ~R () {}; int r; }; in R() struct
8 struct T { T () : t(d) {}; virtual ~T () {}; Q t; }; in T() member
13 take (int &a, int &b, int &c, int &d) in take()

12345678910>>...157