/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/ |
H A D | aom_dsp_rtcd.c | 52 #define SET_FUNCTIONS(ptr, c, mmx, sse, sse2, sse3, ssse3, sse4_1, sse4_2, avx, avx2, avx512) \ macro 67 #define SET_ONLY_C(ptr, c) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, 0,… 68 #define SET_SSE2(ptr, c, sse2) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 69 #define SET_SSE2_AVX2(ptr, c, sse2, avx2) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 70 #define SET_SSE2_AVX512(ptr, c, sse2, avx512) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 72 #define SET_SSSE3(ptr, c, ssse3) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, ssse3… 73 #define SET_SSSE3_AVX2(ptr, c, ssse3, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, ssse3… 74 #define SET_SSE41(ptr, c, sse4_1) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, ss… 75 #define SET_SSE41_AVX2(ptr, c, sse4_1, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, ss… 77 #define SET_AVX2(ptr, c, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, 0,… [all …]
|
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/ |
H A D | aom_dsp_rtcd.c | 52 #define SET_FUNCTIONS(ptr, c, mmx, sse, sse2, sse3, ssse3, sse4_1, sse4_2, avx, avx2, avx512) \ macro 67 #define SET_ONLY_C(ptr, c) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, 0,… 68 #define SET_SSE2(ptr, c, sse2) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 69 #define SET_SSE2_AVX2(ptr, c, sse2, avx2) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 70 #define SET_SSE2_AVX512(ptr, c, sse2, avx512) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 72 #define SET_SSSE3(ptr, c, ssse3) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, ssse3… 73 #define SET_SSSE3_AVX2(ptr, c, ssse3, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, ssse3… 74 #define SET_SSE41(ptr, c, sse4_1) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, ss… 75 #define SET_SSE41_AVX2(ptr, c, sse4_1, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, ss… 77 #define SET_AVX2(ptr, c, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, 0,… [all …]
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 73 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 79 SET_FUNCTIONS.clear(); in setUpFunctions() 105 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 108 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 110 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 334 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 73 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 79 SET_FUNCTIONS.clear(); in setUpFunctions() 105 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 108 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 110 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 334 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 73 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 79 SET_FUNCTIONS.clear(); in setUpFunctions() 105 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 108 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 110 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 324 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 71 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 77 SET_FUNCTIONS.clear(); in setUpFunctions() 103 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 104 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 330 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 71 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 77 SET_FUNCTIONS.clear(); in setUpFunctions() 103 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 104 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 330 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 71 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 77 SET_FUNCTIONS.clear(); in setUpFunctions() 103 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 104 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 330 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 71 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 77 SET_FUNCTIONS.clear(); in setUpFunctions() 103 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 104 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 330 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 71 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 77 SET_FUNCTIONS.clear(); in setUpFunctions() 103 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 104 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 330 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 71 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 77 SET_FUNCTIONS.clear(); in setUpFunctions() 103 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 104 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 330 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/security/util/math/ |
H A D | TestIntegerModuloP.java | 71 static final List<ElemSetFunction> SET_FUNCTIONS = new ArrayList<>(); field in TestIntegerModuloP 77 SET_FUNCTIONS.clear(); in setUpFunctions() 103 SET_FUNCTIONS.add((a, b, c) -> a.setValue(b)); in setUpFunctions() 104 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 106 SET_FUNCTIONS.add((a, b, c) -> in setUpFunctions() 330 SET_FUNCTIONS.get(random.nextInt(SET_FUNCTIONS.size())); in runOperationsTest()
|
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/ |
H A D | common_dsp_rtcd.c | 135 #define SET_FUNCTIONS(ptr, c, mmx, sse, sse2, sse3, ssse3, sse4_1, sse4_2, avx, avx2, avx512) \ macro 150 #define SET_ONLY_C(ptr, c) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, 0,… 151 #define SET_SSE2(ptr, c, sse2) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 152 #define SET_SSE2_AVX2(ptr, c, sse2, avx2) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 153 #define SET_SSE2_AVX512(ptr, c, sse2, avx512) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 154 #define SET_SSSE3(ptr, c, ssse3) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, ssse3… 155 #define SET_SSSE3_AVX2(ptr, c, ssse3, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, ssse3… 156 #define SET_SSE41(ptr, c, sse4_1) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, ss… 157 #define SET_SSE41_AVX2(ptr, c, sse4_1, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, ss… 159 #define SET_AVX2(ptr, c, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, 0,… [all …]
|
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/ |
H A D | common_dsp_rtcd.c | 135 #define SET_FUNCTIONS(ptr, c, mmx, sse, sse2, sse3, ssse3, sse4_1, sse4_2, avx, avx2, avx512) \ macro 150 #define SET_ONLY_C(ptr, c) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, 0,… 151 #define SET_SSE2(ptr, c, sse2) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 152 #define SET_SSE2_AVX2(ptr, c, sse2, avx2) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 153 #define SET_SSE2_AVX512(ptr, c, sse2, avx512) SET_FUNCTIONS(ptr, c, 0, 0, sse2, 0, 0,… 154 #define SET_SSSE3(ptr, c, ssse3) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, ssse3… 155 #define SET_SSSE3_AVX2(ptr, c, ssse3, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, ssse3… 156 #define SET_SSE41(ptr, c, sse4_1) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, ss… 157 #define SET_SSE41_AVX2(ptr, c, sse4_1, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, ss… 159 #define SET_AVX2(ptr, c, avx2) SET_FUNCTIONS(ptr, c, 0, 0, 0, 0, 0, 0,… [all …]
|
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/odbc/SQL99_test/ |
H A D | SQL99_test.h | 132 SET_FUNCTIONS, enumerator
|