Searched refs:dist (Results 1 - 21 of 21) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/comparators/
H A DColocationComparator.java175 double dist = Math.sin(deg2rad(currentLatitude)) * Math.sin(deg2rad(storedLatitude))
178 dist = Math.acos(dist);
179 dist = rad2deg(dist);
180 dist = dist * 60 * 1.1515;
182 return BigDecimal.valueOf(dist).setScale(5, BigDecimal.ROUND_HALF_EVEN);
/forgerock/web-agents-v4/zlib/
H A Dinffast.c94 unsigned dist; /* match distance */ local
165 dist = (unsigned)(here.val);
175 dist += (unsigned)hold & ((1U << op) - 1);
177 if (dist > dmax) {
185 Tracevv((stderr, "inflate: distance %u\n", dist));
187 if (dist > op) { /* see if copy from window */
188 op = dist - op; /* distance back in window */
208 from = out - dist;
224 from = out - dist; /* rest from output */
242 from = out - dist; /* res
[all...]
H A Ddeflate.h297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
305 #define d_code(dist) \
306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
307 /* Mapping from a distance to a distance code. dist is the distance - 1 and
332 ush dist = (distance); \
333 s->d_buf[s->last_lit] = dist; \
335 dist--; \
337 s->dyn_dtree[d_code(dist)]
[all...]
H A Dtrees.c242 int dist; /* distance index */ local
272 /* Initialize the mapping dist (0..32K) -> dist code (0..29) */
273 dist = 0;
275 base_dist[code] = dist;
277 _dist_code[dist++] = (uch)code;
280 Assert (dist == 256, "tr_static_init: dist != 256");
281 dist >>= 7; /* from now on, all distances are divided by 128 */
283 base_dist[code] = dist <<
1065 unsigned dist; /* distance of matched string */ local
[all...]
H A Dinflate.c385 unsigned dist; local
411 dist = state->wsize - state->wnext;
412 if (dist > copy) dist = copy;
413 zmemcpy(state->window + state->wnext, end - copy, dist);
414 copy -= dist;
421 state->wnext += dist;
423 if (state->whave < state->wsize) state->whave += dist;
/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js521 dist;
529 dist = Math.sin(degreesToRadians(first.latitude)) * Math.sin(degreesToRadians(second.latitude))
532 dist = Math.acos(dist);
533 dist = radiansToDegrees(dist);
534 dist = dist * 60 * 1.1515;
535 return dist;
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js521 dist;
529 dist = Math.sin(degreesToRadians(first.latitude)) * Math.sin(degreesToRadians(second.latitude))
532 dist = Math.acos(dist);
533 dist = radiansToDegrees(dist);
534 dist = dist * 60 * 1.1515;
535 return dist;
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogReader.java555 final int dist = getDistanceToNextBlockStart(filePosition, blockSize);
556 return dist == 0 ? filePosition : filePosition + dist - blockSize;
569 final int dist = getDistanceToNextBlockStart(filePosition, blockSize);
570 return dist == 0 ? filePosition + blockSize : filePosition + dist;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogReader.java555 final int dist = getDistanceToNextBlockStart(filePosition, blockSize);
556 return dist == 0 ? filePosition : filePosition + dist - blockSize;
569 final int dist = getDistanceToNextBlockStart(filePosition, blockSize);
570 return dist == 0 ? filePosition + blockSize : filePosition + dist;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DBlockLogReader.java545 final int dist = getDistanceToNextBlockStart(filePosition, blockSize);
546 return dist == 0 ? filePosition : filePosition + dist - blockSize;
559 final int dist = getDistanceToNextBlockStart(filePosition, blockSize);
560 return dist == 0 ? filePosition + blockSize : filePosition + dist;
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Dsqljet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dsqljet-1.1.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ...
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 83 milliseconds