Searched refs:ax0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | plot.py | 48 fig, (ax0,ax1) = plt.subplots(nrows=2) 51 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax)) 52 ax0.plot(xs,es,'r.') 53 ax0.grid()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pclmul.c | 302 __m128i ax0, ax1, ax2, ax3; in br_ghash_pclmul() local 318 BK(aw0, ax0); in br_ghash_pclmul() 336 pclmulqdq00(ax0, h4x), in br_ghash_pclmul()
|