Home
last modified time | relevance | path

Searched refs:matherrl (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/ia64/fpu/
DVersions8 matherrf; matherrl;
Ds_matherrl.c27 compat_symbol (libm, __matherrl, matherrl, GLIBC_2_2_3);
Dlibm_error.c98 # define pmatherrl matherrl
101 compat_symbol_reference (libm, matherrl, matherrl, GLIBC_2_2_3);
104 # define matherrl(EXC) ((void) (EXC), 0) macro
125 int (*pmatherrl)(struct exceptionl*) = matherrl;
134 { pmatherrl = ( (user_merrl==NULL)? (matherrl) : (user_merrl) ); } in __libm_setusermatherrl()
Dlibm_support.h160 extern int matherrl(struct exceptionl*);
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dlocalplt.data7 libm.so: matherrl
Dlibm.abilist337 GLIBC_2.2.3 matherrl F
/glibc-2.36/ChangeLog.old/
DChangeLog.1936987 and matherrl.
37025 [_LIBC && LIBM_SVID_COMPAT] (matherrl): Likewise.
37027 [_LIBC && !LIBM_SVID_COMPAT] (matherrl): Likewise.
DChangeLog.1834182 * conform/linknamespace.pl (@whitelist): Add matherrf and matherrl.