Searched refs:__fe (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/sh3/include/
H A Dieeefp.h58 __FPE(int __fe) argument
62 if (__fe & FE_DIVBYZERO)
64 if (__fe & FE_INEXACT)
66 if (__fe & FE_INVALID)
68 if (__fe & FE_OVERFLOW)
70 if (__fe & FE_UNDERFLOW)
78 int __fe = 0; local
81 __fe |= FE_DIVBYZERO;
83 __fe |= FE_INEXACT;
85 __fe |
94 __FPR(int __fe) argument
[all...]

Completed in 82 milliseconds