HomeSort by: relevance | last modified time | path
    Searched defs:verbose_unop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 485 static T verbose_unop (const char *, T, T);
529 r.image = verbose_unop("-", image, -image);
535 r.image = verbose_unop("abs ", image, do_abs(image));
624 native_float<T>::verbose_unop (const char *symbol, T a, T r) function in class:native_float
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 485 static T verbose_unop (const char *, T, T);
529 r.image = verbose_unop("-", image, -image);
535 r.image = verbose_unop("abs ", image, do_abs(image));
624 native_float<T>::verbose_unop (const char *symbol, T a, T r) function in class:native_float

Completed in 28 milliseconds