Home
last modified time | relevance | path

Searched defs:y2 (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.c224 double x2, double y2, double radius, in geohashGetDistanceIfInRadius()
232 double y2, double radius, in geohashGetDistanceIfInRadiusWGS84()
H A Dlolwut5.c106 void lwDrawLine(lwCanvas *canvas, int x1, int y1, int x2, int y2, int color) { in lwDrawLine()
H A Ddefrag.c993 #define INTERPOLATE(x, x1, x2, y1, y2) ( (y1) + ((x)-(x1)) * ((y2)-(y1)) / ((x2)-(x1)) ) argument
/f-stack/freebsd/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
/f-stack/freebsd/contrib/openzfs/module/icp/algs/edonr/
H A Dedonr.c157 #define LS2_256(c, y0, y1, y2, y3, y4, y5, y6, y7) \ argument
174 #define LS2_512(c, y0, y1, y2, y3, y4, y5, y6, y7) \ argument
/f-stack/tools/ipfw/
H A Ddummynet.c993 double y2 = points[i+1].prob * samples; in load_extra_delays() local
/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c1496 u_int64_t y1, y2, dx, dy; in rtsc_min() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/
H A Ded25519_ref10.c954 fe25519 y2; in ge25519_is_on_curve() local