Home
last modified time | relevance | path

Searched refs:shpiB (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java2294 long shpiB; in reducePayneHanek() local
2302 shpiB = (RECIP_2PI[idx+1] << shift) | (RECIP_2PI[idx+2] >>> (64-shift)); in reducePayneHanek()
2306 shpiB = RECIP_2PI[idx+1]; in reducePayneHanek()
2349 c = shpiB >>> 32; in reducePayneHanek()
2350 d = shpiB & 0xffffffffL; in reducePayneHanek()