Searched refs:VKI_FPE_FLTRES (Results 1 – 3 of 3) sorted by relevance
504 #define VKI_FPE_FLTRES FPE_FLTRES macro
502 #define VKI_FPE_FLTRES (__VKI_SI_FAULT|6) /* floating point inexact result */ macro
1614 case VKI_FPE_FLTRES: event = "FP inexact"; break; in default_action()