Home | History | Annotate | Download | only in ADT

Lines Matching defs:copySign

1049   void copySign(const APFloat &RHS) {
1056 static APFloat copySign(APFloat Value, const APFloat &Sign) {
1057 Value.copySign(Sign);