Searched refs:matherr (Results 1 – 25 of 73) sorted by relevance
123
/glibc-2.36/sysdeps/ieee754/ |
D | k_standard.c | 132 else if (!matherr(&exc)) { in __kernel_standard() 151 else if (!matherr(&exc)) { in __kernel_standard() 170 else if (!matherr(&exc)) { in __kernel_standard() 189 else if (!matherr(&exc)) { in __kernel_standard() 205 else if (!matherr(&exc)) { in __kernel_standard() 221 else if (!matherr(&exc)) { in __kernel_standard() 234 else if (!matherr(&exc)) { in __kernel_standard() 250 else if (!matherr(&exc)) { in __kernel_standard() 269 else if (!matherr(&exc)) { in __kernel_standard() 288 else if (!matherr(&exc)) { in __kernel_standard() [all …]
|
D | s_matherr.c | 19 #undef matherr 29 compat_symbol (libm, __matherr, matherr, GLIBC_2_0);
|
D | k_standardl.c | 87 else if (!matherr (&exc)) in __kernel_standard_l() 103 else if (!matherr (&exc)) in __kernel_standard_l()
|
/glibc-2.36/math/ |
D | test-matherr.c | 26 #undef matherr 28 compat_symbol_reference (libm, matherr, matherr, GLIBC_2_0); 34 matherr (struct exception *s) in matherr() function
|
D | test-matherr-2.c | 28 # undef matherr 30 compat_symbol_reference (libm, matherr, matherr, GLIBC_2_0); 38 matherr (struct exception *s) in matherr() function
|
D | math-svid-compat.h | 48 extern int matherr (struct exception *__exc); 78 compat_symbol_reference (libm, matherr, matherr, GLIBC_2_0); 84 # define matherr(EXC) ((void) (EXC), 0) macro
|
D | test-matherr-3.c | 30 matherr (struct exception *s) in matherr() function
|
/glibc-2.36/sysdeps/generic/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because 8 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because 11 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because 11 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because 8 libm.so: matherr
|
/glibc-2.36/sysdeps/x86_64/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because 10 libm.so: matherr + RELA R_X86_64_GLOB_DAT
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because 10 libm.so: matherr + REL R_386_GLOB_DAT
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
D | localplt.data | 5 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | localplt.data | 6 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/ |
D | localplt.data | 6 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/coldfire/ |
D | localplt.data | 6 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/ |
D | localplt.data | 5 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/m680x0/ |
D | localplt.data | 7 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/ |
D | localplt.data | 6 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/ |
D | localplt.data | 6 libm.so: matherr
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ |
D | localplt.data | 2 # PLT use is required for the malloc family and for matherr because
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | localplt.data | 8 libm.so: matherr + REL R_386_GLOB_DAT
|
123