Home
last modified time | relevance | path

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

/src/lib/msun/arm/
H A Dfenv.c202 int __got_excepts; in fetestexcept() local
204 __got_excepts = 0; in fetestexcept()
206 __got_excepts = __vfp_fetestexcept(__excepts); in fetestexcept()
207 __got_excepts |= __softfp_fetestexcept(__excepts); in fetestexcept()
209 return (__got_excepts); in fetestexcept()