Home
last modified time | relevance | path

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

/sysdeps/powerpc/nofpu/
A Dfesetround.c28 __sim_round_mode_thread = round; in __fesetround()
29 SIM_SET_GLOBAL (__sim_round_mode_global, __sim_round_mode_thread); in __fesetround()
A Dfesetmode.c28 __sim_round_mode_thread = u.l[0]; in fesetmode()
29 SIM_SET_GLOBAL (__sim_round_mode_global, __sim_round_mode_thread); in fesetmode()
A Dsim-full.c31 __thread int __sim_round_mode_thread; variable
32 libc_hidden_tls_def (__sim_round_mode_thread);
A Dfesetenv.c30 __sim_round_mode_thread = u.l[0] & 0x3; in __fesetenv()
31 SIM_SET_GLOBAL (__sim_round_mode_global, __sim_round_mode_thread); in __fesetenv()
A Dsoft-supp.h40 extern __thread int __sim_round_mode_thread attribute_tls_model_ie;
41 libc_hidden_tls_proto (__sim_round_mode_thread, tls_model ("initial-exec"));
A Dget-rounding-mode.h32 return __sim_round_mode_thread; in get_rounding_mode()
A Dflt-rounds.c27 switch (__sim_round_mode_thread) in __flt_rounds()
A Dfegetround.c25 return __sim_round_mode_thread; in __fegetround()
A Dfegetmode.c27 u.l[0] = __sim_round_mode_thread; in fegetmode()
A Dsfp-machine.h99 # define FP_ROUNDMODE __sim_round_mode_thread
110 extern __thread int __sim_round_mode_thread attribute_tls_model_ie;
111 libc_hidden_tls_proto (__sim_round_mode_thread, tls_model ("initial-exec"));
A Dfegetenv.c28 u.l[0] |= __sim_round_mode_thread; in __fegetenv()
A DVersions27 __sim_round_mode_thread;

Completed in 7 milliseconds