Home
last modified time | relevance | path

Searched refs:ay (Results 1 – 23 of 23) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_clog.c45 double_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clog() local
55 ay = fabs(y); in clog()
56 if (ax < ay) { in clog()
58 ax = ay; in clog()
59 ay = t; in clog()
64 GET_HIGH_WORD(hay, ay); in clog()
74 return (CMPLX((ay / 2) * ay, v)); in clog()
75 return (CMPLX(log1p(ay * ay) / 2, v)); in clog()
79 if (kx - ky > MANT_DIG || ay == 0) in clog()
104 t = (double)(ay * (0x1p27 + 1)); in clog()
[all …]
H A Ds_clogl.c59 long double ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl; in clogl() local
72 ay = fabsl(y); in clogl()
73 if (ax < ay) { in clogl()
75 ax = ay; in clogl()
76 ay = t; in clogl()
81 GET_LDBL_EXPSIGN(hay, ay); in clogl()
91 RETURNI(CMPLXL((ay / 2) * ay, v)); in clogl()
92 RETURNI(CMPLXL(log1pl(ay * ay) / 2, v)); in clogl()
96 if (kx - ky > MANT_DIG || ay == 0) in clogl()
121 t = (long double)(ay * (MULT_REDUX + 1)); in clogl()
[all …]
H A Ds_clogf.c45 float_t ax, ax2h, ax2l, axh, axl, ay, ay2h, ay2l, ayh, ayl, sh, sl, t; in clogf() local
55 ay = fabsf(y); in clogf()
56 if (ax < ay) { in clogf()
58 ax = ay; in clogf()
59 ay = t; in clogf()
64 GET_FLOAT_WORD(hay, ay); in clogf()
74 return (CMPLXF((ay / 2) * ay, v)); in clogf()
75 return (CMPLXF(log1pf(ay * ay) / 2, v)); in clogf()
104 t = (float)(ay * (0x1p12F + 1)); in clogf()
105 ayh = (float)(ay - t) + t; in clogf()
[all …]
H A Dcatrigf.c147 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
154 ay = fabsf(y); in casinhf()
166 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in casinhf()
180 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) in casinhf()
183 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhf()
202 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
212 ay = fabsf(y); in cacosf()
224 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in cacosf()
238 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) in cacosf()
241 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosf()
[all …]
H A Dcatrig.c276 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
283 ay = fabs(y); in casinh()
303 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in casinh()
319 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) in casinh()
322 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinh()
357 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
367 ay = fabs(y); in cacos()
387 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in cacos()
404 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) in cacos()
407 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacos()
[all …]
H A Dcatrigl.c166 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
173 ay = fabsl(y); in casinhl()
185 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in casinhl()
199 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) in casinhl()
202 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y); in casinhl()
222 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
232 ay = fabsl(y); in cacosl()
244 if (ax > RECIP_EPSILON || ay > RECIP_EPSILON) { in cacosl()
258 if (ax < SQRT_6_EPSILON / 4 && ay < SQRT_6_EPSILON / 4) in cacosl()
261 do_hard_work(ay, ax, &ry, &B_is_usable, &B, &sqrt_A2mx2, &new_x); in cacosl()
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_hypot_1u5.c50 float64x2_t ay = vabsq_f64 (y); in V_NAME_D2() local
53 uint64x2_t iy = vreinterpretq_u64_f64 (ay); in V_NAME_D2()
60 ay = v_zerofy_f64 (ay, specialy); in V_NAME_D2()
63 float64x2_t sqsum = vfmaq_f64 (vmulq_f64 (ax, ax), ay, ay); in V_NAME_D2()
H A Dv_hypotf_1u5.c49 float32x4_t ay = vabsq_f32 (y); in V_NAME_F2() local
52 uint32x4_t iy = vreinterpretq_u32_f32 (ay); in V_NAME_F2()
59 ay = v_zerofy_f32 (ay, specialy); in V_NAME_F2()
62 float32x4_t sqsum = vfmaq_f32 (vmulq_f32 (ax, ax), ay, ay); in V_NAME_F2()
H A Datan2_2u5.c123 double ay = asdouble (iay); in atan2() local
124 uint64_t pred_aygtax = (ay > ax); in atan2()
127 double n = pred_aygtax ? -ax : ay; in atan2()
128 double d = pred_aygtax ? ay : ax; in atan2()
H A Datan2f_3u.c130 float ay = asfloat (iay); in atan2f() local
132 bool pred_aygtax = (ay > ax); in atan2f()
135 float n = pred_aygtax ? -ax : ay; in atan2f()
136 float d = pred_aygtax ? ay : ax; in atan2f()
H A Dv_atan2f_3u.c63 float32x4_t ay = vabsq_f32 (y); in V_NAME_F2() local
66 uint32x4_t pred_aygtax = vcgtq_f32 (ay, ax); in V_NAME_F2()
69 float32x4_t n = vbslq_f32 (pred_aygtax, vnegq_f32 (ax), ay); in V_NAME_F2()
70 float32x4_t d = vbslq_f32 (pred_aygtax, ay, ax); in V_NAME_F2()
H A Dsv_atan2f_3u.c65 svfloat32_t ay = svabs_x (pg, y); in SV_NAME_F2() local
68 svbool_t pred_aygtax = svcmpgt (pg, ay, ax); in SV_NAME_F2()
71 svfloat32_t n = svsel (pred_aygtax, svneg_x (pg, ax), ay); in SV_NAME_F2()
72 svfloat32_t d = svsel (pred_aygtax, ay, ax); in SV_NAME_F2()
H A Dv_atan2_3u.c70 float64x2_t ay = vabsq_f64 (y); in V_NAME_D2() local
73 uint64x2_t pred_aygtax = vcgtq_f64 (ay, ax); in V_NAME_D2()
76 float64x2_t n = vbslq_f64 (pred_aygtax, vnegq_f64 (ax), ay); in V_NAME_D2()
77 float64x2_t d = vbslq_f64 (pred_aygtax, ay, ax); in V_NAME_D2()
H A Dsv_atan2_2u5.c70 svfloat64_t ay = svabs_x (pg, y); in SV_NAME_D2() local
73 svbool_t pred_aygtax = svcmpgt (pg, ay, ax); in SV_NAME_D2()
76 svfloat64_t n = svsel (pred_aygtax, svneg_x (pg, ax), ay); in SV_NAME_D2()
77 svfloat64_t d = svsel (pred_aygtax, ay, ax); in SV_NAME_D2()
/freebsd/usr.bin/find/
H A Dgetdate.y818 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); in difftm() local
824 + ((ay >> 2) - (by >> 2)) in difftm()
825 - (ay/100 - by/100) in difftm()
826 + ((ay/100 >> 2) - (by/100 >> 2)) in difftm()
828 + (long)(ay-by) * 365 in difftm()
/freebsd/share/examples/oci/
H A DContainerfile.pkg27 RUN pkg clean -ay && pkg delete -fy pkg && rm -rf /var/db/pkg/repos
/freebsd/contrib/libarchive/libarchive/
H A Darchive_getdate.c915 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1);
921 + ((ay >> 2) - (by >> 2)) in difftm()
922 - (ay/100 - by/100) in difftm()
923 + ((ay/100 >> 2) - (by/100 >> 2)) in difftm()
925 + (long)(ay-by) * 365 in difftm()
919 int ay = a->tm_year + (TM_YEAR_ORIGIN - 1); difftm() local
/freebsd/contrib/file/tests/
H A Dmatilde.arm.testfile85 T�kGKL�٨o%r}�1D�<&b�|"0ay�����0=�3� $�$�_<
/freebsd/share/misc/
H A Diso63975 ay aym aym Aymara
/freebsd/contrib/file/magic/Magdir/
H A Daudio615 # Spectrum 128 tunes (.ay files).
/freebsd/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1021 Wq5NIAv428pWWfWsyR8kROKtlnnwnV4Eq0ntGtqcmhhqQ87mDcDpRnNWHWSTn+ay
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog80 * added P2P support for EDMG (IEEE 802.11ay) channels
/freebsd/share/dict/
H A Dweb216929 ay