Searched refs:VKI_FPE_FLTRES (Results 1 – 4 of 4) sorted by relevance
523 #define VKI_FPE_FLTRES FPE_FLTRES macro
952 #define VKI_FPE_FLTRES FPE_FLTRES macro
516 #define VKI_FPE_FLTRES (__VKI_SI_FAULT|6) /* floating point inexact result */ macro
1803 case VKI_FPE_FLTRES: event = "FP inexact"; break; in default_action()