Searched refs:FPE_FLTUND (Results 1 – 2 of 2) sorted by relevance
104 FPE_FLTUND, /* Floating point underflow. */ enumerator105 # define FPE_FLTUND FPE_FLTUND macro
109 detail->code = posix ? FPE_FLTUND : FPE_FLTDNR_FAULT; in exception2signal()121 detail->code = posix ? FPE_FLTUND : FPE_FLTUND_FAULT; in exception2signal()
Completed in 4 milliseconds