Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 25 of 78) sorted by relevance

1234

/glibc-2.36/math/
Dlibm-test-remainder.inc1 /* Test remainder.
23 TEST_ff_f (remainder, 1, 0, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
24 …TEST_ff_f (remainder, 1, minus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM…
25 TEST_ff_f (remainder, -1.1L, 0, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_EDOM),
26 …TEST_ff_f (remainder, -1.1L, minus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERRNO_…
27 …TEST_ff_f (remainder, plus_zero, plus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ERR…
28 …TEST_ff_f (remainder, plus_zero, minus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ER…
29 …TEST_ff_f (remainder, minus_zero, plus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|ER…
30 …TEST_ff_f (remainder, minus_zero, minus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|E…
31 …TEST_ff_f (remainder, plus_infty, minus_zero, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION|E…
[all …]
Dw_remainder_template.c38 declare_mgen_alias (__remainder, remainder)
Dw_remainderl_compat.c36 libm_alias_ldouble (__remainder, remainder)
Dw_remainderf_compat.c36 libm_alias_float (__remainder, remainder)
Dw_remainder_compat.c36 libm_alias_double (__remainder, remainder)
Dtest-tgmath.c284 b = remainder (remainder (a, b), remainder (c, x)); in F()
396 a = remainder (y, y); in F()
885 (F(remainder)) (TYPE x, TYPE y) in TYPE() argument
Dtest-math-cxx11.cc129 (void) remainder; in do_test()
Dtgmath.h879 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
DMakefile302 nextup remainder remquo rint round roundeven scalb \
380 nextafter nexttoward remainder remquo rint round scalbn \
DVersions80 remainder; remainderf; remainderl;
/glibc-2.36/malloc/
Dmalloc.c2558 mchunkptr remainder; /* remainder from allocation */ in sysmalloc() local
2947 remainder = chunk_at_offset (p, nb); in sysmalloc()
2948 av->top = remainder; in sysmalloc()
2950 set_head (remainder, remainder_size | PREV_INUSE); in sysmalloc()
3775 mchunkptr remainder; /* remainder from a split */ in _int_malloc() local
4025 remainder = chunk_at_offset (victim, nb); in _int_malloc()
4026 unsorted_chunks (av)->bk = unsorted_chunks (av)->fd = remainder; in _int_malloc()
4027 av->last_remainder = remainder; in _int_malloc()
4028 remainder->bk = remainder->fd = unsorted_chunks (av); in _int_malloc()
4031 remainder->fd_nextsize = NULL; in _int_malloc()
[all …]
/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Ds_cexp_template.c72 long double remainder, pi_2; in s() local
81 : "=f" (remainder), "=dm" (quadrant) in s()
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-remainder.c7 return remainder (x, y); in remainderl()
Dw_remainderl_compat.c18 libm_alias_ldouble_other (__remainder, remainder)
DMakefile36 remainder ldexp scalbn frexp modf scalbln fma nan sincos \
162 CFLAGS-nldbl-remainder.c = -fno-builtin-remainderl -fno-builtin-dreml
/glibc-2.36/benchtests/
Dbench-math-inlines.c136 return remainder (x, y); in remainder_test1()
147 return remainder (x, y); in remainder_test2()
/glibc-2.36/sysdeps/ia64/fpu/
De_remainder.S104 GLOBAL_IEEE754_ENTRY(remainder)
530 GLOBAL_IEEE754_END(remainder)
531 libm_alias_double_other (__remainder, remainder)
Dgen_import_file_list33 for f in acos acosh asin atanh cosh exp2 exp10 fmod log2 pow remainder \
De_remainderf.S550 libm_alias_float_other (__remainder, remainder)
De_remainderl.S559 libm_alias_ldouble_other (__remainder, remainder)
/glibc-2.36/conform/data/
Dtgmath.h-data52 macro remainder
Dmath.h-data135 function double remainder (double, double)
/glibc-2.36/math/bits/
Dmathcalls.h275 __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y));
/glibc-2.36/manual/
Ddynlink.texi101 The remainder of this section documents the @code{_dl_find_object}
Darith.texi137 the quotient: towards zero. The remainder has the same sign as the
158 The remainder from the division.
166 The function @code{div} computes the quotient and remainder from
194 The remainder from the division.
219 The remainder from the division.
246 The remainder from the division.
1663 The functions in this section compute the remainder on division of two
1676 These functions compute the remainder from the division of
1689 @deftypefun double remainder (double @var{numerator}, double @var{denominator})
1700 to an integer. For example, @code{remainder (6.5, 2.3)} returns
[all …]

1234