Home
last modified time | relevance | path

Searched refs:s (Results 1 – 12 of 12) sorted by relevance

/math/
A Dk_casinh_template.c63 FLOAT s = M_HYPOT (1, rx); in M_DECL_FUNC() local
65 __real__ res = M_LOG (rx + s); in M_DECL_FUNC()
69 __imag__ res = M_ATAN2 (ix, s); in M_DECL_FUNC()
75 __real__ res = M_LOG (ix + s); in M_DECL_FUNC()
79 __imag__ res = M_ATAN2 (s, rx); in M_DECL_FUNC()
86 FLOAT s = M_SQRT (ix2m1); in M_DECL_FUNC() local
92 __imag__ res = M_ATAN2 (s, rx); in M_DECL_FUNC()
142 FLOAT s = M_SQRT (onemix2); in M_DECL_FUNC() local
148 __imag__ res = M_ATAN2 (ix, s); in M_DECL_FUNC()
171 FLOAT s = M_HYPOT (1, rx); in M_DECL_FUNC() local
[all …]
A Datest-sincos.c64 mp2 s[4], c[4]; in sincosx_mpn() local
101 #define summ(d,ss,s,n) \ in sincosx_mpn() argument
103 mpn_add_n(tmp,s[1]+FRAC/mpbpl,s[2]+FRAC/mpbpl,SZ); \ in sincosx_mpn()
105 mpn_add_n(tmp,tmp,s[0]+FRAC/mpbpl,SZ); \ in sincosx_mpn()
106 mpn_add_n(tmp,tmp,s[3]+FRAC/mpbpl,SZ); \ in sincosx_mpn()
114 add_shift_mulh (s[0], x, co, NULL, 0, 0); /* s0 = h * c; */ in sincosx_mpn()
116 add_shift_mulh (s[1], x, co, c[0], 1, 1); /* s1 = h * (c - c0/2); */ in sincosx_mpn()
117 add_shift_mulh (c[1], x, si, s[0], 1, 0); /* c1 = h * (s + s0/2); */ in sincosx_mpn()
120 add_shift_mulh (s[3], x, co, c[2], 0, 1); /* s3 = h * (c - c2); */ in sincosx_mpn()
121 add_shift_mulh (c[3], x, si, s[2], 0, 0); /* c3 = h * (s + s2); */ in sincosx_mpn()
[all …]
A Ds_csqrt_template.c87 FLOAT d, r, s; in M_DECL_FUNC() local
122 s = __imag__ x / r; in M_DECL_FUNC()
127 s = M_LIT (0.5) * (__imag__ x / r); in M_DECL_FUNC()
131 s = M_SQRT (M_LIT (0.5) * (d - __real__ x)); in M_DECL_FUNC()
135 r = M_FABS (__imag__ x / s); in M_DECL_FUNC()
136 s = M_SCALBN (s, scale); in M_DECL_FUNC()
140 r = M_FABS (M_LIT (0.5) * (__imag__ x / s)); in M_DECL_FUNC()
146 s = M_SCALBN (s, scale); in M_DECL_FUNC()
150 math_check_force_underflow (s); in M_DECL_FUNC()
153 __imag__ res = M_COPYSIGN (s, __imag__ x); in M_DECL_FUNC()
A Dtst-CMPLX.c11 size_t s; in do_test() local
15 s = sizeof (f (r, i)); \ in do_test()
16 if (s != sizeof (complex t)) \ in do_test()
19 CMPLX (" #r ", " #i ") does not produce complex " #t ": %zu\n", s); \ in do_test()
A DREADME.libm-test51 before it's considered incorrect.
66 file as the machine's updated "libm-test-ulps" file. Copy "NewUlps" to
86 in directly but it's better to pretty print it first.
109 "TEST_f_f". The macro's parameter are the name of the function, the
A DVersions23 # s*
30 # s*
A DMakefile199 generated += $(foreach s,.c .S,$(call type-foreach, $(calls:s_%=m_%$(s))))
A Dgen-auto-libm-tests.c617 xstrdup (const char *s) in xstrdup() argument
619 char *p = strdup (s); in xstrdup()
A Dtest-matherr-3.c30 matherr (struct exception *s) in matherr() argument
A Dtest-matherr.c34 matherr (struct exception *s) in matherr() argument
A Dtest-matherr-2.c38 matherr (struct exception *s) in matherr() argument
A Dauto-libm-test-in6035 # or its absence to be unambiguous under glibc's accuracy standards).

Completed in 23 milliseconds