Home
last modified time | relevance | path

Searched defs:y0 (Results 1 – 24 of 24) sorted by relevance

/freebsd/stand/liblua/
H A Dgfx_utils.c143 uint32_t x0, y0, x1, y1, wd; in lua_fb_line() local
164 uint32_t x0, y0, x1, y1, x2, y2, width; in lua_fb_bezier() local
187 uint32_t x0, y0, x1, y1, fill; in lua_fb_drawrect() local
208 uint32_t x0, y0, x1, y1; in lua_term_drawrect() local
/freebsd/contrib/bearssl/src/hash/
H A Dghash_ctmul64.c36 uint64_t y0, y1, y2, y3; in bmul64() local
82 uint64_t y0, y1; in br_ghash_ctmul64() local
H A Dghash_ctmul.c74 uint32_t y0, y1, y2, y3; in bmul() local
168 uint32_t y0, y1, y2, y3; in bmul() local
H A Dghash_ctmul32.c52 uint32_t y0, y1, y2, y3; in bmul32() local
/freebsd/stand/ficl/
H A Dgfx_loader.c167 FICL_UNS x0, y0, x1, y1, wd; in ficl_fb_line() local
184 FICL_UNS x0, y0, x1, y1, x2, y2, width; in ficl_fb_bezier() local
/freebsd/contrib/arm-optimized-routines/math/
H A Dlogf.c32 double_t z, r, r2, y, y0, invc, logc; in logf() local
H A Dlog2f.c31 double_t z, r, r2, p, y, y0, invc, logc; in log2f() local
H A Dlog10f.c41 double_t z, r, r2, y, y0, invc, logc; in log10f() local
H A Dpowf.c34 double_t z, r, r2, r4, p, q, y, y0, invc, logc; in log2_inline() local
/freebsd/sys/powerpc/fpu/
H A Dfpu_div.c155 u_int r0, r1, r2, r3, d0, d1, d2, d3, y0, y1, y2, y3; in fpu_div() local
H A Dfpu_sqrt.c192 u_int y0, y1, y2, y3; in fpu_sqrt() local
/freebsd/contrib/bearssl/src/symcipher/
H A Ddes_ct.c206 uint32_t y0, y1, y2, y3, y4, y5, y6, y7, y8, y9; in Fconf() local
/freebsd/lib/msun/src/
H A De_j0.c142 y0(double x) in y0() function
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpowf.c104 float64x2_t y0 = vaddq_f64 (logc, k); in ylogx_core() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
H A Du4.h2 __m128i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable
H A Du8.h2 __m256i y0, y1, y2, y3, y4, y5, y6, y7, y8, y9, y10, y11, y12, y13, y14, variable
/freebsd/sys/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c85 #define LS2_512(y0, y1, y2, y3, y4, y5, y6, y7) \ argument
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpowf.c173 svfloat64_t y0 = svadd_x (pg, logc, svcvt_f64_x (pg, k)); in sv_powf_core_ext() local
/freebsd/crypto/openssl/crypto/ec/
H A Dec2_smpl.c359 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; in ossl_ec_GF2m_simple_add() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c565 BN_ULONG y0, y1, y2, y3; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
H A Dbn_gf2m.c415 BN_ULONG x1, x0, y1, y0, zz[4]; in BN_GF2m_mod_mul_arr() local
/freebsd/stand/common/
H A Dgfx_fb.c1501 gfx_fb_line(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t wd) in gfx_fb_line()
1556 gfx_fb_bezier(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1, uint32_t x2, in gfx_fb_bezier()
/freebsd/sys/dev/atkbdc/
H A Dpsm.c3792 int x0, y0; local
4138 int x0, y0; local
4830 int c, x0, y0; local
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c7238 unsigned char y0[16], y1[16]; in test_GHASH() local