Home
last modified time | relevance | path

Searched refs:test_short (Results 1 – 25 of 148) sorted by relevance

123456

/dports/devel/bglibs/bglibs-2.04/sys/
H A Dtryunaligned.c1 int test_short(char* ptr);
9 return (test_short(ptr) + in main()
14 int test_short(char* ptr) { return ++*((unsigned short*)ptr); } in test_short() function
/dports/x11-themes/papirus-icon-theme/papirus-icon-theme-20211201/
H A DMakefile50 test: test_short
53 test-all: test_short test_long
55 .PHONY: test_short
56 test_short: test_renderer test_optimization test_svg_elems test_symlinks test_filenames target
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dctruthtests.pyx40 def test_short(short i): function
42 >>> test_short(0)
44 >>> test_short(1)
H A Dc_int_types_T255.pyx142 def test_short(short x): function
144 >>> test_short(SHORT_MIN-1) #doctest: +ELLIPSIS
148 >>> test_short(SHORT_MIN) == SHORT_MIN
150 >>> test_short(-1)
152 >>> test_short(0)
154 >>> test_short(1)
156 >>> test_short(SHORT_MAX) == SHORT_MAX
158 >>> test_short(SHORT_MAX+1) #doctest: +ELLIPSIS
206 >>> test_short(SSHORT_MAX+1) #doctest: +ELLIPSIS
778 test_short, test_add_short,
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dctruthtests.pyx40 def test_short(short i): function
42 >>> test_short(0)
44 >>> test_short(1)
H A Dc_int_types_T255.pyx142 def test_short(short x): function
144 >>> test_short(SHORT_MIN-1) #doctest: +ELLIPSIS
148 >>> test_short(SHORT_MIN) == SHORT_MIN
150 >>> test_short(-1)
152 >>> test_short(0)
154 >>> test_short(1)
156 >>> test_short(SHORT_MAX) == SHORT_MAX
158 >>> test_short(SHORT_MAX+1) #doctest: +ELLIPSIS
206 >>> test_short(SSHORT_MAX+1) #doctest: +ELLIPSIS
777 test_short, test_add_short,
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_stream_integer_type.v74 typedef bit [15:0] test_short; typedef
81 test_short logic_in[4];
82 test_short logic_out[4];
157 v_packed_data_64 = {<<test_short{logic_in}};
167 {<<test_short{logic_out}} = v_packed_data_64;
277 foreach (logic_in[i]) logic_in[i] = 'h700+test_short'(i)+1;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/lambda/
H A DMethodReference31.java81 static short test_short() { in test_short() method in MethodReference31
124 SAM<Short> s1 = MethodReference31::test_short; in testShort()
126 SAM_short s2 = MethodReference31::test_short; in testShort()
/dports/science/conduit/conduit-0.8.0/src/tests/conduit/fortran/
H A Dt_f_type_sizes.f9041 integer(kind=C_SHORT) test_short local
61 check_kind = SIZEOF(test_short)
/dports/x11-themes/qtcurve-utils/qtcurve-1.9/test/
H A Dtest-color-str.cpp26 test_short() in test_short() function
72 test_short(); in main()
/dports/x11-themes/qtcurve-gtk2/qtcurve-1.9/test/
H A Dtest-color-str.cpp26 test_short() in test_short() function
72 test_short(); in main()
/dports/x11-themes/qtcurve-qt5/qtcurve-1.9/test/
H A Dtest-color-str.cpp26 test_short() in test_short() function
72 test_short(); in main()
/dports/x11-themes/qtcurve-kf5/qtcurve-1.9/test/
H A Dtest-color-str.cpp26 test_short() in test_short() function
72 test_short(); in main()
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/array/
H A Dbyte_array_storage_layout.sol3 function test_short() public returns (uint256 r) {
45 // test_short() -> 1780731860627700044960722568376587075150542249149356309979516913770823710
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Djit-int.cs5 public static int test_short () in test_short() method in TestJit
119 if (test_short () != 0) in Main()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/execute/
H A Dint-definitions.cl19 kernel_name: test_short
45 kernel void test_short(global int* out) {

123456