Home | History | Annotate | Download | only in arm64

Lines Matching refs:plusNaN

135 Double plusNaN  ( void ) { return divf64(plusInf(),plusInf()); }
137 Double minusNaN ( void ) { return negate(plusNaN()); }
154 special_values[6] = plusNaN();