/freebsd/contrib/ncurses/man/ |
H A D | 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 …]
|
H A D | 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.
|
H A D | 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/contrib/file/magic/Magdir/ |
H A D | 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
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | 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/secure/lib/libcrypto/man/man3/ |
H A D | 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/contrib/libfido2/windows/ |
H A D | const.ps1 | 6 # LibreSSL coordinates. 13 # libcbor coordinates. 19 # zlib coordinates.
|
/freebsd/contrib/tzdata/ |
H A D | checktab.awk | 62 coordinates = $2 92 if (coordinates !~ /^[-+][0-9][0-9][0-5][0-9][-+][01][0-9][0-9][0-5][0-9]$/ \ 93 … && 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]$/) { 94 printf "%s:%d: %s: invalid coordinates\n", \ 95 zone_table, zone_NR, coordinates >>"/dev/stderr"
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | 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 …]
|
H A D | 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 …]
|
H A D | 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 …]
|
H A D | 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 …]
|
H A D | ec_p256_m31.c | 639 * Jacobian coordinates for a point in P-256: affine coordinates (X,Y) 646 * Coordinates are represented in arrays of 32-bit integers, each holding 657 * Convert a point to affine coordinates: 658 * - If the point is the point at infinity, then all three coordinates 661 * coordinates are the 'X' and 'Y' affine coordinates. 662 * The coordinates are guaranteed to be lower than the modulus. 685 * coordinates set to 0). in p256_to_affine() 1061 * Decode the coordinates, and check that they are both lower in p256_decode() 1086 * Copy coordinates to the point structure. in p256_decode() 1097 * valid, in affine coordinates, and not the point at infinity. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | bu21013.txt | 25 - rohm,flip-x : Flip touch coordinates on the X axis 26 - rohm,flip-y : Flip touch coordinates on the Y axis
|
H A D | st,stmfts.txt | 8 coordinates.
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | 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.
|
H A D | 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.
|
H A D | ecp_smpl.c | 491 * unlike for projective coordinates, we do not tolerate this in ossl_ec_GFp_simple_point_set_affine_coordinates() 991 * The point to consider is given in Jacobian projective coordinates in ossl_ec_GFp_simple_is_on_curve() 1065 * 0 equal (in affine coordinates) in ossl_ec_GFp_simple_cmp() 1320 /* Finally, fix up the X and Y coordinates for all points. */ in ossl_ec_GFp_simple_points_make_affine() 1424 * Apply randomization of EC point projective coordinates: 1480 * - p: affine coordinates 1483 * - s := p, r := 2p: blinded projective (homogeneous) coordinates 1552 * - s, r: projective (homogeneous) coordinates 1553 * - p: affine coordinates 1556 * - s := r + s, r := 2r: projective (homogeneous) coordinates [all …]
|
H A D | ec_err.c | 26 "coordinates out of range"}, 104 "point coordinates blind failure"},
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | 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/lib/libvgl/ |
H A D | vgl.3 | 221 returns the current mouse pointer coordinates and button state in 237 coordinates of the 244 coordinates of the
|
/freebsd/lib/msun/man/ |
H A D | atan2.3 | 149 coordinates that must satisfy x = 165 In general, conversions to polar coordinates
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 585 /** Sets the jacobian projective coordinates of a EC_POINT over GFp 599 /** Gets the jacobian projective coordinates of a EC_POINT over GFp 613 /** Sets the affine coordinates of an EC_POINT 625 /** Gets the affine coordinates of an EC_POINT. 637 /** Sets the affine coordinates of an EC_POINT. A synonym of 650 /** Gets the affine coordinates of an EC_POINT. A synonym of 664 /** Sets the x9.62 compressed coordinates of a EC_POINT 677 /** Sets the x9.62 compressed coordinates of a EC_POINT. A synonym of 690 /** Sets the affine coordinates of an EC_POINT. A synonym of 703 /** Gets the affine coordinates of an EC_POINT. A synonym of [all …]
|
/freebsd/sys/dev/syscons/plasma/ |
H A D | plasma_saver.c | 66 int x, y; /* coordinates */ 83 unsigned int x, y; /* coordinates */ in plasma_update()
|
/freebsd/contrib/ntp/include/ |
H A D | mbg_gps166.h | 222 …GPS_POS_XYZ, ///< (rw-) ::XYZ, current position in ECEF coordinates, only if ::GPS_MODEL_… 223 …GPS_POS_LLA, ///< (rw-) ::LLA, current position in geographic coordinates, only if ::GPS_… 501 /* coordinates whereas type LLA holds such a position converted */ 502 /* to geographic coordinates as defined by WGS84 (World Geodetic */ 511 * @brief A position in cartesian coordinates 513 * Usually earth centered, earth fixed (ECEF) coordinates, 531 * The geographic position associated to specific cartesian coordinates
|