Home | History | Annotate | Download | only in ADT

Lines Matching defs:copySign

1055   void copySign(const APFloat &RHS) {
1062 static APFloat copySign(APFloat Value, const APFloat &Sign) {
1063 Value.copySign(Sign);