abs overloads
Declared in <llvm/ADT/DynamicAPInt.h>
Returns the absolute value of the argument.
APFloat
abs(APFloat X);
» more...
Returns the absolute value of X.
DynamicAPInt
abs(DynamicAPInt const& X);
» more...
XX.| Name | Description |
|---|---|
| X | value whose absolute value is returned |