Searched refs:computed (Results 1 – 25 of 29) sorted by relevance
12
/glibc-2.36/math/ |
D | libm-test-support.c | 613 check_float_internal (const char *test_name, FLOAT computed, FLOAT expected, in check_float_internal() argument 627 if (issignaling (computed) && issignaling (expected)) in check_float_internal() 630 && signbit (computed) != signbit (expected)) in check_float_internal() 636 && (FUNC (getpayload) (&computed) in check_float_internal() 645 else if (issignaling (computed) || issignaling (expected)) in check_float_internal() 647 else if (isnan (computed) && isnan (expected)) in check_float_internal() 650 && signbit (computed) != signbit (expected)) in check_float_internal() 656 && (FUNC (getpayload) (&computed) in check_float_internal() 665 else if (isinf (computed) && isinf (expected)) in check_float_internal() 669 && signbit (computed) != signbit (expected)) in check_float_internal() [all …]
|
/glibc-2.36/sysdeps/hppa/ |
D | udiv_qrnnd.S | 265 ;! We have computed (n1,,n0) / (d + 1), q' = r28, r' = r25
|
/glibc-2.36/manual/ |
D | math.texi | 731 They are computed in a way that is accurate even if @var{x} is 746 They are computed in a way that is accurate even if @var{x} is 1071 @code{erfc} returns @code{1.0 - erf(@var{x})}, but computed in a 1347 Functions behave as if the infinite-precision result computed is zero, 1350 result computed always has the same sign as the mathematically correct 1368 behave as if the computed infinite-precision result is an exact value 1824 containing the state. The random numbers are computed following the
|
D | probes.texi | 78 computed from both function arguments. In the @code{realloc} case,
|
D | message.texi | 1741 various components of the filename which gets computed to locate a 1748 The default value for @var{dir_name} is system specific. It is computed 1772 The @var{locale} component is computed based on the category used. Just
|
D | ctype.texi | 699 same class name. In this case the variable @var{desc} could be computed
|
D | search.texi | 617 function is computed while descending the tree by increasing the value
|
D | lang.texi | 680 The number of bits in any data type @var{type} can be computed like
|
D | memory.texi | 1242 derived from the default value of M_ARENA_TEST and is computed independently. 2179 it may be computed more than once. For example, if you write this:
|
D | filesys.texi | 1136 The return value is computed in the same way as for @code{ftw}.
|
D | stdio.texi | 3798 characters. But an upper limit can be computed by multiplying the value
|
/glibc-2.36/timezone/ |
D | solar87 | 8 # Times were computed using formulas in the U.S. Naval Observatory's
|
D | solar89 | 7 # Times were computed using a formula provided by the U. S. Naval Observatory:
|
D | solar88 | 7 # Times were computed using formulas in the U.S. Naval Observatory's
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 1328 * stdio/printf_fp.c (MPNSIZE): New macro, computed from DBL_MAX_EXP. 1344 (_sys_nerr): Use value computed from sizeof (_sys_errlist).
|
D | ChangeLog.ports-arm | 207 computed-jump dispatch sections. Use sfi_breg throughout.
|
D | ChangeLog.5 | 4184 * misc/efgcvt.c (MAXDIG): New macro computed from <floats.h> constants. 7737 "value computed is not used" warning. 7931 expression, to avoid gcc's "value computed is not used" warning.
|
D | ChangeLog.9 | 5491 transitions. Set __timezone based on computed offset.
|
D | ChangeLog.14 | 11847 pointer, not of the computed chunk. Bug report from Carlos 15205 _dl_tls_static_size indicate some surplus space in the computed value.
|
D | ChangeLog.10 | 3922 * Versions.def: Remove predecessors. They now get computed.
|
D | ChangeLog.nptl | 1129 make it page aligned when it is computed from RLIMIT_STACK.
|
D | ChangeLog.13 | 671 Correct the value so it covers all platforms, and is computed
|
D | ChangeLog.11 | 7569 (vfprintf): Qualify computed-goto targets as unbounded.
|
/glibc-2.36/ |
D | Makerules | 371 # The value of $(+sysdep_dirs) the sysd-rules was computed for
|
/glibc-2.36/localedata/locales/ |
D | iso14651_t1_common | 346 collating-symbol <RFB00> % Symbol for first element of computed weights for Tangut ideogra… 347 collating-symbol <RFB40>..<RFB41> % Symbols for first element of computed weights for core Han unif… 348 collating-symbol <RFB80> % Symbol for first element of computed weights for Han unified id… 349 collating-symbol <RFB84>..<RFB85> % Symbols for first element of computed weights for Han unified i… 350 collating-symbol <RFBC0>..<RFBE1> % Symbols for first element of computed weights for unassigned ch… 351 collating-symbol <T8000>..<TFFFF> % Symbols for second element of computed weights for Han, Tangut … 22011 <RFB00> % Symbol for first element of computed weights for Tangut ideographs 22012 %<RFB40>..<RFB41> % Symbols for first element of computed weights for core Han unified ideographs 22015 <RFB80> % Symbol for first element of computed weights for Han unified ideographs Ext-A 22016 %<RFB84>..<RFB85> % Symbols for first element of computed weights for Han unified ideographs Ext-B,… [all …]
|
12