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

123

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h1105 double y1(double __x) { return __ocml_y1_f64(__x); } function
1116 return y1(__x);
1119 double __x1 = y1(__x);
H A D__clang_cuda_math.h339 __DEVICE__ double y1(double __a) { return __nv_y1(__a); } function
/freebsd-current/sys/dev/drm2/
H A Ddrm.h89 unsigned short y1; member in struct:drm_clip_rect
/freebsd-current/sbin/ipfw/
H A Ddummynet.c998 double y1 = points[i].prob * samples; local
1003 int ix = y1;
1010 double m = (y2-y1)/(x2-x1);
1011 double c = y1 - m*x1;
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl188 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
190 my ($x0,$x1,$y0,$y1,$t0,$t1)=@_;
192 veor $t0, $y0, $y1
196 vand $x0, $x0, $y1
204 my ($x0,$x1,$y0,$y1,$t0)=@_;
206 veor $t0, $y0, $y1
210 vand $x0, $x0, $y1
218 my ($x0,$x1,$y0,$y1,$t0,
221 veor $t0, $y0, $y1
229 vand $x0, $x0, $y1
[all...]
H A Dbsaes-x86_64.pl231 #;* Mul_GF4: Input x0-x1,y0-y1 Output x0-x1 Temp t0 (8) *
233 my ($x0,$x1,$y0,$y1,$t0)=@_;
236 pxor $y1, $t0
240 pand $y1, $x0
248 my ($x0,$x1,$y0,$y1,$t0)=@_;
251 pxor $y1, $t0
255 pand $y1, $x0
263 my ($x0,$x1,$y0,$y1,$t0,
268 pxor $y1, $t0
276 pand $y1,
[all...]
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistp521.c1196 * point_add calculates (x1, y1, z1) + (x2, y2, z2)
1207 const felem x1, const felem y1, const felem z1,
1250 /* s1 = ftmp6 = y1 * z2**3 */
1251 felem_mul(tmp, y1, ftmp2);
1264 /* s1 = ftmp6 = y1 * z2**3 */
1265 felem_assign(ftmp6, y1);
1333 point_double(x3, y3, z3, x1, y1, z1);
1387 copy_conditional(y_out, y1, z2_is_zero);
1206 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
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_exp.c565 BN_ULONG y0, y1, y2, y3; local
571 y1 = (BN_ULONG)0 - (constant_time_eq_int(i,1)&1);
580 (table[j + 1 * xstride] & y1) |
/freebsd-current/lib/msun/
H A DMakefile239 MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
/freebsd-current/sys/dev/wpi/
H A Dif_wpi.c3735 #define interpolate(x, x1, y1, x2, y2, n) \
3736 ((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))
/freebsd-current/contrib/bearssl/test/
H A Dtest_crypto.c7238 unsigned char y0[16], y1[16]; local
7249 memcpy(y1, buf, 16);
7250 gh(y1, buf + 16, buf + 32, u);
7252 check_equals(tmp, y0, y1, 16);
/freebsd-current/contrib/dialog/
H A Dconfigure24117 int x1, y1;
24121 getbegyx(stdscr, y1, x1);
24123 (void)y1;
24165 int x1, y1;
24166 getbegyx(stdscr, y1, x1);
24171 (void)y1;
/freebsd-current/sys/dev/iwn/
H A Dif_iwn.c5677 #define interpolate(x, x1, y1, x2, y2, n) \
5678 ((y1) + fdivround(((int)(x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n))

Completed in 512 milliseconds

123