Home
last modified time | relevance | path

Searched refs:portableMod (Results 1 – 6 of 6) sorted by relevance

/dports/math/asymptote/asymptote-2.67/
H A Dmod.h21 inline T portableMod(T x,T y) in portableMod() function
32 return portableMod<Int>(x,y); in imod()
H A Dmathop.h241 return portableMod(x,y);
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dmod.h21 inline T portableMod(T x,T y) in portableMod() function
32 return portableMod<Int>(x,y); in imod()
H A Drunmath.in90 return (x-portableMod(x,y))/y;
H A Dmathop.h245 return portableMod(x,y);
H A Drunmath.cc162 {Stack->push<Int>((x-portableMod(x,y))/y); return;} in gen_runmath2()