Home
last modified time | relevance | path

Searched refs:div_t (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/stdlib/
Ddiv.c53 div_t
56 div_t result; in div()
Dtestdiv.c28 div_t d = div (i, j); in main()
Dstdlib.h63 } div_t; typedef
873 extern div_t div (int __numer, int __denom)
/glibc-2.36/conform/data/
Dstdlib.h-data1 type div_t
2 element div_t int quot
3 element div_t int rem
58 function div_t div (int, int)
/glibc-2.36/manual/
Darith.texi148 @deftp {Data Type} div_t
162 @deftypefun div_t div (int @var{numerator}, int @var{denominator})
168 result in a structure of type @code{div_t}.
176 div_t result;
197 (This is identical to @code{div_t} except that the components are of
222 (This is identical to @code{div_t} except that the components are of
249 (This is identical to @code{div_t} except that the components are of