Searched defs:calculateDistance (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim,
416 var distance = calculateDistance(currentValue, storedValue);
518 calculateDistance = function(first, second) {
503 }; function
/forgerock/openam/openam-scripting/src/main/js/
H A DdeviceIdMatch-server-side.js99 var all, any, calculateDistance, calculateIntersection, calculatePercentage, nullOrUndefined, splitAndTrim,
416 var distance = calculateDistance(currentValue, storedValue);
518 calculateDistance = function(first, second) {
503 }; function
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/comparators/
H A DColocationComparator.java71 BigDecimal distance = calculateDistance(currentLatitude, currentLongitude, storedLatitude, storedLongitude);
172 private BigDecimal calculateDistance(double currentLatitude, double currentLongitude, double storedLatitude, method in class:ColocationComparator

Completed in 88 milliseconds