Home
last modified time | relevance | path

Searched refs:f (Results 1 – 10 of 10) sorted by relevance

/stdlib/
A Dcxa_finalize.c38 struct exit_function *f; in __cxa_finalize() local
40 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) in __cxa_finalize()
41 if ((d == NULL || d == f->func.cxa.dso_handle) && f->flavor == ef_cxa) in __cxa_finalize()
44 void (*cxafn) (void *arg, int status) = f->func.cxa.fn; in __cxa_finalize()
45 void *cxaarg = f->func.cxa.arg; in __cxa_finalize()
76 f->flavor = ef_free; in __cxa_finalize()
96 struct exit_function *f; in __cxa_finalize() local
98 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) in __cxa_finalize()
99 if (d == NULL || d == f->func.cxa.dso_handle) in __cxa_finalize()
100 f->flavor = ef_free; in __cxa_finalize()
A Dgen-tst-strtod-round.c53 int r = mpfr_set (f, f2, rnd); in string_to_fp()
54 r |= mpfr_subnormalize (f, r, rnd); in string_to_fp()
59 r |= mpfr_subnormalize (f, r, rnd); in string_to_fp()
67 if (mpfr_inf_p (f)) in print_fp()
78 mpfr_t f; in round_str() local
82 mpfr_init (f); in round_str()
83 int r = string_to_fp (f, s, MPFR_RNDD); in round_str()
101 string_to_fp (f, s, MPFR_RNDN); in round_str()
105 string_to_fp (f, s, MPFR_RNDZ); in round_str()
109 string_to_fp (f, s, MPFR_RNDU); in round_str()
[all …]
A Dstrfrom-skeleton.c37 STRFROM (char *dest, size_t size, const char *format, FLOAT f) in STRFROM() argument
41 sfile.f._sbf._f._lock = NULL; in STRFROM()
64 fpnum.flt = f; in STRFROM()
66 fpnum.value = f; in STRFROM()
122 _IO_no_init (&sfile.f._sbf._f, _IO_USER_LOCK, -1, NULL, NULL); in STRFROM()
123 _IO_JUMPS (&sfile.f._sbf) = &_IO_strn_jumps; in STRFROM()
124 _IO_str_init_static_internal (&sfile.f, dest, size - 1, dest); in STRFROM()
146 done = __printf_fp_l (&sfile.f._sbf._f, _NL_CURRENT_LOCALE, &info, &fpptr); in STRFROM()
148 done = __printf_fphex (&sfile.f._sbf._f, &info, &fpptr); in STRFROM()
151 if (sfile.f._sbf._f._IO_buf_base != sfile.overflow_buf) in STRFROM()
[all …]
A Dexit.c68 struct exit_function *const f = &cur->fns[--cur->idx]; in __run_exit_handlers() local
71 switch (f->flavor) in __run_exit_handlers()
82 onfct = f->func.on.fn; in __run_exit_handlers()
83 arg = f->func.on.arg; in __run_exit_handlers()
93 atfct = f->func.at; in __run_exit_handlers()
105 f->flavor = ef_free; in __run_exit_handlers()
106 cxafct = f->func.cxa.fn; in __run_exit_handlers()
107 arg = f->func.cxa.arg; in __run_exit_handlers()
A Dbug-strtod.c36 FTYPE f; \
41 f = strto ## FSUF (buf, NULL); \
43 if (f != (FTYPE) cnt) \
47 FTOSTR (fstr, sizeof (fstr), "%g", f); \
A Dtst-strtod-round-skeleton.c77 # define CHOOSE_ld(f,d,...) d argument
80 # define CHOOSE_ld(f,d,ld64i,...) ld64i argument
83 # define CHOOSE_ld(f,d,ld64i,ld64m,...) ld64m argument
95 #define CHOOSE_f(f,...) f argument
96 #define CHOOSE_f32(f,...) f argument
97 #define CHOOSE_d(f,d,...) d argument
98 #define CHOOSE_f64(f,d,...) d argument
99 #define CHOOSE_f32x(f,d,...) d argument
112 # define CHOOSE_f64x(f,d,ld64i,...) ld64i argument
208 FTYPE f = STRTO (FSUF) (s, NULL); \
[all …]
A Dtst-strtod.h84 mfunc ( f, float, strfromf, f, f, ##__VA_ARGS__) \
114 result |= mfunc ## f (__VA_ARGS__); \
A Dstrfmon_l.c83 _IO_strfile f; in __vstrfmon_l_internal() local
527 f._sbf._f._lock = NULL; in __vstrfmon_l_internal()
529 _IO_init_internal (&f._sbf._f, 0); in __vstrfmon_l_internal()
530 _IO_JUMPS (&f._sbf) = &_IO_str_jumps; in __vstrfmon_l_internal()
531 _IO_str_init_static_internal (&f, dest, (s + maxsize) - dest, dest); in __vstrfmon_l_internal()
547 done = __printf_fp_l (&f._sbf._f, loc, &info, &ptr); in __vstrfmon_l_internal()
A Dtst-setcontext.c81 volatile int f = 6; in test_stack() local
118 if (f != 6) in test_stack()
A DVersions75 # f*

Completed in 17 milliseconds