Home
last modified time | relevance | path

Searched refs:_div_t (Results 1 – 13 of 13) sorted by relevance

/dports/math/cln/cln-1.3.6/tests/
H A Dexam.h73 type##_div_t computed_result = floor2(arg1,arg2); \
/dports/devel/splint/splint-3.1.2/imports/
H A Dstdlib.lcs26 %LCLsort _div_t synonym _sstdlib0s_Struct nil
220 %LCLtype div_t _div_t exposed
H A Dstdio.lcs26 %LCLsort _div_t synonym _sstdlib0s_Struct nil
259 %LCLtype div_t _div_t exposed
H A Dtime.lcs233 %LCLsort _div_t synonym _sstdlib_lcl0s_Struct nil
1017 %LCLtype div_t _div_t exposed
H A Dstring.lcs233 %LCLsort _div_t synonym _sstdlib_lcl0s_Struct nil
H A Dstrings.lcs233 %LCLsort _div_t synonym _sstdlib_lcl0s_Struct nil
/dports/math/cln/cln-1.3.6/doc/
H A Dcln.texi1355 @item struct @var{type}_div_t @{ cl_I quotient; @var{type} remainder; @};
1356 @itemx @var{type}_div_t floor2 (const @var{type}& x)
1357 @itemx @var{type}_div_t ceiling2 (const @var{type}& x)
1358 @itemx @var{type}_div_t truncate2 (const @var{type}& x)
1359 @itemx @var{type}_div_t round2 (const @var{type}& x)
1367 @item struct @var{type}_div_t @{ cl_I quotient; @var{type} remainder; @};
1368 @itemx @var{type}_div_t floor2 (const @var{type}& x, const @var{type}& y)
1370 @itemx @var{type}_div_t ceiling2 (const @var{type}& x, const @var{type}& y)
1372 @itemx @var{type}_div_t truncate2 (const @var{type}& x, const @var{type}& y)
1374 @itemx @var{type}_div_t round2 (const @var{type}& x, const @var{type}& y)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstdlib.h60 typedef struct _div_t { struct
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstdlib.h60 typedef struct _div_t { struct
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dy_tab.i368 typedef struct _div_t struct
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dy_tab.i368 typedef struct _div_t struct
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Darxfuncs.c66 typedef struct _div_t struct
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs2326 pub struct _div_t { struct
2330 pub type div_t = _div_t; argument