Home
last modified time | relevance | path

Searched refs:gcd_exact (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A Dchecked_int_inlines.hh1943 PPL_SPECIALIZE_GCD(gcd_exact, char, char, char)
1944 PPL_SPECIALIZE_GCD(gcd_exact, signed char, signed char, signed char)
1945 PPL_SPECIALIZE_GCD(gcd_exact, signed short, signed short, signed short)
1946 PPL_SPECIALIZE_GCD(gcd_exact, signed int, signed int, signed int)
1947 PPL_SPECIALIZE_GCD(gcd_exact, signed long, signed long, signed long)
1948 PPL_SPECIALIZE_GCD(gcd_exact, signed long long, signed long long, signed long long)
1949 PPL_SPECIALIZE_GCD(gcd_exact, unsigned char, unsigned char, unsigned char)
1950 PPL_SPECIALIZE_GCD(gcd_exact, unsigned short, unsigned short, unsigned short)
1951 PPL_SPECIALIZE_GCD(gcd_exact, unsigned int, unsigned int, unsigned int)
1952 PPL_SPECIALIZE_GCD(gcd_exact, unsigned long, unsigned long, unsigned long)
[all …]
H A Dchecked_float_inlines.hh1197 PPL_SPECIALIZE_GCD(gcd_exact, float, float, float)
1246 PPL_SPECIALIZE_GCD(gcd_exact, double, double, double)
1295 PPL_SPECIALIZE_GCD(gcd_exact, long double, long double, long double)
H A Dchecked_inlines.hh319 gcd_exact(To& to, const From1& x, const From2& y, Rounding_Dir dir) { in gcd_exact() function
H A Dppl.hh.dist7276 gcd_exact(To& to, const From1& x, const From2& y, Rounding_Dir dir) {
9554 PPL_SPECIALIZE_GCD(gcd_exact, char, char, char)
9555 PPL_SPECIALIZE_GCD(gcd_exact, signed char, signed char, signed char)
9556 PPL_SPECIALIZE_GCD(gcd_exact, signed short, signed short, signed short)
9557 PPL_SPECIALIZE_GCD(gcd_exact, signed int, signed int, signed int)
9558 PPL_SPECIALIZE_GCD(gcd_exact, signed long, signed long, signed long)
9560 PPL_SPECIALIZE_GCD(gcd_exact, unsigned char, unsigned char, unsigned char)
9562 PPL_SPECIALIZE_GCD(gcd_exact, unsigned int, unsigned int, unsigned int)
10863 PPL_SPECIALIZE_GCD(gcd_exact, float, float, float)
10912 PPL_SPECIALIZE_GCD(gcd_exact, double, double, double)
[all …]