Searched refs:y1 (Results 26 - 50 of 63) sorted by relevance

123

/freebsd-current/lib/msun/src/
H A De_powf.c59 float y1,t1,t2,r,s,sn,t,u,v,w; local
202 /* split up y into y1+y2 and compute (y1+y2)*(t1+t2) */
204 SET_FLOAT_WORD(y1,is&0xfffff000);
205 p_l = (y-y1)*t1+y*t2;
206 p_h = y1*t1;
H A De_jn.c18 * y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal;
19 * y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal.
232 if(n==1) return(sign*y1(x));
259 b = y1(x);
H A De_j1.c12 /* j1(x), y1(x)
22 * y1(x) = sqrt(2/(pi*x))*(p1(x)*sin(x1)+q1(x)*cos(x1))
38 * Method -- y1(x):
39 * 1. screen out x<=0 cases: y1(0)=-inf, y1(x<0)=NaN
42 * y1(x) = 2/pi*(j1(x)*(ln(x/2)+Euler)-1/x-x/2+5/64*x^3-...)
43 * therefore y1(x)-2/pi*j1(x)*ln(x)-1/x is an odd function.
44 * We use the following function to approximate y1,
45 * y1(x) = x*U(z)/V(z) + (2/pi)*(j1(x)*ln(x)-1/x), z= x^2
49 * Note: For tiny x, 1/x dominate y1 an
139 y1(double x) function
[all...]
H A Dmath.h298 double y1(double);
/freebsd-current/stand/common/
H A Dgfx_fb.c767 for (uint32_t y1 = DestinationY; y1 < y2; y1++) {
768 uint32_t off = y1 * fbX + DestinationX;
1468 gfx_fb_drawrect(uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2, argument
1479 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1,
1480 y2 - y1, 0);
1482 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1, 1, 0);
1484 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, 1, y2 - y1,
1490 gfx_fb_line(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t wd) argument
1545 gfx_fb_bezier(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2, uint32_t wd) argument
1619 int x1, y1, x2, y2; local
[all...]
/freebsd-current/contrib/bearssl/src/symcipher/
H A Daes_ct64.c42 uint64_t y1, y2, y3, y4, y5, y6, y7, y8, y9; local
73 y1 = t0 ^ x7;
74 y4 = y1 ^ x3;
76 y2 = y1 ^ x0;
77 y5 = y1 ^ x6;
101 t8 = y5 & y1;
145 z4 = t40 & y1;
/freebsd-current/crypto/openssl/test/
H A Dec_internal_test.c201 BIGNUM *x1 = NULL, *y1 = NULL, *z1 = NULL, *x2 = NULL, *y2 = NULL; local
217 y1 = BN_CTX_get(ctx);
233 || !TEST_int_gt(BN_hex2bn(&y1, p521m1), 0)
237 y1, z1, ctx))
239 || !TEST_true(EC_POINT_get_affine_coordinates(grp, Q, x1, y1, ctx))
245 || !TEST_int_eq(BN_cmp(y1, y2), 0))
/freebsd-current/contrib/bearssl/src/int/
H A Di62_modpow2.c44 * Compute x1*y1+x2*y2+v1+v2. Operands are 64-bit, and result is 128-bit,
51 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \
53 fmaz = (unsigned __int128)(x1) * (unsigned __int128)(y1) \
80 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \
84 fma1lo = _umul128((x1), (y1), &fma1hi); \
96 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \
100 fma1lo = _umul128((x1), (y1), &fma1hi); \
/freebsd-current/crypto/openssl/crypto/sm2/
H A Dsm2_crypt.c118 BIGNUM *y1 = NULL;
164 y1 = BN_CTX_get(ctx);
188 || !EC_POINT_get_affine_coordinates(group, kG, x1, y1, ctx)
232 ctext_struct.C1y = y1;
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec2_smpl.c359 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
389 y1 = BN_CTX_get(ctx);
409 if (!BN_copy(y1, b->Y))
412 if (!EC_POINT_get_affine_coordinates(group, b, x1, y1, ctx))
419 if (!BN_GF2m_add(s, y0, y1))
432 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) {
438 if (!group->meth->field_div(group, s, y1, x1, ctx))
457 if (!BN_GF2m_add(y2, y2, y1))
H A Decp_nistp224.c908 const felem x1, const felem y1, const felem z1,
926 /* ftmp4 = z2^3*y1 */
927 felem_mul(tmp2, ftmp4, y1);
938 /* ftmp4 = z2^3*y1 */
939 felem_assign(ftmp4, y1);
957 /* ftmp3 = z1^3*y2 - z2^3*y1 */
1007 point_double(x3, y3, z3, x1, y1, z1);
1037 /* tmp = z2^3*y1*(z1^2*x2 - z2^2*x1)^3 */
1041 /* tmp2 = (z1^3*y2 - z2^3*y1)^2 */
1045 /* tmp2 = (z1^3*y2 - z2^3*y1)
907 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const felem x2, const felem y2, const felem z2) argument
[all...]
H A Decp_nistp256.c1224 * point_add calculates (x1, y1, z1) + (x2, y2, z2)
1236 const felem x1, const felem y1, const felem z1,
1289 /* s1 = ftmp2 = y1 * z2**3 */
1290 felem_mul(tmp, y1, ftmp2);
1307 /* s1 = ftmp2 = y1 * z2**3 */
1308 felem_assign(ftmp6, y1);
1364 point_double(x3, y3, z3, x1, y1, z1);
1408 copy_conditional(y_out, y1, z2_is_zero);
1421 smallfelem x1, smallfelem y1, smallfelem z1,
1427 smallfelem_expand(felem_y1, y1);
1235 point_add(felem x3, felem y3, felem z3, const felem x1, const felem y1, const felem z1, const int mixed, const smallfelem x2, const smallfelem y2, const smallfelem z2) argument
1420 point_add_small(smallfelem x3, smallfelem y3, smallfelem z3, smallfelem x1, smallfelem y1, smallfelem z1, smallfelem x2, smallfelem y2, smallfelem z2) argument
[all...]
/freebsd-current/sys/dev/qat/qat_api/include/lac/
H A Dcpa_cy_ecsm2.h153 CpaFlatBuffer y1; member in struct:_CpaCyEcsm2DecryptOpData
461 CpaFlatBuffer y1; member in struct:_CpaCyEcsm2EncryptOutputData
/freebsd-current/contrib/unbound/sldns/
H A Dparseutil.c59 leap_days(int y1, int y2) argument
61 --y1;
63 return (LDNS_DIV(y2, 4) - LDNS_DIV(y1, 4)) -
64 (LDNS_DIV(y2, 100) - LDNS_DIV(y1, 100)) +
65 (LDNS_DIV(y2, 400) - LDNS_DIV(y1, 400));
/freebsd-current/contrib/ldns/
H A Dutil.c181 leap_days(int y1, int y2) argument
183 --y1;
185 return (LDNS_DIV(y2, 4) - LDNS_DIV(y1, 4)) -
186 (LDNS_DIV(y2, 100) - LDNS_DIV(y1, 100)) +
187 (LDNS_DIV(y2, 400) - LDNS_DIV(y1, 400));
/freebsd-current/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c85 #define LS2_512(y0, y1, y2, y3, y4, y5, y6, y7) \
87 z1 = y0 + y1, z2 = y2 + y5; z6 = z1 + z2; \
97 t6 = rotl64(z7 + y1, 48); \
/freebsd-current/sys/dev/vt/hw/vga/
H A Dvt_vga.c372 vga_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, argument
380 for (y = y1; y <= y2; y++) {
381 if (fill || (y == y1) || (y == y2)) {
785 unsigned int x1, y1, x2, y2, x, y; local
818 y1 = row * vf->vf_height + vw->vw_draw_area.tr_begin.tp_row;
854 for (y = y1; y < y2; y += vf->vf_height) {
964 unsigned int x1, y1, x2, y2, i, j, src_x, dst_x, x_count; local
969 y1 = y;
976 for (j = y1; j < y2; ++j) {
988 j - y1,
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl79 my ($y0,$y1,$y2,$y3) = ($c3lo,$c3hi,$c1lo,$c1hi);
361 fsub $y1,$y1,$two32
369 fadd $h0hi,$h0hi,$y1
458 lfd $y1,`$LOCALS+8*1`($sp)
H A Dpoly1305-sparcv9.pl459 my ($y0,$y1,$y2,$y3) = ($c1lo,$c1hi,$c3hi,$c3lo);
743 faddd $y1,$h0hi,$h0hi
836 ldd [%sp+LOCALS+8*1],$y1
845 fsubd $y1,$two32,$y1
/freebsd-current/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c184 vtgpu_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, argument
194 vt_fb_drawrect(vd, x1, y1, x2, y2, fill, color);
197 height = y2 - y1 + 1;
198 vtgpu_transfer_to_host_2d(sc, x1, y1, width, height);
199 vtgpu_resource_flush(sc, x1, y1, width, height);
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_fb.c203 vt_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, argument
208 for (y = y1; y <= y2; y++) {
209 if (fill || (y == y1) || (y == y2)) {
/freebsd-current/sys/net/altq/
H A Daltq_hfsc.c1496 u_int64_t y1, y2, dx, dy; local
1500 y1 = rtsc_x2y(rtsc, x);
1501 if (y1 < y)
1512 * y1: at x
1515 y1 = rtsc_x2y(rtsc, x);
1516 if (y1 <= y) {
1535 * seg_x2y(dx, sm1) == seg_x2y(dx, sm2) + (y1 - y)
1537 dx = ((y1 - y) << SM_SHIFT) / (isc->sm1 - isc->sm2);
1539 * check if (x, y1) belongs to the 1st segment of rtsc.
/freebsd-current/stand/lua/
H A Ddrawer.lua381 local y1 = 15
384 y1 = logodef.image_rl
386 if gfx.term_putimage(logodef.image, x, y, 0, y + y1, 0)
/freebsd-current/tools/sched/
H A Dschedgraph.py1131 (x0, y0, x1, y1) = self.coords(line)
1209 (x0, y0, x1, y1) = self.coords(line)
1433 y1 = self.sourcestart(source1)
1435 y1targ = y1 + self.sourcesize(source2)
1436 y2targ = y1
1445 source1.move(self.display, 0, y1targ - y1)
1447 source1.movename(self.names, 0, y1targ - y1)
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c415 BN_ULONG x1, x0, y1, y0, zz[4]; local
438 y1 = ((j + 1) == b->top) ? 0 : b->d[j + 1];
442 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);

Completed in 397 milliseconds

123