Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/powerpc/fpu/
Dfenv_private.h31 #define __TEST_AND_END_NON_STOP(old, new) do {} while ((old) * (new) * 0 != 0) macro
34 #define __TEST_AND_END_NON_STOP __TEST_AND_EXIT_NON_STOP macro
63 __TEST_AND_END_NON_STOP (old.l, new.l); in __libc_femergeenv_ppc()
/glibc-2.36/ChangeLog.old/
DChangeLog.19384 (__TEST_AND_END_NON_STOP): New.
387 __TEST_AND_END_NON_STOP.
388 (libc_feholdsetround_noex_ppc_ctx): Use __TEST_AND_END_NON_STOP.