/dports/math/stanmath/math-4.2.0/test/unit/math/rev/core/ |
H A D | gradable.hpp | 14 const Eigen::Matrix<double, Eigen::Dynamic, 1>& g_expected) in gradable() 15 : x_(x), f_(f), g_expected_(g_expected) {} in gradable() 48 Matrix<double, 1, Dynamic> g_expected(12); in setup_quad_form() local 49 g_expected << 322, 440, 616, 4, 6, 10, 6, 9, 15, 10, 15, 25; in setup_quad_form() 51 return gradable(x, f, g_expected); in setup_quad_form() 61 Eigen::Matrix<double, Eigen::Dynamic, 1> g_expected(2); in setup_simple() local 62 g_expected << 14, 6; in setup_simple() 63 return gradable(x, f, g_expected); in setup_simple()
|
H A D | scoped_chainablestack_test.cpp | 113 Eigen::Matrix<double, Eigen::Dynamic, 1> g_expected(2); in TEST_F() local 114 g_expected << 2 * bval, 2 * aval; in TEST_F() 115 gradable g_out(x, f, g_expected); in TEST_F()
|
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.0/ |
H A D | bound-resource-limits.c | 249 static GLfloat *g_expected; variable 1024 g_expected[(i * MAX_COMPONENTS) + 1], in piglit_display() 1025 g_expected[(i * MAX_COMPONENTS) + 2], in piglit_display() 1026 g_expected[(i * MAX_COMPONENTS) + 3], in piglit_display() 1275 if (NULL == g_expected) { in piglit_init() 1313 g_expected[i] = g_primes[i]; in piglit_init() 1315 g_expected[i] = 1.0; in piglit_init() 1330 g_expected[(i * MAX_COMPONENTS) + 0], in piglit_init() 1331 g_expected[(i * MAX_COMPONENTS) + 1], in piglit_init() 1332 g_expected[(i * MAX_COMPONENTS) + 2], in piglit_init() [all …]
|
/dports/security/modsecurity3/modsecurity-v3.0.5/others/libinjection/src/ |
H A D | testdriver.c | 13 static char g_expected[8096]; variable 157 g_expected[0] = '\0'; in read_file() 168 bufptr = g_expected; in read_file() 180 g_expected[modp_rtrim(g_expected, strlen(g_expected))] = '\0'; in read_file() 242 if (strcmp(g_expected, g_actual) != 0) { in read_file() 244 printf("EXPECTED: \n%s\n==\n", g_expected); in read_file()
|
/dports/www/nginx-naxsi/naxsi-1.3/naxsi_src/ext/libinjection/ |
H A D | testdriver.c | 13 static char g_expected[8096]; variable 157 g_expected[0] = '\0'; in read_file() 168 bufptr = g_expected; in read_file() 180 g_expected[modp_rtrim(g_expected, strlen(g_expected))] = '\0'; in read_file() 242 if (strcmp(g_expected, g_actual) != 0) { in read_file() 244 printf("EXPECTED: \n%s\n==\n", g_expected); in read_file()
|
/dports/www/nginx-full/naxsi-1.3/naxsi_src/ext/libinjection/ |
H A D | testdriver.c | 13 static char g_expected[8096]; variable 157 g_expected[0] = '\0'; in read_file() 168 bufptr = g_expected; in read_file() 180 g_expected[modp_rtrim(g_expected, strlen(g_expected))] = '\0'; in read_file() 242 if (strcmp(g_expected, g_actual) != 0) { in read_file() 244 printf("EXPECTED: \n%s\n==\n", g_expected); in read_file()
|
/dports/graphics/geos/geos-3.9.1/tests/unit/simplify/ |
H A D | TopologyPreservingSimplifierTest.cpp | 129 GeomPtr g_expected(wktreader.read(wkt_expected)); in test() local 130 ensure(g_expected->equalsExact(simplified.get())); in test() 190 GeomPtr g_expected(wktreader.read(wkt_expected)); in test() local 192 ensure(g_expected->equalsExact(simplified.get())); in test() 223 GeomPtr g_expected(wktreader.read(wkt)); in test() local 229 ensure(g_expected->equalsExact(simplified.get())); in test()
|
/dports/devel/libgit2/libgit2-1.3.0/tests/threads/ |
H A D | refdb.c | 6 static int g_expected = 0; variable 55 if (g_expected > 0) in iterate_refs() 56 cl_assert_equal_i(g_expected, count); in iterate_refs() 179 g_expected = -1; in test_threads_refdb__edit_while_iterate()
|
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/check/elements/ |
H A D | videotestsrc.c | 154 guint32 b_mask, guint32 a_mask, guint8 r_expected, guint8 g_expected, in check_rgb_buf() argument 191 g_expected = fix_expected_colour (g_mask, g_expected); in check_rgb_buf() 197 fail_unless (green == g_expected, "GREEN: expected 0x%02x, found 0x%02x", in check_rgb_buf() 198 g_expected, green); in check_rgb_buf() 228 guint8 g_expected; in GST_START_TEST() member 344 test_patterns[p].g_expected, test_patterns[p].b_expected, in GST_START_TEST()
|
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/tests/ |
H A D | t_usefulness.rs | 17 let g_expected = f32x4::from([0.0, 255.0, 0.0, 0.0]); in unpack_modify_and_repack_rgba_values() localVariable 21 assert_eq!(g_expected, g_actual); in unpack_modify_and_repack_rgba_values()
|
/dports/devel/sparsehash/sparsehash-sparsehash-2.0.4/src/ |
H A D | sparsetable_unittest.cc | 671 static const char g_expected[] = ( variable 968 const size_t r = sizeof(g_expected) - 1; in main() 970 memcmp(outbuf, g_expected, r) ) { // or bytes differed in main() 972 g_expected, outbuf); in main()
|
/dports/math/py-theano/Theano-1.0.5/theano/tests/ |
H A D | test_gradient.py | 508 g_expected = theano.tensor.scalar() 510 g_grad = theano.gradient.grad(cost=None, known_grads={x: g_expected}, wrt=x) 512 f = theano.function([g_expected], g_grad)
|