/glibc-2.36/soft-fp/ |
D | op-common.h | 38 #define _FP_FRAC_SNANP(fs, X) \ argument 42 #define _FP_FRAC_SNANP_SEMIRAW(fs, X) \ argument 50 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument 106 #define _FP_UNPACK_SEMIRAW(fs, wc, X) _FP_FRAC_SLL_##wc (X, _FP_WORKBITS) argument 110 #define _FP_CHECK_FLUSH_ZERO(fs, wc, X) \ argument 125 #define _FP_OVERFLOW_SEMIRAW(fs, wc, X) \ argument 147 #define _FP_CHECK_SIGNAN_SEMIRAW(fs, wc, X) \ argument 159 #define _FP_CHOOSENAN_SEMIRAW(fs, wc, R, X, Y, OP) \ argument 173 #define _FP_SETQNAN(fs, wc, X) \ argument 189 #define _FP_SETQNAN_SEMIRAW(fs, wc, X) \ argument [all …]
|
D | op-1.h | 78 #define _FP_FRAC_OVERP_1(fs, X) (X##_f & _FP_OVERFLOW_##fs) argument 79 #define _FP_FRAC_CLEAR_OVERP_1(fs, X) (X##_f &= ~_FP_OVERFLOW_##fs) argument 80 #define _FP_FRAC_HIGHBIT_DW_1(fs, X) (X##_f & _FP_HIGHBIT_DW_##fs) argument 92 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument 104 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument 118 #define _FP_PACK_RAW_1(fs, val, X) \ argument 131 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument 250 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument 267 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument 302 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
|
D | op-2.h | 137 #define _FP_FRAC_OVERP_2(fs, X) (_FP_FRAC_HIGH_##fs (X) & _FP_OVERFLOW_##fs) argument 138 #define _FP_FRAC_CLEAR_OVERP_2(fs, X) (_FP_FRAC_HIGH_##fs (X) &= ~_FP_OVERFLOW_##fs) argument 139 #define _FP_FRAC_HIGHBIT_DW_2(fs, X) \ argument 209 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument 222 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument 238 #define _FP_PACK_RAW_2(fs, val, X) \ argument 252 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument 531 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
|
D | op-4.h | 181 #define _FP_FRAC_OVERP_4(fs, X) (_FP_FRAC_HIGH_##fs (X) & _FP_OVERFLOW_##fs) argument 182 #define _FP_FRAC_HIGHBIT_DW_4(fs, X) \ argument 184 #define _FP_FRAC_CLEAR_OVERP_4(fs, X) (_FP_FRAC_HIGH_##fs (X) &= ~_FP_OVERFLOW_##fs) argument 233 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument 247 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument 262 #define _FP_PACK_RAW_4(fs, val, X) \ argument 276 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument 484 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
|
D | op-8.h | 207 #define _FP_FRAC_HIGHBIT_DW_8(fs, X) \ argument
|
/glibc-2.36/argp/ |
D | argp-fmtstream.c | 60 argp_fmtstream_t fs; in __argp_make_fmtstream() local 97 __argp_fmtstream_free (argp_fmtstream_t fs) in __argp_fmtstream_free() 121 __argp_fmtstream_update (argp_fmtstream_t fs) in __argp_fmtstream_update() 349 __argp_fmtstream_ensure (struct argp_fmtstream *fs, size_t amount) in __argp_fmtstream_ensure() 400 __argp_fmtstream_printf (struct argp_fmtstream *fs, const char *fmt, ...) in __argp_fmtstream_printf()
|
D | argp-fmtstream.h | 52 #define __argp_fmtstream_putc(fs,ch) putc(ch,fs) argument 53 #define argp_fmtstream_putc(fs,ch) putc(ch,fs) argument 54 #define __argp_fmtstream_puts(fs,str) fputs(str,fs) argument 55 #define argp_fmtstream_puts(fs,str) fputs(str,fs) argument 56 #define __argp_fmtstream_write(fs,str,len) fwrite(str,1,len,fs) argument 57 #define argp_fmtstream_write(fs,str,len) fwrite(str,1,len,fs) argument
|
/glibc-2.36/stdio-common/ |
D | tst-fmemopen.c | 51 struct stat fs; in do_test() local
|
/glibc-2.36/elf/ |
D | tst-ldconfig-bad-aux-cache.c | 76 struct stat64 fs; in do_test() local
|
/glibc-2.36/sysdeps/generic/ |
D | unwind-dw2.c | 247 _Unwind_FrameState *fs) in extract_cie_info() 727 _Unwind_FrameState *fs) in execute_cfa_program() 941 uw_frame_state_for (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_frame_state_for() 1033 _Unwind_FrameState fs; in __frame_state_for() local 1076 uw_update_context_1 (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_update_context_1() 1168 uw_update_context (struct _Unwind_Context *context, _Unwind_FrameState *fs) in uw_update_context() 1197 _Unwind_FrameState fs; in uw_init_context_1() local
|
/glibc-2.36/locale/ |
D | tst-localedef-path-norm.c | 75 struct stat64 fs; in run_test() local
|
/glibc-2.36/sysdeps/mips/mips32/ |
D | sfp-machine.h | 46 # define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 57 # define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/mips/mips64/ |
D | sfp-machine.h | 49 # define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument 60 # define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | sfp-machine.h | 37 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/powerpc/nofpu/ |
D | sfp-machine.h | 28 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/nios2/ |
D | sfp-machine.h | 35 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/arm/ |
D | sfp-machine.h | 35 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/csky/ |
D | sfp-machine.h | 34 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/aarch64/ |
D | sfp-machine.h | 32 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/alpha/ |
D | sfp-machine.h | 50 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/arc/ |
D | sfp-machine.h | 54 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/sh/ |
D | sfp-machine.h | 35 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | sfp-machine.h | 65 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/ |
D | sfp-machine.h | 42 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/glibc-2.36/sysdeps/or1k/ |
D | sfp-machine.h | 55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|