Home
last modified time | relevance | path

Searched defs:truedivii (Results 1 – 3 of 3) sorted by relevance

/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dpariport.h70 #define truedivii(a,b) (truedvmdii((a),(b),NULL)) macro
H A Dparicom.h176 #define truedivii(a,b) (truedvmdii((a),(b),NULL)) macro
/dports/math/pari/pari-2.13.3/src/kernel/none/
H A Dlevel1.h705 truedivii(GEN a,GEN b) { return truedvmdii(a,b,NULL); } in truedivii() function