| /freebsd-head/contrib/ncurses/man/ |
| HD | curs_mouse.3x | 66 \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 …]
|
| HD | curs_getyx.3x | 48 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.
|
| HD | curs_pad.3x | 103 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/ |
| HD | nifty | 163 >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
|
| HD | claris | 18 …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/ |
| HD | EC_POINT_new.pod | 127 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/ |
| HD | EC_POINT_new.3 | 264 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/ |
| HD | const.ps1 | 6 # LibreSSL coordinates. 13 # libcbor coordinates. 19 # zlib coordinates.
|
| /freebsd-head/contrib/tzdata/ |
| HD | checktab.awk | 75 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/ |
| HD | ec_p256_m62.c | 601 * 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 …]
|
| HD | ec_p256_m64.c | 643 * 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 …]
|
| HD | ec_prime_i31.c | 128 * 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 …]
|
| HD | ec_prime_i15.c | 129 * 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/ |
| HD | aff_pt.c | 58 * 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()
|
| HD | aff_pt_edwards.c | 59 * 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 …]
|
| HD | aff_pt_montgomery.c | 55 * 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/ |
| HD | curve_ecdh.c | 39 * 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/ |
| HD | bu21013.txt | 25 - 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/ |
| D | azoteq,iqs7222.yaml | 218 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/ |
| HD | x25519_448.h | 30 …* 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/ |
| HD | ec2_oct.c | 24 * 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.
|
| HD | ec2_smpl.c | 285 * 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/ |
| HD | mount-matrix.txt | 21 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/ |
| HD | vgl.3 | 221 returns the current mouse pointer coordinates and button state in 237 coordinates of the 244 coordinates of the
|
| /freebsd-head/lib/msun/man/ |
| HD | atan2.3 | 149 coordinates that must satisfy x = 165 In general, conversions to polar coordinates
|