Searched defs:remainder (Results 1 – 5 of 5) sorted by relevance
71 double remainder(double x, double y) in remainder() function
35 mchunkptr remainder; /* spare room at end to split off */ in memalign() local
36 mchunkptr remainder; /* extra space at end of newp */ in realloc() local
362 mchunkptr remainder; /* remainder from allocation */ in __malloc_alloc() local816 mchunkptr remainder; /* remainder from a split */ in malloc() local
402 #define remainder(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, remainder) macro
Completed in 8 milliseconds