Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/powerpc/fpu/
Dfenv_private.h30 #define __TEST_AND_BEGIN_NON_STOP(old, new) do {} while ((old) * (new) * 0 != 0) macro
33 #define __TEST_AND_BEGIN_NON_STOP __TEST_AND_ENTER_NON_STOP macro
44 __TEST_AND_BEGIN_NON_STOP (old.l, 0ULL); in libc_feholdexcept_setround_ppc()
64 __TEST_AND_BEGIN_NON_STOP (old.l, new.l); in __libc_femergeenv_ppc()
155 __TEST_AND_BEGIN_NON_STOP (old.l, 0ULL); in libc_feholdsetround_noex_ppc_ctx()
/glibc-2.36/ChangeLog.old/
DChangeLog.19383 (__TEST_AND_BEGIN_NON_STOP): New.
385 (libc_feholdexcept_setround_ppc): Use __TEST_AND_BEGIN_NON_STOP.
386 (__libc_femergeenv_ppc): Use __TEST_AND_BEGIN_NON_STOP and