Home
last modified time | relevance | path

Searched defs:remainder (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Ds_cexp_template.c72 long double remainder, pi_2; in s() local
/glibc-2.36/malloc/
Dmalloc.c2558 mchunkptr remainder; /* remainder from allocation */ in sysmalloc() local
3775 mchunkptr remainder; /* remainder from a split */ in _int_malloc() local
4821 mchunkptr remainder; /* extra space at end of newp */ in _int_realloc() local
4945 mchunkptr remainder; /* spare room at end to split off */ in _int_memalign() local
/glibc-2.36/math/
Dtest-tgmath.c885 (F(remainder)) (TYPE x, TYPE y) in TYPE()
Dtgmath.h879 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro