Home
last modified time | relevance | path

Searched refs:VKI_FPE_FLTUND (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-darwin.h503 #define VKI_FPE_FLTUND FPE_FLTUND macro
Dvki-linux.h511 #define VKI_FPE_FLTUND (__VKI_SI_FAULT|5) /* floating point underflow */ macro
/external/valgrind/main/coregrind/
Dm_signals.c1660 case VKI_FPE_FLTUND: event = "FP underflow"; break; in default_action()