Searched refs:verbose_unop (Results 1 – 1 of 1) sorted by relevance
486 static T verbose_unop (const char *, T, T);530 r.image = verbose_unop("-", image, -image); in operator -()536 r.image = verbose_unop("abs ", image, do_abs(image)); in abs()625 native_float<T>::verbose_unop (const char *symbol, T a, T r) in verbose_unop() function in native_float