Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A Dchecked_int_inlines.hh1859 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, char, char)
1861 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed char, signed char)
1862 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed short, signed short)
1863 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed int, signed int)
1864 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed long, signed long)
1865 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed long long, signed long long)
1867 PPL_SPECIALIZE_DIV_2EXP(div_2exp_unsigned_int, char, char)
1869 PPL_SPECIALIZE_DIV_2EXP(div_2exp_unsigned_int, unsigned char, unsigned char)
1870 PPL_SPECIALIZE_DIV_2EXP(div_2exp_unsigned_int, unsigned short, unsigned short)
1871 PPL_SPECIALIZE_DIV_2EXP(div_2exp_unsigned_int, unsigned int, unsigned int)
[all …]
H A Dchecked_float_inlines.hh1193 PPL_SPECIALIZE_DIV_2EXP(div_2exp_float, float, float)
1242 PPL_SPECIALIZE_DIV_2EXP(div_2exp_float, double, double)
1291 PPL_SPECIALIZE_DIV_2EXP(div_2exp_float, long double, long double)
H A Dchecked_mpq_inlines.hh406 PPL_SPECIALIZE_DIV_2EXP(div_2exp_mpq, mpq_class, mpq_class) in PPL_SPECIALIZE_DIV_2EXP() function
H A Dchecked_mpz_inlines.hh545 PPL_SPECIALIZE_DIV_2EXP(div_2exp_mpz, mpz_class, mpz_class) in PPL_SPECIALIZE_DIV_2EXP() function
H A Dchecked_defs.hh437 #define PPL_SPECIALIZE_DIV_2EXP(func, To, From) \ macro
H A Dppl.hh.dist9470 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, char, char)
9472 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed char, signed char)
9473 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed short, signed short)
9474 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed int, signed int)
9475 PPL_SPECIALIZE_DIV_2EXP(div_2exp_signed_int, signed long, signed long)
9478 PPL_SPECIALIZE_DIV_2EXP(div_2exp_unsigned_int, char, char)
10859 PPL_SPECIALIZE_DIV_2EXP(div_2exp_float, float, float)
10908 PPL_SPECIALIZE_DIV_2EXP(div_2exp_float, double, double)
10957 PPL_SPECIALIZE_DIV_2EXP(div_2exp_float, long double, long double)
11500 PPL_SPECIALIZE_DIV_2EXP(div_2exp_mpz, mpz_class, mpz_class)
[all …]