Searched refs:y0 (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-current/lib/msun/src/
H A Dmath.h297 double y0(double);
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-sparcv9.pl459 my ($y0,$y1,$y2,$y3) = ($c1lo,$c1hi,$c3hi,$c3lo);
742 faddd $y0,$h0lo,$h0lo ! accumulate input
834 ldd [%sp+LOCALS+8*0],$y0 ! load [biased] input
843 fsubd $y0,$two0, $y0 ! de-bias input
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c415 BN_ULONG x1, x0, y1, y0, zz[4]; local
437 y0 = b->d[j];
442 bn_GF2m_mul_2x2(zz, x1, x0, y1, y0);
H A Dbn_exp.c565 BN_ULONG y0, y1, y2, y3; local
570 y0 = (BN_ULONG)0 - (constant_time_eq_int(i,0)&1);
579 acc |= ( (table[j + 0 * xstride] & y0) |
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h1102 double y0(double __x) { return __ocml_y0_f64(__x); } function
1114 return y0(__x);
1118 double __x0 = y0(__x);
H A D__clang_cuda_math.h337 __DEVICE__ double y0(double __a) { return __nv_y0(__a); } function
/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
195 vand $t1, $x1, $y0
204 my ($x0,$x1,$y0,$y1,$t0)=@_;
206 veor $t0, $y0, $y1
209 vand $x1, $x1, $y0
218 my ($x0,$x1,$y0,$y1,$t0,
221 veor $t0, $y0, $y1
227 vand $x1, $x1, $y0
[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)=@_;
235 movdqa $y0, $t0
239 pand $y0, $x1
248 my ($x0,$x1,$y0,$y1,$t0)=@_;
250 movdqa $y0, $t0
254 pand $y0, $x1
263 my ($x0,$x1,$y0,$y1,$t0,
266 movdqa $y0, $t0
274 pand $y0,
[all...]
/freebsd-current/tools/sched/
H A Dschedgraph.py1131 (x0, y0, x1, y1) = self.coords(line)
1132 if (cur_y != y0):
1209 (x0, y0, x1, y1) = self.coords(line)
1210 if (cur_y != y0):
/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/contrib/bearssl/test/
H A Dtest_crypto.c7238 unsigned char y0[16], y1[16]; local
7247 memcpy(y0, buf, 16);
7248 br_ghash_ctmul32(y0, buf + 16, buf + 32, u);
7252 check_equals(tmp, y0, y1, 16);

Completed in 217 milliseconds

12