/glibc-2.36/math/ |
D | s_cacosh_template.c | 26 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 …]
|
D | s_catan_template.c | 28 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 …]
|
D | s_casinh_template.c | 25 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
|
D | s_catanh_template.c | 28 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 …]
|
D | s_csqrt_template.c | 28 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 …]
|
D | k_casinh_template.c | 34 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 …]
|
D | s_casin_template.c | 26 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
|
D | s_ctan_template.c | 29 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 …]
|
D | s_ctanh_template.c | 29 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 …]
|
D | s_cacos_template.c | 26 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
|
D | s_cproj_template.c | 28 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
|
D | test-fenv-return.c | 29 int res; in test_feenableexcept() local 58 int res; in test_fesetenv() local 87 int res; in test_feupdateenv() local
|
/glibc-2.36/nis/ |
D | nis_xdr.c | 31 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/ |
D | tstscanf.c | 192 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
|
D | fxprintf.c | 36 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/ |
D | clock_getres.c | 28 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/ |
D | not-errno.h | 28 int res; in __access_noerrno() local 42 int res; in __kill_noerrno() local
|
D | timer_delete.c | 30 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
|
D | lseek.c | 31 static inline off_t lseek_overflow (loff_t res) in lseek_overflow() 45 loff_t res; in __lseek() local
|
/glibc-2.36/sysdeps/pthread/ |
D | thrd_exit.c | 23 __thrd_exit (int res) in __thrd_exit()
|
/glibc-2.36/localedata/ |
D | tst-mbswcs6.c | 33 int res; in do_test() local 61 int res; in main() local
|
/glibc-2.36/sysdeps/riscv/rv32/rvf/ |
D | s_lroundf.c | 26 int32_t res; in __lroundf() local
|
/glibc-2.36/sysdeps/riscv/rv64/rvd/ |
D | s_llrint.c | 25 int64_t res; in __llrint() local
|
D | s_llround.c | 25 int64_t res; in __llround() local
|
D | s_lrint.c | 25 int64_t res; in __lrint() local
|