Home
last modified time | relevance | path

Searched defs:retval (Results 1 – 25 of 44) sorted by relevance

12

/sysdeps/m68k/m680x0/fpu/
A Ds_cexp_template.c31 CFLOAT retval; in s() local
63 __real__ retval = exp_val * cos_ix; in s() local
65 __imag__ retval = __imag__ x; in s() local
67 __imag__ retval = exp_val * sin_ix; in s() local
76 __real__ retval = __imag__ retval = 0.0; in s() local
91 __real__ retval = -__real__ retval; in s() local
94 __real__ retval = -__real__ retval; in s() local
97 __imag__ retval = -__imag__ retval; in s() local
101 __imag__ retval = __imag__ x; in s() local
115 __imag__ retval = -__imag__ retval; in s() local
[all …]
A Ds_ccosh_template.c29 CFLOAT retval; in s() local
39 __real__ retval = cos_ix * m81(__ieee754_cosh) (__real__ x); in s() local
41 __imag__ retval = (signbit (__real__ x) in s() local
44 __imag__ retval = sin_ix * m81(__ieee754_sinh) (__real__ x); in s() local
52 __real__ retval = __imag__ x - __imag__ x; in s() local
53 __imag__ retval = __real__ x; in s() local
58 __real__ retval = s(fabs) (__real__ x); in s() local
60 __real__ retval = s(__nan) (""); in s() local
61 __imag__ retval = __imag__ x - __imag__ x; in s() local
A Ds_csin_template.c29 CFLOAT retval; in s() local
40 __real__ retval = __real__ x; in s() local
42 __real__ retval = sin_rx * m81(__ieee754_cosh) (__imag__ x); in s() local
43 __imag__ retval = cos_rx * m81(__ieee754_sinh) (__imag__ x); in s() local
49 __real__ retval = __real__ x - __real__ x; in s() local
51 __imag__ retval = __imag__ x; in s() local
53 __imag__ retval = __real__ retval; in s() local
A Ds_csinh_template.c30 CFLOAT retval; in s() local
42 __real__ retval = cos_ix * m81(__ieee754_sinh) (__real__ x); in s() local
44 __imag__ retval = __imag__ x; in s() local
46 __imag__ retval = sin_ix * m81(__ieee754_cosh) (__real__ x); in s() local
52 __imag__ retval = __imag__ x - __imag__ x; in s() local
54 __real__ retval = __real__ x; in s() local
56 __real__ retval = __imag__ retval; in s() local
A Ds_fpclassifyl.c28 int retval = FP_NORMAL; in __fpclassifyl() local
/sysdeps/ieee754/flt-32/
A Ds_fpclassifyf.c28 int retval = FP_NORMAL; in __fpclassifyf() local
/sysdeps/ia64/fpu/
A Dlibc_libm_error.c9 __libm_error_support (void *arg1, void *arg2, void *retval, in __libm_error_support()
/sysdeps/ieee754/dbl-64/
A Ds_fpclassify.c28 int retval = FP_NORMAL; in __fpclassify() local
/sysdeps/posix/
A Dalarm.c32 unsigned int retval; in alarm() local
A Dclock_getres.c50 int retval = -1; in __clock_getres() local
/sysdeps/ieee754/ldbl-128/
A Ds_fpclassifyl.c28 int retval = FP_NORMAL; in __fpclassifyl() local
/sysdeps/unix/sysv/linux/
A Dadjtimex.c35 int retval; in libc_hidden_def() local
A Dtcgetattr.c36 int retval; in __tcgetattr() local
A Dxstatover.h28 off_t retval = (off_t) res; in lseek_overflow() local
A Dtimerfd_gettime.c57 int retval = __timerfd_gettime64 (fd, &its64); in libc_hidden_def() local
A Dgetcwd.c78 int retval; in __getcwd() local
A Dlseek.c33 off_t retval = (off_t) res; in lseek_overflow() local
A Dclock_adjtime.c59 int retval; in libc_hidden_def() local
A Dclock_getres.c67 int retval; in libc_hidden_def() local
A Dtimer_settime.c59 int retval = INLINE_SYSCALL_CALL (timer_settime, ktimerid, flags, in ___timer_settime64() local
86 int retval; in __timer_settime() local
A Dtimerfd_settime.c70 int retval; in libc_hidden_def() local
/sysdeps/x86/fpu/
A Ds_fpclassifyl.c28 int retval = FP_NORMAL; in __fpclassifyl() local
/sysdeps/ieee754/ldbl-128ibm/
A Ds_fpclassifyl.c46 int retval = FP_NORMAL; in ___fpclassifyl() local
/sysdeps/unix/sysv/linux/ia64/
A Dswapcontext.c22 long retval; member
/sysdeps/mips/
A Dtst-mode-switch-3.c54 int retval; in do_test() local

Completed in 26 milliseconds

12