Searched refs:SC_USED_FP (Results 1 – 3 of 3) sorted by relevance
15 #define SC_USED_FP (1 << 0) macro
793 conditional_used_math(extctx.flags & SC_USED_FP); in restore_sigcontext()799 if (!(extctx.flags & SC_USED_FP)) in restore_sigcontext()829 flags = used_math() ? SC_USED_FP : 0; in handle_flags()873 if (extctx->flags & SC_USED_FP) { in setup_extcontext()
18 #define SC_USED_FP (1 << 0) macro135 extctx->flags = SC_USED_FP; in setup_extcontext()