Searched refs:expected1 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Docclusion-query.c13 static int expected1 = (int) ((300 * 0.9) * (300 * 0.9)); variable in typeref:typename:int
153 int expected1_min = (int) (expected1 * 0.95);
154 int expected1_max = (int) (expected1 * 1.05);
192 printf(" Failure: result1 should be near %d\n", expected1);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Docclusion-query.c14 static int expected1 = (int) ((300 * 0.9) * (300 * 0.9)); variable in typeref:typename:int
154 int expected1_min = (int) (expected1 * 0.95);
155 int expected1_max = (int) (expected1 * 1.05);
194 printf(" Failure: result1 should be near %d\n", expected1);
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_buffer_test.c95 uint8_t expected1[] = { 0xad, 0xde, 0xef, 0xbe }; local in function:emit_bits
96 ASSERT_BLOB_DATA(&buf, expected1);
/xsrc/external/mit/ctwm/dist/tests/layout/
H A Dtest_layout.c220 int linenum, buf_size, expected1, expected2, errors; local in function:read_test_from_file
426 func_buf, &expected1, &expected2) == 3) {
444 if(got1 != expected1 || got2 != expected2) {
450 expected1, expected2);
459 else if(sscanf(line, "%31s %d", func_buf, &expected1) == 2) {
483 if(got != expected1) {
489 expected1);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler_test.cpp162 const uint32_t expected1[] = { local in function:TEST_F
168 EXPECT_EQ(g1[i], expected1[i]);
193 const uint32_t expected1[] = { local in function:TEST_F
199 EXPECT_EQ(g1[i], expected1[i]);

Completed in 6 milliseconds