Searched refs:ax1 (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) 54 ax1.plot(xs,ys,'r.',label='want') 55 ax1.plot(xs,gs,'b.',label='got') 56 ax1.grid() 57 ax1.legend()
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pclmul.c | 302 __m128i ax0, ax1, ax2, ax3; in br_ghash_pclmul() local 315 BK(aw1, ax1); in br_ghash_pclmul() 337 pclmulqdq00(ax1, h3x)), in br_ghash_pclmul()
|