Home | History | Annotate | Download | only in x86_64

Lines Matching defs:tan

94 //  tan(NaN) = quiet NaN, and raise invalid exception
95 // tan(INF) = NaN and raise invalid exception
96 // tan(+/-0) = +/-0
101 # -- Begin tan
102 ENTRY(tan)
615 END(tan)
616 # -- End tan