Esempio n. 1
0
float_type
__CONCATX(__scalbn,suffix) (float_type x, int exp)
{
  return __m81_u(__CONCATX(__scalbn,suffix))(x, exp);
}
Esempio n. 2
0
int
__CONCATX(__,FUNC) (float_type x)
{
  return __m81_u(__CONCATX(__,FUNC))(x);
}