Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/glibc-2.36/math/
Ds_cacosh_template.c26 CFLOAT res; in M_DECL_FUNC() local
34 __real__ res = M_HUGE_VAL; in M_DECL_FUNC() local
37 __imag__ res = M_NAN; in M_DECL_FUNC() local
39 __imag__ res = M_COPYSIGN ((rcls == FP_INFINITE in M_DECL_FUNC() local
47 __real__ res = M_HUGE_VAL; in M_DECL_FUNC() local
50 __imag__ res = M_COPYSIGN (signbit (__real__ x) in M_DECL_FUNC() local
53 __imag__ res = M_NAN; in M_DECL_FUNC() local
57 __real__ res = M_NAN; in M_DECL_FUNC() local
59 __imag__ res = M_MLIT (M_PI_2); in M_DECL_FUNC() local
61 __imag__ res = M_NAN; in M_DECL_FUNC() local
[all …]
Ds_catan_template.c28 CFLOAT res; in M_DECL_FUNC() local
36 __real__ res = M_COPYSIGN (M_MLIT (M_PI_2), __real__ x); in M_DECL_FUNC() local
37 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local
42 __real__ res = M_COPYSIGN (M_MLIT (M_PI_2), __real__ x); in M_DECL_FUNC() local
44 __real__ res = M_NAN; in M_DECL_FUNC() local
45 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local
49 __real__ res = M_NAN; in M_DECL_FUNC() local
50 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local
54 __real__ res = M_NAN; in M_DECL_FUNC() local
55 __imag__ res = M_NAN; in M_DECL_FUNC() local
[all …]
Ds_casinh_template.c25 CFLOAT res; in M_DECL_FUNC() local
33 __real__ res = M_COPYSIGN (M_HUGE_VAL, __real__ x); in M_DECL_FUNC() local
36 __imag__ res = M_NAN; in M_DECL_FUNC() local
38 __imag__ res = M_COPYSIGN ((rcls >= FP_ZERO in M_DECL_FUNC() local
44 __real__ res = __real__ x; in M_DECL_FUNC() local
47 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local
49 __imag__ res = M_NAN; in M_DECL_FUNC() local
53 __real__ res = M_NAN; in M_DECL_FUNC() local
54 __imag__ res = M_NAN; in M_DECL_FUNC() local
Ds_catanh_template.c28 CFLOAT res; in M_DECL_FUNC() local
36 __real__ res = M_COPYSIGN (0, __real__ x); in M_DECL_FUNC() local
37 __imag__ res = M_COPYSIGN (M_MLIT (M_PI_2), __imag__ x); in M_DECL_FUNC() local
41 __real__ res = M_COPYSIGN (0, __real__ x); in M_DECL_FUNC() local
43 __imag__ res = M_COPYSIGN (M_MLIT (M_PI_2), __imag__ x); in M_DECL_FUNC() local
45 __imag__ res = M_NAN; in M_DECL_FUNC() local
49 __real__ res = M_NAN; in M_DECL_FUNC() local
50 __imag__ res = M_NAN; in M_DECL_FUNC() local
62 __imag__ res = M_COPYSIGN (M_MLIT (M_PI_2), __imag__ x); in M_DECL_FUNC() local
64 __real__ res = 1 / __real__ x; in M_DECL_FUNC() local
[all …]
Ds_csqrt_template.c28 CFLOAT res; in M_DECL_FUNC() local
36 __real__ res = M_HUGE_VAL; in M_DECL_FUNC() local
37 __imag__ res = __imag__ x; in M_DECL_FUNC() local
43 __real__ res = icls == FP_NAN ? M_NAN : 0; in M_DECL_FUNC() local
44 __imag__ res = M_COPYSIGN (M_HUGE_VAL, __imag__ x); in M_DECL_FUNC() local
48 __real__ res = __real__ x; in M_DECL_FUNC() local
49 __imag__ res = (icls == FP_NAN in M_DECL_FUNC() local
55 __real__ res = M_NAN; in M_DECL_FUNC() local
56 __imag__ res = M_NAN; in M_DECL_FUNC() local
65 __real__ res = 0; in M_DECL_FUNC() local
[all …]
Dk_casinh_template.c34 CFLOAT res; in M_DECL_FUNC() local
65 __real__ res = M_LOG (rx + s); in M_DECL_FUNC() local
67 __imag__ res = M_ATAN2 (s, __imag__ x); in M_DECL_FUNC() local
69 __imag__ res = M_ATAN2 (ix, s); in M_DECL_FUNC() local
75 __real__ res = M_LOG (ix + s); in M_DECL_FUNC() local
77 __imag__ res = M_ATAN2 (rx, M_COPYSIGN (s, __imag__ x)); in M_DECL_FUNC() local
79 __imag__ res = M_ATAN2 (s, rx); in M_DECL_FUNC() local
88 __real__ res = M_LOG1P (2 * (ix2m1 + ix * s)) / 2; in M_DECL_FUNC() local
90 __imag__ res = M_ATAN2 (rx, M_COPYSIGN (s, __imag__ x)); in M_DECL_FUNC() local
92 __imag__ res = M_ATAN2 (s, rx); in M_DECL_FUNC() local
[all …]
Ds_casin_template.c26 CFLOAT res; in M_DECL_FUNC() local
36 __real__ res = M_NAN; in M_DECL_FUNC() local
37 __imag__ res = M_COPYSIGN (M_HUGE_VAL, __imag__ x); in M_DECL_FUNC() local
41 __real__ res = M_NAN; in M_DECL_FUNC() local
42 __imag__ res = M_NAN; in M_DECL_FUNC() local
54 __real__ res = __imag__ y; in M_DECL_FUNC() local
55 __imag__ res = -__real__ y; in M_DECL_FUNC() local
Ds_ctan_template.c29 CFLOAT res; in M_DECL_FUNC() local
39 __real__ res = M_COPYSIGN (0, sinrx * cosrx); in M_DECL_FUNC() local
42 __real__ res = M_COPYSIGN (0, __real__ x); in M_DECL_FUNC() local
43 __imag__ res = M_COPYSIGN (1, __imag__ x); in M_DECL_FUNC() local
51 __real__ res = M_NAN; in M_DECL_FUNC() local
53 __imag__ res = __imag__ x; in M_DECL_FUNC() local
55 __imag__ res = M_NAN; in M_DECL_FUNC() local
88 __imag__ res = M_COPYSIGN (1, __imag__ x); in M_DECL_FUNC() local
89 __real__ res = 4 * sinrx * cosrx; in M_DECL_FUNC() local
120 __real__ res = sinrx * cosrx / den; in M_DECL_FUNC() local
[all …]
Ds_ctanh_template.c29 CFLOAT res; in M_DECL_FUNC() local
35 __real__ res = M_COPYSIGN (1, __real__ x); in M_DECL_FUNC() local
40 __imag__ res = M_COPYSIGN (0, sinix * cosix); in M_DECL_FUNC() local
43 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local
52 __real__ res = __real__ x; in M_DECL_FUNC() local
54 __real__ res = M_NAN; in M_DECL_FUNC() local
55 __imag__ res = M_NAN; in M_DECL_FUNC() local
88 __real__ res = M_COPYSIGN (1, __real__ x); in M_DECL_FUNC() local
89 __imag__ res = 4 * sinix * cosix; in M_DECL_FUNC() local
120 __real__ res = sinhrx * coshrx / den; in M_DECL_FUNC() local
[all …]
Ds_cacos_template.c26 CFLOAT res; in M_DECL_FUNC() local
35 __real__ res = M_MLIT (M_PI_2) - __real__ y; in M_DECL_FUNC() local
37 __real__ res = 0; in M_DECL_FUNC() local
38 __imag__ res = -__imag__ y; in M_DECL_FUNC() local
47 __real__ res = __imag__ y; in M_DECL_FUNC() local
48 __imag__ res = __real__ y; in M_DECL_FUNC() local
Ds_cproj_template.c28 CFLOAT res; in M_DECL_FUNC() local
30 __real__ res = INFINITY; in M_DECL_FUNC() local
31 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local
Dtest-fenv-return.c29 int res; in test_feenableexcept() local
58 int res; in test_fesetenv() local
87 int res; in test_feupdateenv() local
/glibc-2.36/nis/
Dnis_xdr.c31 bool_t res = xdr_string (xdrs, &objp->zattr_ndx, ~0); in xdr_nis_attr() local
65 bool_t res = xdr_u_int (xdrs, &objp->oa_rights); in xdr_oar_mask() local
74 bool_t res = xdr_string (xdrs, &objp->uaddr, ~0); in xdr_endpoint() local
87 bool_t res = xdr_nis_name (xdrs, &objp->name); in _xdr_nis_server() local
105 bool_t res = xdr_nis_name (xdrs, &objp->do_name); in _xdr_directory_obj() local
131 bool_t res = xdr_u_int (xdrs, &objp->ec_flags); in xdr_entry_col() local
141 bool_t res = xdr_string (xdrs, &objp->en_type, ~0); in xdr_entry_obj() local
152 bool_t res = xdr_u_int (xdrs, &objp->gr_flags); in xdr_group_obj() local
163 bool_t res = xdr_zotypes (xdrs, &objp->li_rtype); in xdr_link_obj() local
178 bool_t res = xdr_string (xdrs, &objp->tc_name, 64); in xdr_table_col() local
[all …]
/glibc-2.36/stdio-common/
Dtstscanf.c192 int res, val, n; in main() local
206 int res, n; in main() local
239 int res; in main() local
255 int res; in main() local
270 int res; in main() local
286 int res; in main() local
299 int res; in main() local
312 int res; in main() local
325 int res; in main() local
338 int res; in main() local
Dfxprintf.c36 int res; in locked_vfxprintf() local
71 int res = locked_vfxprintf (fp, fmt, ap, mode_flags); in __vfxprintf() local
81 int res = __vfxprintf (fp, fmt, ap, 0); in __fxprintf() local
98 int res = locked_vfxprintf (fp, fmt, ap, 0); in __fxprintf_nocancel() local
/glibc-2.36/sysdeps/posix/
Dclock_getres.c28 realtime_getres (struct timespec *res) in realtime_getres()
51 __clock_getres (clockid_t clock_id, struct timespec *res) in __clock_getres()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dnot-errno.h28 int res; in __access_noerrno() local
42 int res; in __kill_noerrno() local
Dtimer_delete.c30 int res = INLINE_SYSCALL_CALL (timer_delete, ktimerid); in ___timer_delete() local
78 int res = __timer_delete (__timer_compat_list[timerid]); in __timer_delete_old() local
Dlseek.c31 static inline off_t lseek_overflow (loff_t res) in lseek_overflow()
45 loff_t res; in __lseek() local
/glibc-2.36/sysdeps/pthread/
Dthrd_exit.c23 __thrd_exit (int res) in __thrd_exit()
/glibc-2.36/localedata/
Dtst-mbswcs6.c33 int res; in do_test() local
61 int res; in main() local
/glibc-2.36/sysdeps/riscv/rv32/rvf/
Ds_lroundf.c26 int32_t res; in __lroundf() local
/glibc-2.36/sysdeps/riscv/rv64/rvd/
Ds_llrint.c25 int64_t res; in __llrint() local
Ds_llround.c25 int64_t res; in __llround() local
Ds_lrint.c25 int64_t res; in __lrint() local

12345678910>>...13