Home
last modified time | relevance | path

Searched refs:v1str (Results 1 – 12 of 12) sorted by relevance

/dports/devel/icu/icu/source/test/cintltst/
H A Dputiltst.c343 const char *v1str; in TestCompareVersions() local
351 v1str = testCases[j+0]; in TestCompareVersions()
364 u_versionFromString(v1, v1str); in TestCompareVersions()
369 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str); in TestCompareVersions()
371 …log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, o… in TestCompareVersions()
374 log_verbose("%d: %s (%d) %s, OK (inverse)\n", (j/3), v2str, invop, v1str); in TestCompareVersions()
376 … (%d) %s: wanted values of the same sign, %d got %d\n", (j/3), v2str, invop, v1str, invop, invgot); in TestCompareVersions()
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dputiltst.c343 const char *v1str; in TestCompareVersions() local
351 v1str = testCases[j+0]; in TestCompareVersions()
364 u_versionFromString(v1, v1str); in TestCompareVersions()
369 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str); in TestCompareVersions()
371 …log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, o… in TestCompareVersions()
374 log_verbose("%d: %s (%d) %s, OK (inverse)\n", (j/3), v2str, invop, v1str); in TestCompareVersions()
376 … (%d) %s: wanted values of the same sign, %d got %d\n", (j/3), v2str, invop, v1str, invop, invgot); in TestCompareVersions()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaversionattribute.vala193 * @param v1str a version number
195 * @return an integer less than, equal to, or greater than zero, if v1str is <, == or > than v2str
198 public static int cmp_versions (string v1str, string v2str) {
199 string[] v1arr = v1str.split (".");
H A Dvalaversionattribute.c848 vala_version_attribute_cmp_versions (const gchar* v1str, in vala_version_attribute_cmp_versions() argument
871 g_return_val_if_fail (v1str != NULL, 0); in vala_version_attribute_cmp_versions()
873 _tmp1_ = _tmp0_ = g_strsplit (v1str, ".", 0); in vala_version_attribute_cmp_versions()
H A Dvala.vapi2496 public static int cmp_versions (string v1str, string v2str);
H A Dlibvala-0.48.vapi2610 public static int cmp_versions (string v1str, string v2str);
H A Dvala.h6907 gint vala_version_attribute_cmp_versions (const gchar* v1str,
/dports/devel/elixir-distillery/distillery-1.5.2/lib/mix/lib/releases/
H A Dutils.ex224 fn {_, {v1type, v1str, v1_commits_since}}, {_, {v2type, v2str, v2_commits_since}} ->
225 case {parse_version(v1str), parse_version(v2str)} do
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/tests/
H A DVector3Tests.cs76 string v1str = v1.ToString(); in Vector3ToStringTest()
80 Assert.Equal(expectedv1, v1str); in Vector3ToStringTest()
H A DVector2Tests.cs81 string v1str = v1.ToString(); in Vector2ToStringTest()
85 Assert.Equal(expectedv1, v1str); in Vector2ToStringTest()
H A DVector4Tests.cs79 string v1str = v1.ToString(); in Vector4ToStringTest()
83 Assert.Equal(expectedv1, v1str); in Vector4ToStringTest()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_model.c7439 char v1str[VNAMELEN], v2str[VNAMELEN]; in get_vcv_element() local
7451 if (sscanf(s, fmt, v1str, v2str) != 2) { in get_vcv_element()
7455 v1 = gretl_model_get_param_number(pmod, dset, v1str); in get_vcv_element()