/picolibc-3.5.0-3.4.0/newlib/libm/complex/ |
D | casinf.c | 55 w = M_PI_2 + 0.0f * I; in __weak_alias() 60 w = asinf(x) + 0.0f * I; in __weak_alias() 107 ca = x + y * I; in __weak_alias() 108 ct = ca * I; in __weak_alias() 112 zz = (x - y) * (x + y) + (2.0f * x * y) * I; in __weak_alias() 114 zz = 1.0f - crealf(zz) - cimagf(zz) * I; in __weak_alias() 120 w = zz * (-1.0f * I); in __weak_alias()
|
D | csqrtf.c | 49 w = 0.0f + sqrtf(-x) * I; in csqrtf() 52 return (0.0f + y * I); in csqrtf() 54 w = sqrtf(x) + y * I; in csqrtf() 63 w = r + r * I; in csqrtf() 65 w = r - r * I; in csqrtf() 85 w = x + y * I; in csqrtf() 98 w = t - r * I; in csqrtf() 100 w = t + r * I; in csqrtf()
|
D | casin.c | 98 w = M_PI_2 + 0.0 * (double complex) I; in __weak_alias() 103 w = asin(x) + 0.0 * (double complex) I; in __weak_alias() 150 ca = x + y * (double complex) I; in __weak_alias() 151 ct = ca * (double complex) I; in __weak_alias() 155 zz = (x - y) * (x + y) + (2.0 * x * y) * (double complex) I; in __weak_alias() 157 zz = 1.0 - creal(zz) - cimag(zz) * (double complex) I; in __weak_alias() 163 w = zz * (-1.0 * (double complex) I); in __weak_alias()
|
D | casinl.c | 54 w = M_PI_2L + 0.0L * (double complex) I; in __weak_alias() 59 w = asinl(x) + 0.0L * (double complex) I; in __weak_alias() 106 ca = x + y * (long double complex) I; in __weak_alias() 107 ct = ca * (long double complex) I; in __weak_alias() 111 zz = (x - y) * (x + y) + (2.0L * x * y) * (long double complex) I; in __weak_alias() 113 zz = 1.0L - creall(zz) - cimagl(zz) * (long double complex) I; in __weak_alias() 119 w = zz * (-1.0L * (long double complex) I); in __weak_alias()
|
D | csqrt.c | 84 w = 0.0 + y * (double complex) I; in csqrt() 89 w = 0.0 + r * (double complex) I; in csqrt() 91 w = r + y * (double complex) I; in csqrt() 100 w = r + r * (double complex) I; in csqrt() 102 w = r - r * (double complex) I; in csqrt() 121 w = x + y * (double complex) I; in csqrt() 133 w = t - r * (double complex) I; in csqrt() 135 w = t + r * (double complex) I; in csqrt()
|
D | casinhf.c | 42 w = -1.0f * I * casinf(z * I); in casinhf()
|
D | catanhf.c | 42 w = -1.0f * I * catanf(z * I); in catanhf()
|
D | casinh.c | 95 w = -1.0 * (double complex) I * casin(z * (double complex) I); in casinh()
|
D | catanh.c | 88 w = -1.0 * (double complex) I * catan(z * (double complex) I); in catanh()
|
D | casinhl.c | 41 w = -1.0L * (long double complex) I * casinl(z * (long double complex) I); in casinhl()
|
D | catanhl.c | 41 w = -1.0L * (long double complex) I * catanl(z * (long double complex) I); in catanhl()
|
D | ctanf.c | 52 w = HUGE_VALF + HUGE_VALF * I; in ctanf() 56 w = sinf(2.0f * crealf(z)) / d + (sinhf(2.0f * cimagf(z)) / d) * I; in ctanf()
|
D | cacos.c | 91 w = (M_PI_2 - creal(w)) - cimag(w) * (double complex) (double complex) I; in cacos() 97 w = tmp1 - (cimag(tmp0) * (double complex) (double complex) I); in cacos()
|
D | ctan.c | 85 w = HUGE_VAL + HUGE_VAL * (double complex) I; in ctan() 89 w = sin(2.0 * creal(z)) / d + (sinh(2.0 * cimag(z)) / d) * (double complex) I; in ctan()
|
D | ctanl.c | 52 w = HUGE_VALL + HUGE_VALL * (long double complex) I; in ctanl() 56 w = sinl(2.0L * creall(z)) / d + (sinhl(2.0L * cimagl(z)) / d) * (long double complex) I; in ctanl()
|
D | cpowf.c | 48 return (0.0f + 0.0f * I); in cpowf() 57 w = r * cosf(theta) + (r * sinf(theta)) * I; in cpowf()
|
D | cpow.c | 90 return (0.0 + 0.0 * (double complex) I); in cpow() 99 w = r * cos(theta) + (r * sin(theta)) * (double complex) I; in cpow()
|
D | cpowl.c | 47 return (0.0L + 0.0L * (long double complex) I); in cpowl() 56 w = r * cosl(theta) + (r * sinl(theta)) * (long double complex) I; in cpowl()
|
D | catan.c | 121 w = w + (0.25 * log(a)) * (double complex) I; in __weak_alias() 128 w = HUGE_VAL + HUGE_VAL * (double complex) I; in __weak_alias()
|
D | catanf.c | 70 w = w + (0.25f * logf(a)) * I; in __weak_alias() 77 w = HUGE_VALF + HUGE_VALF * I; in __weak_alias()
|
D | catanl.c | 69 w = w + (0.25L * logl(a)) * (long double complex) I; in __weak_alias() 76 w = HUGE_VALL + HUGE_VALL * (long double complex) I; in __weak_alias()
|
D | cacosf.c | 45 w = ((float)M_PI_2 - crealf(w)) - cimagf(w) * I; in cacosf()
|
D | cacoshf.c | 43 w = I * cacosf(z); in cacoshf()
|
D | cacosh.c | 88 w = (double complex) I * cacos(z); in cacosh()
|
/picolibc-3.5.0-3.4.0/ |
D | find-copyright | 50 regex = re.compile(pat, re.I) 63 cpr_line = re.compile(r'copyright.*(20[0-2][0-9]|19[7-9][0-9])', re.I) 67 derived = re.compile(r'code is derived from software', re.I) 155 tog = re.compile(r'.*Open Group Base Specification', re.I | re.S) 156 m = re.compile(r'.*copyright.*', re.I | re.S) 191 …nditer(r'copyright (\(c\))? *(19[7-9][0-9]|20[0-2][0-9])[^A-Z]*[A-Z][^\n]*', copyright, re.I|re.S): 199 for all in re.finditer(r'all rights reserved\.?', copyright, re.I | re.S): 204 all = re.search(r'all rights reserved\.?', copyright, re.I | re.S) 205 licensed = re.search(r'This ', copyright, re.I | re.S) 206 portions = re.search(r'Portions', copyright, re.I | re.S) [all …]
|