Home
last modified time | relevance | path

Searched refs:int_extgcd (Results 1 – 2 of 2) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Drintegers3.cc246 static long int_extgcd(long a, long b, long * u, long* x, long * v, long* y) in int_extgcd() function
294 long g = int_extgcd(SR_TO_INT(a), SR_TO_INT(b), &u, &v, &x, &y); in nrzExtGcd()
365 long g = int_extgcd(SR_TO_INT(a), SR_TO_INT(b), &uu, &vv, &x, &y); in _nrzXExtGcd()
H A Dlongrat.cc1376 static int int_extgcd(int a, int b, int * u, int* x, int * v, int* y) in int_extgcd() function
2793 int g = int_extgcd(SR_TO_INT(a), SR_TO_INT(b), &uu, &vv, &x, &y); in nlXExtGcd()