Home
last modified time | relevance | path

Searched full:coordinates (Results 1 – 25 of 171) sorted by relevance

1234567

/freebsd-head/contrib/ncurses/man/
HDcurs_mouse.3x66 \fB int x, y, z; \fI/* event coordinates */
179 x in the event structure coordinates will be screen-relative character-cell
180 coordinates.
190 the given state data and screen-relative character-cell coordinates.
193 character-cell coordinates is enclosed by a given window, returning \fBTRUE\fP
199 \fB\%wenclose\fP uses the most recent screen coordinates used for
204 The \fB\%wmouse_trafo\fP function transforms a given pair of coordinates
205 from \fB\%stdscr\fP-relative coordinates
206 to coordinates relative to the given window or vice versa.
207 The resulting \fB\%stdscr\fP-relative coordinates are not always
[all …]
HDcurs_getyx.3x48 get \fIcurses\fR cursor and window coordinates
63 coordinates of the subwindow relative to the parent window into two integer
68 the current beginning coordinates and size of the specified window.
HDcurs_pad.3x103 which uses screen coordinates,
139 is calculated from the screen coordinates,
189 if the minimum coordinates are greater than the maximum.
/freebsd-head/contrib/file/magic/Magdir/
HDnifty163 >0 leshort =1 to scanner-based coordinates
164 >0 leshort =2 to aligned coordinates
165 >0 leshort =3 to Talairach coordinates
166 >0 leshort =4 to MNI152 coordinates
167 >0 leshort =5 to template coordinates
170 >0 lelong =1 to scanner-based coordinates
171 >0 lelong =2 to aligned coordinates
172 >0 lelong =3 to Talairach coordinates
173 >0 lelong =4 to MNI152 coordinates
174 >0 lelong =5 to template coordinates
HDclaris18 …after few Macintosh QuickDraw (strength=81=70+11 ./images) with corner coordinates -1/-1 and Y=0x…
23 …after few Macintosh QuickDraw (strength=81=70+11 ./images) with corner coordinates -1/-1 and Y=0x0…
/freebsd-head/crypto/openssl/doc/man3/
HDEC_POINT_new.pod127 The affine coordinates for a point describe a point in terms of its x and y
129 coordinates for the point B<p> defined over the curve given in B<group>. The
131 may be NULL, to the corresponding coordinates of B<p>.
143 As well as the affine coordinates, a point can alternatively be described in
144 terms of its Jacobian projective coordinates (for Fp curves only). Jacobian
145 projective coordinates are expressed as three values x, y and z. Working in
147 operations. A mapping exists between Jacobian projective coordinates and
148 affine coordinates. A Jacobian projective coordinate (x, y, z) can be written
150 projective from affine coordinates is simple. The coordinate (x, y) is mapped
152 to set or get the projective coordinates in older versions use
[all …]
/freebsd-head/secure/lib/libcrypto/man/man3/
HDEC_POINT_new.3264 The affine coordinates for a point describe a point in terms of its x and y
266 coordinates for the point \fBp\fR defined over the curve given in \fBgroup\fR. The
268 may be \s-1NULL,\s0 to the corresponding coordinates of \fBp\fR.
280 As well as the affine coordinates, a point can alternatively be described in
281 terms of its Jacobian projective coordinates (for Fp curves only). Jacobian
282 projective coordinates are expressed as three values x, y and z. Working in
284 operations. A mapping exists between Jacobian projective coordinates and
285 affine coordinates. A Jacobian projective coordinate (x, y, z) can be written
287 projective from affine coordinates is simple. The coordinate (x, y) is mapped
289 to set or get the projective coordinates in older versions use
[all …]
/freebsd-head/contrib/libfido2/windows/
HDconst.ps16 # LibreSSL coordinates.
13 # libcbor coordinates.
19 # zlib coordinates.
/freebsd-head/contrib/tzdata/
HDchecktab.awk75 coordinates = $2
111 if (coordinates !~ /^[-+][0-9][0-9][0-5][0-9][-+][01][0-9][0-9][0-5][0-9]$/ \
112 … && coordinates !~ /^[-+][0-9][0-9][0-5][0-9][0-5][0-9][-+][01][0-9][0-9][0-5][0-9][0-5][0-9]$/) {
113 printf "%s:%d: %s: invalid coordinates\n", \
114 zone_table, zone_NR, coordinates >>"/dev/stderr"
/freebsd-head/contrib/bearssl/src/ec/
HDec_p256_m62.c601 * Points in affine and Jacobian coordinates.
603 * - In affine coordinates, the point-at-infinity cannot be encoded.
604 * - Jacobian coordinates (X,Y,Z) correspond to affine (X/Z^2,Y/Z^3);
657 * Decode a point. The returned point is in Jacobian coordinates, but
676 * Decode X and Y coordinates, and convert them into in point_decode()
703 * Return the point in Jacobian coordinates (and Montgomery in point_decode()
714 * - The point is converted back to affine coordinates.
732 /* Compute affine coordinates x (in t1) and y (in t2). */ in point_encode()
754 * Point doubling in Jacobian coordinates: point P is doubled.
757 * coordinates were zero, then they still are zero in the returned value.
[all …]
HDec_p256_m64.c643 * Points in affine and Jacobian coordinates.
645 * - In affine coordinates, the point-at-infinity cannot be encoded.
646 * - Jacobian coordinates (X,Y,Z) correspond to affine (X/Z^2,Y/Z^3);
661 * Decode a point. The returned point is in Jacobian coordinates, but
680 * Decode X and Y coordinates, and convert them into in point_decode()
713 * Return the point in Jacobian coordinates (and Montgomery in point_decode()
724 * - The point is converted back to affine coordinates.
742 /* Compute affine coordinates x (in t1) and y (in t2). */ in point_encode()
770 * Point doubling in Jacobian coordinates: point P is doubled.
773 * coordinates were zero, then they still are zero in the returned value.
[all …]
HDec_prime_i31.c128 * Type for a point in Jacobian coordinates:
130 * -- affine coordinates are X = x / z^2 and Y = y / z^3
149 * Registers include the operand coordinates, and temporaries.
295 * situations, the three coordinates still are properly formed field
383 * -- Coordinates x and y have been freshly decoded in P1 (but not
384 * converted to Montgomery coordinates yet).
421 * Conversion back to affine coordinates. This code snippet assumes that
604 * Decode point into Jacobian coordinates. This function does not support
606 * the coordinates are still set to properly formed field elements.
614 * -- coordinates X and Y use unsigned big-endian, with the same in point_decode()
[all …]
HDec_prime_i15.c129 * Type for a point in Jacobian coordinates:
131 * -- affine coordinates are X = x / z^2 and Y = y / z^3
150 * Registers include the operand coordinates, and temporaries.
296 * situations, the three coordinates still are properly formed field
384 * -- Coordinates x and y have been freshly decoded in P1 (but not
385 * converted to Montgomery coordinates yet).
422 * Conversion back to affine coordinates. This code snippet assumes that
605 * Decode point into Jacobian coordinates. This function does not support
607 * the coordinates are still set to properly formed field elements.
615 * -- coordinates X and Y use unsigned big-endian, with the same in point_decode()
[all …]
/freebsd-head/crypto/libecc/src/curves/
HDaff_pt.c58 * Initialize given point 'in' on given curve 'curve' and set its coordinates to
95 * Recover the two possible y coordinates from one x on a given
181 * Same as previous but using an affine point instead of pair of coordinates
267 * coordinates (elements of Fp) are each encoded on p_len bytes, where p_len
320 * coordinates (elements of Fp) are each encoded on p_len bytes, where p_len
340 /* Export the two coordinates */ in aff_pt_export_to_buf()
HDaff_pt_edwards.c59 * function on given curve with explicit coordinates.
98 * 'on_curve' set to 1 if the point of coordinates (u,v) is on the curve, i.e. if it
152 * Checks if affine coordinates point is on an Edwards curve. 'on_curve' is set
218 * coordinates (elements of Fp) are each encoded on p_len bytes, where p_len
265 * coordinates (elements of Fp) are each encoded on p_len bytes, where p_len
291 /* Export the three coordinates */ in aff_pt_edwards_export_to_buf()
514 * - (0, 1) mapped to the point at infinity (not possible in our affine coordinates)
557 /* We do not handle point at infinity in affine coordinates */ in aff_pt_edwards_to_montgomery()
614 * - Point at infinity mapped to (0, 1) (not possible in our affine coordinates)
759 * Recover the two possible y coordinates from one x on a given
[all …]
HDaff_pt_montgomery.c55 * function on given curve with explicit coordinates.
94 * 'on_curve' set to 1 if the point of coordinates (u,v) is on the curve, i.e. if it
143 /* Checks if affine coordinates point is on a Montgomery curve. 'on_curve' is set to 1 if yes,
204 * coordinates (elements of Fp) are each encoded on p_len bytes, where p_len
251 * coordinates (elements of Fp) are each encoded on p_len bytes, where p_len
276 /* Export the three coordinates */ in aff_pt_montgomery_export_to_buf()
540 * Recover the two possible v coordinates from one u on a given
/freebsd-head/crypto/libecc/src/examples/basic/
HDcurve_ecdh.c39 * exchange affine coordinates points (and not
62 * 2 coordinates, meaning that its maximum size is
71 * 2 coordinates, meaning that its maximum size is
176 * Our export size is exactly 2 coordinates in Fp (affine point representation), in ECDH_helper()
205 /* Compute the affine coordinates to get the unique (x, y) representation in ECDH_helper()
/freebsd-head/sys/contrib/device-tree/Bindings/input/touchscreen/
HDbu21013.txt25 - rohm,flip-x : Flip touch coordinates on the X axis
26 - rohm,flip-y : Flip touch coordinates on the Y axis
/freebsd-head/sys/contrib/device-tree/Bindings/input/
Dazoteq,iqs7222.yaml218 Specifies the speed (in coordinates traveled per conversion) after
226 Specifies the speed (in coordinates traveled per conversion) after
234 Note the trackpad cannot report granular coordinates during a
255 'linux,code' under the press event to report absolute coordinates.
290 Specifies the distance (in coordinates) across which a swipe or
675 Specifies the speed (in coordinates traveled per conversion) after
683 Specifies the speed (in coordinates traveled per conversion) after
706 cannot report granular coordinates during a state of proximity.
711 Specifies the absolute axis to which coordinates are mapped. Specify
749 Specifies the distance (in coordinates) across which a swipe or
/freebsd-head/crypto/libecc/include/libecc/ecdh/
HDx25519_448.h30 …* RFC7748 description as u coordinates on the quadratic twist of the curve are rejected as well as…
47 …* RFC7748 description as u coordinates on the quadratic twist of the curve are rejected as well as…
/freebsd-head/crypto/openssl/crypto/ec/
HDec2_oct.c24 * Calculates and sets the affine coordinates of an EC_POINT from the given
25 * compressed coordinates. Uses algorithm 2.3.4 of SEC 1.
26 * Note that the simple implementation only uses affine coordinates.
254 * simple implementation only uses affine coordinates.
HDec2_smpl.c285 * Set the coordinates of an EC_POINT using affine coordinates. Note that
286 * the simple implementation only uses affine coordinates.
317 * Gets the affine coordinates of an EC_POINT. Note that the simple
318 * implementation only uses affine coordinates.
526 /* only support affine coordinates */ in ossl_ec_GF2m_simple_is_on_curve()
578 * 0 equal (in affine coordinates)
631 /* Forces the given EC_POINT to internally use affine coordinates. */
679 * Forces each of the EC_POINTs in the given array to use affine coordinates.
/freebsd-head/sys/contrib/device-tree/Bindings/iio/
HDmount-matrix.txt21 of the (x,y,z) triplets, such as different registers to read these coordinates,
31 For a screen you probably want (x) coordinates to go from negative on the left
182 Identity matrix (nothing happens to the coordinates, which means the device was
/freebsd-head/lib/libvgl/
HDvgl.3221 returns the current mouse pointer coordinates and button state in
237 coordinates of the
244 coordinates of the
/freebsd-head/lib/msun/man/
HDatan2.3149 coordinates that must satisfy x =
165 In general, conversions to polar coordinates

1234567