Home
last modified time | relevance | path

Searched refs:test_signed (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/devel/pegtl/PEGTL-3.0.0/src/test/pegtl/
H A Dcontrib_integer.cpp49 void test_signed( const std::string& i ) in test_signed() function
65 void test_signed( const S s ) in test_signed() function
114 test_signed< signed char >( "" ); in unit_test()
115 test_signed< signed char >( "-" ); in unit_test()
116 test_signed< signed char >( "+" ); in unit_test()
117 test_signed< signed char >( "a" ); in unit_test()
119 test_signed< signed char >( "--0" ); in unit_test()
120 test_signed< signed char >( "++0" ); in unit_test()
121 test_signed< signed char >( "-+0" ); in unit_test()
126 test_signed< signed char >( "000" ); in unit_test()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gpu_shader5/execution/built-in-functions/
H A Dfs-bitfieldExtract.shader_test12 uniform bool test_signed;
26 if (test_signed && iextract != bitfieldExtract(iinput, offset, bits))
39 uniform int test_signed 1
45 uniform int test_signed 0
57 uniform int test_signed 1
64 uniform int test_signed 0
73 uniform int test_signed 1
83 uniform int test_signed 1
93 uniform int test_signed 0
103 uniform int test_signed 1
[all …]
H A Dvs-bitfieldExtract.shader_test11 uniform bool test_signed;
26 if (test_signed && iextract != bitfieldExtract(iinput, offset, bits))
48 uniform int test_signed 1
54 uniform int test_signed 0
66 uniform int test_signed 1
73 uniform int test_signed 0
82 uniform int test_signed 1
92 uniform int test_signed 1
102 uniform int test_signed 0
112 uniform int test_signed 1
[all …]
H A Dfs-bitfieldInsert.shader_test12 uniform bool test_signed;
28 if (test_signed && iresult != bitfieldInsert(ibase, iinsert, offset, bits))
31 else if (!test_signed && uresult != bitfieldInsert(ubase, uinsert, offset, bits))
41 uniform int test_signed 1
48 uniform int test_signed 0
59 uniform int test_signed 1
70 uniform int test_signed 0
81 uniform int test_signed 1
92 uniform int test_signed 0
103 uniform int test_signed 1
[all …]
H A Dvs-bitfieldInsert.shader_test11 uniform bool test_signed;
28 if (test_signed && iresult != bitfieldInsert(ibase, iinsert, offset, bits))
31 else if (!test_signed && uresult != bitfieldInsert(ubase, uinsert, offset, bits))
50 uniform int test_signed 1
57 uniform int test_signed 0
68 uniform int test_signed 1
79 uniform int test_signed 0
90 uniform int test_signed 1
101 uniform int test_signed 0
112 uniform int test_signed 1
[all …]
H A Dfs-findMSB.shader_test11 uniform bool test_signed;
21 if (test_signed && msb != findMSB(iinput))
24 else if (!test_signed && msb != findMSB(uinput))
31 uniform int test_signed 1
37 uniform int test_signed 0
44 uniform int test_signed 1
68 uniform int test_signed 0
82 uniform int test_signed 1
H A Dvs-findMSB.shader_test11 uniform bool test_signed;
22 if (test_signed && msb != findMSB(iinput))
25 else if (!test_signed && msb != findMSB(uinput))
41 uniform int test_signed 1
47 uniform int test_signed 0
54 uniform int test_signed 1
78 uniform int test_signed 0
92 uniform int test_signed 1
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/mesa_shader_integer_functions/execution/built-in-functions/
H A Dvs-bitfieldExtract.shader_test11 uniform bool test_signed;
26 if (test_signed && iextract != bitfieldExtract(iinput, offset, bits))
48 uniform int test_signed 1
54 uniform int test_signed 0
66 uniform int test_signed 1
73 uniform int test_signed 0
82 uniform int test_signed 1
92 uniform int test_signed 1
102 uniform int test_signed 0
112 uniform int test_signed 1
[all …]
H A Dfs-bitfieldExtract.shader_test12 uniform bool test_signed;
26 if (test_signed && iextract != bitfieldExtract(iinput, offset, bits))
39 uniform int test_signed 1
45 uniform int test_signed 0
57 uniform int test_signed 1
64 uniform int test_signed 0
73 uniform int test_signed 1
83 uniform int test_signed 1
93 uniform int test_signed 0
103 uniform int test_signed 1
[all …]
H A Dfs-bitfieldInsert.shader_test12 uniform bool test_signed;
28 if (test_signed && iresult != bitfieldInsert(ibase, iinsert, offset, bits))
31 else if (!test_signed && uresult != bitfieldInsert(ubase, uinsert, offset, bits))
41 uniform int test_signed 1
48 uniform int test_signed 0
59 uniform int test_signed 1
70 uniform int test_signed 0
81 uniform int test_signed 1
92 uniform int test_signed 0
103 uniform int test_signed 1
[all …]
H A Dvs-bitfieldInsert.shader_test11 uniform bool test_signed;
28 if (test_signed && iresult != bitfieldInsert(ibase, iinsert, offset, bits))
31 else if (!test_signed && uresult != bitfieldInsert(ubase, uinsert, offset, bits))
50 uniform int test_signed 1
57 uniform int test_signed 0
68 uniform int test_signed 1
79 uniform int test_signed 0
90 uniform int test_signed 1
101 uniform int test_signed 0
112 uniform int test_signed 1
[all …]
H A Dfs-findMSB.shader_test11 uniform bool test_signed;
21 if (test_signed && msb != findMSB(iinput))
24 else if (!test_signed && msb != findMSB(uinput))
31 uniform int test_signed 1
37 uniform int test_signed 0
44 uniform int test_signed 1
68 uniform int test_signed 0
82 uniform int test_signed 1
H A Dvs-findMSB.shader_test11 uniform bool test_signed;
22 if (test_signed && msb != findMSB(iinput))
25 else if (!test_signed && msb != findMSB(uinput))
41 uniform int test_signed 1
47 uniform int test_signed 0
54 uniform int test_signed 1
78 uniform int test_signed 0
92 uniform int test_signed 1
/dports/cad/yosys/yosys-yosys-0.12/tests/various/
H A Dsigned.ys4 module test_signed();
13 module test_signed();
23 module test_signed();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
H A Dto_wstring.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
H A Dto_wstring.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/strings/string.conversions/
H A Dto_string.pass.cpp30 test_signed() in test_signed() function
113 test_signed<int>(); in main()
114 test_signed<long>(); in main()
115 test_signed<long long>(); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/strings/string.conversions/
H A Dto_wstring.pass.cpp30 test_signed() in test_signed() function
119 test_signed<int>(); in main()
120 test_signed<long>(); in main()
121 test_signed<long long>(); in main()
H A Dto_string.pass.cpp30 test_signed() in test_signed() function
119 test_signed<int>(); in main()
120 test_signed<long>(); in main()
121 test_signed<long long>(); in main()

12345678910>>...14