Home
last modified time | relevance | path

Searched refs:FUNC_LDOUBLE_ARG0 (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sysdeps/aarch64/
Dtst-audit27mod.c77 if (a0 != FUNC_LDOUBLE_ARG0) in tst_audit27_func_ldouble()
78 FAIL_EXIT1 ("a0: %La != %La", a0, FUNC_LDOUBLE_ARG0); in tst_audit27_func_ldouble()
Dtst-auditmod27.c83 assert (regs->lr_vreg[0].q == FUNC_LDOUBLE_ARG0); in la_aarch64_gnu_pltenter()
151 assert (inregs->lr_vreg[0].q == FUNC_LDOUBLE_ARG0); in la_aarch64_gnu_pltexit()
Dtst-audit27.c48 long double r = tst_audit27_func_ldouble (FUNC_LDOUBLE_ARG0, in do_test()
Dtst-audit27mod.h52 #define FUNC_LDOUBLE_ARG0 DBL_MAX + 1.0L macro