| /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
|