• Home
  • Raw
  • Download

Lines Matching full:nan

38         // if number_value is double,NaN,Undefine, deal in this case  in Abs()
57 // value == -NaN , <-1 or > 1,result is NaN in Acos()
109 // value == -NaN, NaN, result is NaN in Asinh()
127 // value == -NaN, NaN, result is NaN in Atan()
174 // If either x or y is NaN, the result is NaN in Atan2()
191 // if value == -NaN, NaN, result is NaN in Cbrt()
209 // If value is NaN or -NaN, +infinite, -infinite,return value in Ceil()
211 // if value is -NaN , return NaN, else return value in Ceil()
235 // If value is NaN or -NaN, +infinite, -infinite, 0,return 32 in Clz32()
252 // If value is NaN or -NaN, +infinite, -infinite, result is NaN in Cos()
270 // if value is NaN or -NaN, result is NaN in Cosh()
288 // if value is NaN or -NaN, result is NaN in Exp()
306 // if value is NaN or -NaN, result is NaN in Expm1()
324 // If value is NaN or -NaN, +infinite, -infinite, +0, -0, return value in Floor()
326 // If value is -NaN, return NaN, else return value in Floor()
351 // If result is NaN or -NaN, the result is NaN in Fround()
393 // If value is NaN or -NaN, +infinite, -infinite in Imul()
414 // If value is NaN , -NaN , or < 0,result is NaN in Log()
432 // If value is NaN , -NaN , or < -1,result is NaN in Log1p()
450 // If value is NaN , -NaN , or < 0,result is NaN in Log10()
468 // If value is NaN , -NaN , or < 0,result is NaN in Log2()
498 // If any value is NaN, or -NaN, the max result is NaN in Max()
532 // If any value is NaN or -NaN, the min result is NaN in Min()
572 // If abs(x) is 1 and y is inf or -inf, the result is NaN in Pow()
578 // If result is NaN or -NaN, the result is NaN in Pow()
612 // If value is NaN, +infinite, or -infinite, VRegisterTag is DOUBLE in Round()
614 // If value is NaN or -NaN, the result is default NaN, else is value in Round()
668 // If value is NaN or -NaN, the result is NaN in Sin()
686 // If value is NaN or -NaN, the result is NaN in Sinh()
704 // If value is negative, include -NaN and -Infinity but not -0.0, the result is NaN in Sqrt()
708 // If value is NaN, the result is NaN in Sqrt()
726 // If value is NaN or -NaN, +infinite, -infinite, result is NaN in Tan()
762 // if value is +infinite, -infinite, NaN, -NaN, VRegisterTag is double in Trunc()