Home
last modified time | relevance | path

Searched refs:max_vector (Results 1 – 21 of 21) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Ddynamic_compiler_fmt_plug.c195 static char max_vector[PLAINTEXT_BUFFER_SIZE]; in link_funcs() local
236 max_vector[i] = 'A' + (i % 26); in link_funcs()
237 max_vector[i] = 0; in link_funcs()
243 max_vector[i] = 'a' + (i % 26); in link_funcs()
244 max_vector[i] = 0; in link_funcs()
250 max_vector[i] = 'A' + (i % 26) + ((i % 52) > 25 ? 0x20 : 0); in link_funcs()
251 max_vector[i] = 0; in link_funcs()
253 tests[3].plaintext = max_vector; in link_funcs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/geometry/
H A Dvector2d_unittest.cc256 Vector2d max_vector(int_max, int_max); in TEST() local
262 EXPECT_EQ(test, max_vector); in TEST()
270 EXPECT_EQ(test, max_vector); in TEST()
282 EXPECT_EQ(test, max_vector); in TEST()
286 EXPECT_EQ(test, max_vector); in TEST()
H A Dinsets_unittest.cc268 const gfx::Vector2d max_vector(int_max, int_max); in TEST() local
270 gfx::Insets offset_test = insets.Offset(max_vector); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/geometry/
H A Dvector2d_unittest.cc256 Vector2d max_vector(int_max, int_max); in TEST() local
262 EXPECT_EQ(test, max_vector); in TEST()
270 EXPECT_EQ(test, max_vector); in TEST()
282 EXPECT_EQ(test, max_vector); in TEST()
286 EXPECT_EQ(test, max_vector); in TEST()
H A Dinsets_unittest.cc316 const gfx::Vector2d max_vector(int_max, int_max); in TEST() local
318 gfx::Insets offset_test = insets.Offset(max_vector); in TEST()
/dports/math/algae/algae-4.3.6/src/
H A Dmax.h18 extern ENTITY *PROTO (max_vector, (VECTOR * v));
H A Dmax.c31 return ENT (max_vector ((VECTOR *) p));
42 max_vector (v) in max_vector() function
/dports/math/openblas/OpenBLAS-0.3.18/kernel/riscv64/
H A DKERNEL.C910V11 SMAXKERNEL = max_vector.c
12 DMAXKERNEL = max_vector.c
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/Standard/
H A Dops.mlir94 %max_vector = maxf(%v1, %v2)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dsuperword.cpp211 int max_vector = Matcher::max_vector_size(T_BYTE); in unrolling_analysis() local
362 if (cur_max_vector < max_vector && !flag_small_bt) { in unrolling_analysis()
363 max_vector = cur_max_vector; in unrolling_analysis()
364 } else if (cur_max_vector > max_vector && UseSubwordForMaxVector) { in unrolling_analysis()
385 max_vector = cur_max_vector; in unrolling_analysis()
401 local_loop_unroll_factor = max_vector; in unrolling_analysis()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dsuperword.cpp203 int max_vector = Matcher::max_vector_size(T_BYTE); in unrolling_analysis() local
354 if (cur_max_vector < max_vector && !flag_small_bt) { in unrolling_analysis()
355 max_vector = cur_max_vector; in unrolling_analysis()
356 } else if (cur_max_vector > max_vector && UseSubwordForMaxVector) { in unrolling_analysis()
377 max_vector = cur_max_vector; in unrolling_analysis()
393 local_loop_unroll_factor = max_vector; in unrolling_analysis()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dsuperword.cpp203 int max_vector = Matcher::max_vector_size(T_BYTE); in unrolling_analysis() local
354 if (cur_max_vector < max_vector && !flag_small_bt) { in unrolling_analysis()
355 max_vector = cur_max_vector; in unrolling_analysis()
356 } else if (cur_max_vector > max_vector && UseSubwordForMaxVector) { in unrolling_analysis()
377 max_vector = cur_max_vector; in unrolling_analysis()
393 local_loop_unroll_factor = max_vector; in unrolling_analysis()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dsuperword.cpp215 int max_vector = Matcher::max_vector_size(T_BYTE); in unrolling_analysis() local
366 if (cur_max_vector < max_vector && !flag_small_bt) { in unrolling_analysis()
367 max_vector = cur_max_vector; in unrolling_analysis()
368 } else if (cur_max_vector > max_vector && UseSubwordForMaxVector) { in unrolling_analysis()
389 max_vector = cur_max_vector; in unrolling_analysis()
405 local_loop_unroll_factor = max_vector; in unrolling_analysis()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dsuperword.cpp215 int max_vector = Matcher::max_vector_size(T_BYTE); in unrolling_analysis() local
366 if (cur_max_vector < max_vector && !flag_small_bt) { in unrolling_analysis()
367 max_vector = cur_max_vector; in unrolling_analysis()
368 } else if (cur_max_vector > max_vector && UseSubwordForMaxVector) { in unrolling_analysis()
389 max_vector = cur_max_vector; in unrolling_analysis()
405 local_loop_unroll_factor = max_vector; in unrolling_analysis()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dsuperword.cpp211 int max_vector = Matcher::max_vector_size(T_BYTE); in unrolling_analysis() local
362 if (cur_max_vector < max_vector && !flag_small_bt) { in unrolling_analysis()
363 max_vector = cur_max_vector; in unrolling_analysis()
364 } else if (cur_max_vector > max_vector && UseSubwordForMaxVector) { in unrolling_analysis()
385 max_vector = cur_max_vector; in unrolling_analysis()
401 local_loop_unroll_factor = max_vector; in unrolling_analysis()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dsuperword.cpp204 int max_vector = Matcher::max_vector_size(T_BYTE); in unrolling_analysis() local
355 if (cur_max_vector < max_vector && !flag_small_bt) { in unrolling_analysis()
356 max_vector = cur_max_vector; in unrolling_analysis()
357 } else if (cur_max_vector > max_vector && UseSubwordForMaxVector) { in unrolling_analysis()
378 max_vector = cur_max_vector; in unrolling_analysis()
394 local_loop_unroll_factor = max_vector; in unrolling_analysis()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dsuperword.cpp203 int max_vector = Matcher::max_vector_size(T_BYTE); in unrolling_analysis() local
354 if (cur_max_vector < max_vector && !flag_small_bt) { in unrolling_analysis()
355 max_vector = cur_max_vector; in unrolling_analysis()
356 } else if (cur_max_vector > max_vector && UseSubwordForMaxVector) { in unrolling_analysis()
377 max_vector = cur_max_vector; in unrolling_analysis()
393 local_loop_unroll_factor = max_vector; in unrolling_analysis()
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dsymmetrica.map1247 max_vector;
H A Dvc.c1874 INT max_vector(vec,m) OP vec,m; in max_vector() function
1884 CE2(vec,m,max_vector);
H A Dnu.c116 erg += max_vector(a,b);
H A Ddef.h1780 extern INT max_vector();