HomeSort by: relevance | last modified time | path
    Searched defs:__fp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sh3/include/
ieeefp.h 60 int __fp = 0; local in function:__FPE
63 __fp |= FP_X_DZ;
65 __fp |= FP_X_IMP;
67 __fp |= FP_X_INV;
69 __fp |= FP_X_OFL;
71 __fp |= FP_X_UFL;
72 return __fp;
76 __FEE(fp_except __fp)
80 if (__fp & FP_X_DZ)
82 if (__fp & FP_X_IMP
    [all...]
ieeefp.h 60 int __fp = 0; local in function:__FPE
63 __fp |= FP_X_DZ;
65 __fp |= FP_X_IMP;
67 __fp |= FP_X_INV;
69 __fp |= FP_X_OFL;
71 __fp |= FP_X_UFL;
72 return __fp;
76 __FEE(fp_except __fp)
80 if (__fp & FP_X_DZ)
82 if (__fp & FP_X_IMP
    [all...]

Completed in 202 milliseconds