Searched refs:__sim_round_mode_thread (Results 1 – 12 of 12) sorted by relevance
28 __sim_round_mode_thread = round; in __fesetround()29 SIM_SET_GLOBAL (__sim_round_mode_global, __sim_round_mode_thread); in __fesetround()
28 __sim_round_mode_thread = u.l[0]; in fesetmode()29 SIM_SET_GLOBAL (__sim_round_mode_global, __sim_round_mode_thread); in fesetmode()
31 __thread int __sim_round_mode_thread; variable32 libc_hidden_tls_def (__sim_round_mode_thread);
30 __sim_round_mode_thread = u.l[0] & 0x3; in __fesetenv()31 SIM_SET_GLOBAL (__sim_round_mode_global, __sim_round_mode_thread); in __fesetenv()
40 extern __thread int __sim_round_mode_thread attribute_tls_model_ie;41 libc_hidden_tls_proto (__sim_round_mode_thread, tls_model ("initial-exec"));
32 return __sim_round_mode_thread; in get_rounding_mode()
27 switch (__sim_round_mode_thread) in __flt_rounds()
25 return __sim_round_mode_thread; in __fegetround()
27 u.l[0] = __sim_round_mode_thread; in fegetmode()
99 # define FP_ROUNDMODE __sim_round_mode_thread110 extern __thread int __sim_round_mode_thread attribute_tls_model_ie;111 libc_hidden_tls_proto (__sim_round_mode_thread, tls_model ("initial-exec"));
28 u.l[0] |= __sim_round_mode_thread; in __fegetenv()
27 __sim_round_mode_thread;
Completed in 7 milliseconds