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

  /src/sys/arch/alpha/include/
fenv.h 84 union __fpcr __r; local in function:feclearexcept
87 __mf_fpcr(&__r.__d);
88 __r.__bits &= ~((fenv_t)__excepts << _FPUSW_SHIFT);
89 __mt_fpcr(__r.__d);
97 union __fpcr __r; local in function:fegetexceptflag
100 __mf_fpcr(&__r.__d);
102 *__flagp = (__r.__bits >> _FPUSW_SHIFT) & __excepts;
109 union __fpcr __r; local in function:fesetexceptflag
115 __mf_fpcr(&__r.__d);
116 __r.__bits &= ~__xexcepts
141 union __fpcr __r; local in function:fetestexcept
152 union __fpcr __r; local in function:fegetround
165 union __fpcr __r; local in function:fesetround
    [all...]
fenv.h 84 union __fpcr __r; local in function:feclearexcept
87 __mf_fpcr(&__r.__d);
88 __r.__bits &= ~((fenv_t)__excepts << _FPUSW_SHIFT);
89 __mt_fpcr(__r.__d);
97 union __fpcr __r; local in function:fegetexceptflag
100 __mf_fpcr(&__r.__d);
102 *__flagp = (__r.__bits >> _FPUSW_SHIFT) & __excepts;
109 union __fpcr __r; local in function:fesetexceptflag
115 __mf_fpcr(&__r.__d);
116 __r.__bits &= ~__xexcepts
141 union __fpcr __r; local in function:fetestexcept
152 union __fpcr __r; local in function:fegetround
165 union __fpcr __r; local in function:fesetround
    [all...]
  /src/sys/arch/powerpc/include/
fenv.h 155 union __fpscr __r; local in function:feclearexcept
159 __mffs(&__r.__d);
160 __r.__bits.__reg &= ~__excepts;
161 __mtfsf(__r.__d);
168 union __fpscr __r; local in function:fegetexceptflag
170 __mffs(&__r.__d);
171 *__flagp = __r.__bits.__reg & __excepts;
178 union __fpscr __r; local in function:fesetexceptflag
182 __mffs(&__r.__d);
183 __r.__bits.__reg &= ~__excepts
192 union __fpscr __r; local in function:feraiseexcept
205 union __fpscr __r; local in function:fetestexcept
214 union __fpscr __r; local in function:fegetround
223 union __fpscr __r; local in function:fesetround
237 union __fpscr __r; local in function:fegetenv
247 union __fpscr __r; local in function:feholdexcept
261 union __fpscr __r; local in function:fesetenv
272 union __fpscr __r; local in function:feupdateenv
291 union __fpscr __r; local in function:feenableexcept
305 union __fpscr __r; local in function:fedisableexcept
319 union __fpscr __r; local in function:fegetexcept
    [all...]
fenv.h 155 union __fpscr __r; local in function:feclearexcept
159 __mffs(&__r.__d);
160 __r.__bits.__reg &= ~__excepts;
161 __mtfsf(__r.__d);
168 union __fpscr __r; local in function:fegetexceptflag
170 __mffs(&__r.__d);
171 *__flagp = __r.__bits.__reg & __excepts;
178 union __fpscr __r; local in function:fesetexceptflag
182 __mffs(&__r.__d);
183 __r.__bits.__reg &= ~__excepts
192 union __fpscr __r; local in function:feraiseexcept
205 union __fpscr __r; local in function:fetestexcept
214 union __fpscr __r; local in function:fegetround
223 union __fpscr __r; local in function:fesetround
237 union __fpscr __r; local in function:fegetenv
247 union __fpscr __r; local in function:feholdexcept
261 union __fpscr __r; local in function:fesetenv
272 union __fpscr __r; local in function:feupdateenv
291 union __fpscr __r; local in function:feenableexcept
305 union __fpscr __r; local in function:fedisableexcept
319 union __fpscr __r; local in function:fegetexcept
    [all...]

Completed in 24 milliseconds