Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:FP_ILOGBNAN

499 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined.  */
500 #if !(defined FP_ILOGB0 && defined FP_ILOGBNAN)
504 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */
508 # define FP_ILOGBNAN 2147483647 /* INT_MAX */
512 # define FP_ILOGBNAN 2147483647 /* INT_MAX */
516 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */