Home
last modified time | relevance | path

Searched refs:__pack_fpscr (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dfegetenv.h45 *envp = __pack_fpscr(fpscr); in _fegetenv()
Dfetestexcept.h46 return (__pack_fpscr(fpscr) & excepts); in _fetestexcept()
Dfegetexceptflag.h46 *flagp = __pack_fpscr(fpscr) & excepts; in _fegetexceptflag()
Dfeholdexcept.h46 *envp = __pack_fpscr(fpscr); in _feholdexcept()
Dfesetexceptflag.h46 pack_fpscr = __pack_fpscr(fpscr); in _fesetexceptflag()
Dfefpscr.h64 static __inline fenv_t __pack_fpscr(vec_uint4 fpscr) in __pack_fpscr() function