Searched refs:xy (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | geo.c | 101 if (xy[0] < GEO_LONG_MIN || xy[0] > GEO_LONG_MAX || in extractLongLatOrReply() 102 xy[1] < GEO_LAT_MIN || xy[1] > GEO_LAT_MAX) { in extractLongLatOrReply() 104 "-ERR invalid longitude,latitude pair %f,%f\r\n",xy[0],xy[1])); in extractLongLatOrReply() 197 if (!geohashGetDistanceIfInRadiusWGS84(lon,lat, xy[0], xy[1], in geoAppendIfWithinRadius() 205 gp->longitude = xy[0]; in geoAppendIfWithinRadius() 206 gp->latitude = xy[1]; in geoAppendIfWithinRadius() 426 double xy[2]; in geoaddCommand() local 437 geohashEncodeWGS84(xy[0], xy[1], GEO_STEP_MAX, &hash); in geoaddCommand() 561 geohashGetAreasByRadiusWGS84(xy[0], xy[1], radius_meters); in georadiusGeneric() 565 membersOfAllNeighbors(zobj, georadius, xy[0], xy[1], radius_meters, ga); in georadiusGeneric() [all …]
|
| H A D | geohash.c | 206 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy) { in geohashDecodeAreaToLongLat() argument 207 if (!xy) return 0; in geohashDecodeAreaToLongLat() 208 xy[0] = (area->longitude.min + area->longitude.max) / 2; in geohashDecodeAreaToLongLat() 209 xy[1] = (area->latitude.min + area->latitude.max) / 2; in geohashDecodeAreaToLongLat() 213 int geohashDecodeToLongLatType(const GeoHashBits hash, double *xy) { in geohashDecodeToLongLatType() argument 215 if (!xy || !geohashDecodeType(hash, &area)) in geohashDecodeToLongLatType() 217 return geohashDecodeAreaToLongLat(&area, xy); in geohashDecodeToLongLatType() 220 int geohashDecodeToLongLatWGS84(const GeoHashBits hash, double *xy) { in geohashDecodeToLongLatWGS84() argument 221 return geohashDecodeToLongLatType(hash, xy); in geohashDecodeToLongLatWGS84()
|
| H A D | geohash.h | 109 int geohashDecodeAreaToLongLat(const GeoHashArea *area, double *xy); 110 int geohashDecodeToLongLatType(const GeoHashBits hash, double *xy); 111 int geohashDecodeToLongLatWGS84(const GeoHashBits hash, double *xy); 112 int geohashDecodeToLongLatMercator(const GeoHashBits hash, double *xy);
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/ |
| H A D | blamka-round-ref.h | 11 const uint64_t xy = (x & m) * (y & m); in fBlaMka() local 12 return x + y + 2 * xy; in fBlaMka()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | omap3-panel-sharp-ls037v7dw01.dtsi | 70 ti,swap-xy;
|
| H A D | omap3-lilly-a83x.dtsi | 325 ti,swap-xy;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | ads7846.txt | 76 ti,swap-xy swap x and y axis
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/ed25519/ref10/ |
| H A D | ed25519_ref10.c | 453 fe25519 xy; in ge25519_p3_to_precomp() local 460 fe25519_mul(xy, x, y); in ge25519_p3_to_precomp() 461 fe25519_mul(pi->xy2d, xy, d2); in ge25519_p3_to_precomp()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure | 12569 xy) ECHO_C='\c';;
|