Home | History | Annotate | Download | only in include

Lines Matching full:signbit

140 bool signbit(arithmetic x);
312 // signbit
314 #ifdef signbit
321 return signbit(__lcpp_x);
324 #undef signbit
329 signbit(_A1 __lcpp_x) _NOEXCEPT
334 #endif // signbit
638 using ::signbit;