Home
last modified time | relevance | path

Searched full:numeric (Results 1 – 25 of 1295) sorted by relevance

12345678910>>...52

/freebsd/usr.bin/localedef/
H A Dnumeric.c45 static struct lc_numeric_T numeric; variable
50 (void) memset(&numeric, 0, sizeof (numeric)); in init_numeric()
66 numeric.decimal_point = str; in add_numeric_str()
69 numeric.thousands_sep = str; in add_numeric_str()
81 free((char *)numeric.grouping); in reset_numeric_group()
82 numeric.grouping = NULL; in reset_numeric_group()
90 if (numeric.grouping == NULL) { in add_numeric_group()
93 (void) asprintf(&s, "%s;%d", numeric.grouping, n); in add_numeric_group()
98 free((char *)numeric.grouping); in add_numeric_group()
99 numeric.grouping = s; in add_numeric_group()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dcond-cmp-numeric.exp2 make: "cond-cmp-numeric.mk" line 15: Comparison with '>' requires both operands 'INF' and '1e100' t…
4 make: "cond-cmp-numeric.mk" line 21: Comparison with '>' requires both operands 'NaN' and 'NaN' to …
8 make: "cond-cmp-numeric.mk" line 38: Malformed conditional '123 ! 123'
12 make: "cond-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to…
H A Dcond-cmp-numeric-eq.mk1 # $NetBSD: cond-cmp-numeric-eq.mk,v 1.8 2024/08/06 18:00:16 rillig Exp $
3 # Tests for numeric comparisons with the == operator in .if conditions.
5 # This comparison yields the same result, whether numeric or character-based.
11 # This comparison yields the same result, whether numeric or character-based.
31 # Trailing zeroes after the decimal point are irrelevant for the numeric
43 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-ne.mk1 # $NetBSD: cond-cmp-numeric-ne.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the != operator in .if conditions.
10 # This comparison yields the same result, whether numeric or character-based.
30 # Trailing zeroes after the decimal point are irrelevant for the numeric
40 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-ge.mk1 # $NetBSD: cond-cmp-numeric-ge.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the >= operator in .if conditions.
11 # This comparison yields the same result, whether numeric or character-based.
55 # Numeric comparisons are not suited for comparing version number.
65 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-gt.mk1 # $NetBSD: cond-cmp-numeric-gt.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the > operator in .if conditions.
10 # This comparison yields the same result, whether numeric or character-based.
54 # Numeric comparisons are not suited for comparing version number.
64 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-le.mk1 # $NetBSD: cond-cmp-numeric-le.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the <= operator in .if conditions.
11 # This comparison yields the same result, whether numeric or character-based.
55 # Numeric comparisons are not suited for comparing version number.
65 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric-lt.mk1 # $NetBSD: cond-cmp-numeric-lt.mk,v 1.3 2023/09/07 05:36:33 rillig Exp $
3 # Tests for numeric comparisons with the < operator in .if conditions.
10 # This comparison yields the same result, whether numeric or character-based.
54 # Numeric comparisons are not suited for comparing version number.
64 # Numeric comparison works by parsing both sides
H A Dcond-cmp-numeric.mk1 # $NetBSD: cond-cmp-numeric.mk,v 1.8 2024/08/06 18:00:16 rillig Exp $
3 # Tests for numeric comparisons in .if conditions.
14 # expect+1: Comparison with '>' requires both operands 'INF' and '1e100' to be numeric
20 # expect+1: Comparison with '>' requires both operands 'NaN' and 'NaN' to be numeric
53 # expect+1: Comparison with '<' requires both operands '123 ' and '124' to be numeric
H A Dcond-cmp-string.exp5 …string.mk" line 118: Comparison with '<' requires both operands 'string' and 'string' to be numeric
6 …tring.mk" line 126: Comparison with '<=' requires both operands 'string' and 'string' to be numeric
7 …string.mk" line 134: Comparison with '>' requires both operands 'string' and 'string' to be numeric
8 …tring.mk" line 142: Comparison with '>=' requires both operands 'string' and 'string' to be numeric
/freebsd/contrib/one-true-awk/bugs-fixed/
H A DREADME21 a new numeric value was assigned, even if OFMT differed from CONVFMT,
25 Instead, it should convert the value to numeric and give that value.
42 12. numeric-subsep, numeric-fs, numeric-output-seps, numerics-rs: If SUBSEP,
43 FS, RS, OFS, or ORS were set to a numeric value, then their string values
54 15. getline-numeric: The `getline xx < file' syntax did not check if
55 values were numeric, in discordance from POSIX. Test case adapted from
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h32 // Numeric substitution handling code.
37 /// implicit format from using numeric variables.
210 /// Class representing a numeric variable and its associated current value. in log()
213 /// Name of the numeric variable.
220 /// Value of numeric variable, if defined, or std::nullopt otherwise.
241 /// \returns name of this numeric variable.
244 /// \returns implicit format of this numeric variable.
253 /// the input buffer, and some numeric variables are parsed from the command
257 /// Sets value of this numeric variable to \p NewValue, and sets the input
266 /// Clears value of this numeric variabl
[all...]
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.cppm
/freebsd/lib/libc/net/
H A Dgetnameinfo.3131 Return the address in numeric form, as if calling
139 address is returned in numeric form.
159 This implementation allows numeric IPv6 address notation with scope identifier,
172 The following code tries to get a numeric host name, and service name,
181 errx(1, "could not get numeric hostname");
250 can return both numeric and FQDN forms of the address specified in
254 is a result of binary to numeric-text translation (like
298 /* addr is numeric string */
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dinvoke-ntptrace.texi43 * ntptrace numeric:: numeric option (-n)
68 -n, --numeric Print IP addresses instead of hostnames
79 @node ntptrace numeric
80 @subsection numeric option (-n)
81 @cindex ntptrace-numeric
84 Output hosts as dotted-quad numeric format rather than converting to
H A Dntptrace.html109 <tr><td align="left" valign="top">&bull; <a href="#ntptrace-numeric" accesskey="2">ntptrace numeric</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">numeric option (-n)
122 Next: <a href="#ntptrace-numeric" accesskey="n" rel="next">ntptrace numeric</a>, Up: <a href="#ntptrace-Invocation" accesskey="u" rel="up">ntptrace Invocation</a> &nbsp; </p>
141 -n, --numeric Print IP addresses instead of hostnames
152 <tr><td align="left" valign="top">&bull; <a href="#ntptrace-numeric" accesskey="1">numeric option (-n)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
163 <span id="ntptrace-numeric"></span><div class="header">
167 <span id="numeric
[all...]
/freebsd/contrib/ntp/sntp/libopts/
H A Dnumeric.c3 * \file numeric.c
5 * Handle options with numeric (integer) arguments.
42 * Show information about a numeric option with range constraints.
99 * what: process an option with a numeric value.
104 * Decipher a numeric value.
120 * Numeric options may have a range associated with it. in optionNumericVal()
180 * end of autoopts/numeric.c */
/freebsd/usr.sbin/ctld/
H A Dparse.y111 yyerror("invalid numeric value");
126 yyerror("invalid numeric value");
141 yyerror("invalid numeric value");
178 yyerror("invalid numeric value");
193 yyerror("invalid numeric value");
438 yyerror("invalid numeric value");
456 yyerror("invalid numeric value");
494 yyerror("invalid numeric value");
710 yyerror("invalid numeric value");
727 yyerror("invalid numeric value");
[all …]
/freebsd/sys/contrib/xen/
H A Delfnote.h36 * Numeric types are either 4 or 8 bytes depending on the content of
52 * The virtual address of the entry point (numeric).
58 /* The virtual address of the hypercall transfer page (numeric).
65 /* The virtual address where the kernel image should be mapped (numeric).
75 * pseudo-physical address (numeric).
150 * The lowest address the hypervisor hole can begin at (numeric).
160 * (non-present) L1 page table entries carrying valid MFNs (numeric).
166 * This is a numeric value.
192 * The features supported by this kernel (numeric).
/freebsd/contrib/kyua/misc/
H A Dindex.html64 <td class="numeric">%%length(broken_test_cases)%%</td>
69 <td class="numeric">%%broken_tests_count%%</td>
75 <td class="numeric">%%length(failed_test_cases)%%</td>
80 <td class="numeric">%%failed_tests_count%%</td>
89 <td class="numeric">%%xfail_tests_count%%</td>
97 <td class="numeric">%%skipped_tests_count%%</td>
105 <td class="numeric">%%passed_tests_count%%</td>
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_objset_id.ksh37 # 13. Create dataset with hex numeric name
38 # 14. Create dataset with decimal numeric name
39 # 15. zdb -d for numeric datasets succeeds
40 # 16. zdb -N for numeric datasets fails
41 # 17. zdb -dN for numeric datasets fails
100 # force numeric interpretation, expect fail
/freebsd/contrib/blocklist/bin/
H A Dblacklistd.conf.5110 can be an IPv4 address in numeric format, an IPv6 address
111 in numeric format and enclosed by square brackets, or an interface name.
118 is always numeric, but the
120 can be either numeric or symbolic.
126 or numeric.
133 or numeric.
/freebsd/usr.bin/sort/
H A Dsort.1.in156 .It Fl g , Fl Fl general-numeric-sort , Fl Fl sort=general-numeric
165 .It Fl h , Fl Fl human-numeric-sort , Fl Fl sort=human-numeric
168 Sort first by numeric sign (negative, zero, or
170 of `MGTPEZY', in that order); and finally by numeric value.
184 .It Fl n , Fl Fl numeric-sort , Fl Fl sort=numeric
339 and it cannot be used for numeric or month sort.
515 Locale settings that determine the number format used in numeric sort.
537 will not override the locale numeric symbols, that is, thousand
544 separator and numeric separator, simultaneously.
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/
H A Dfloating-point.json6 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
13 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
20 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
27 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
34 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
41 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
48 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
55 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
62 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
69 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list_008_neg.ksh36 # A negative depth or a non numeric depth should fail in 'zfs list -d <n>'
39 # 1. Run zfs list -d with negative depth or non numeric depth
45 log_assert "A negative depth or a non numeric depth should fail in 'zfs list -d <n>'"
56 log_pass "A negative depth or a non numeric depth should fail in 'zfs list -d <n>'"

12345678910>>...52