Home
last modified time | relevance | path

Searched +defs:recip +defs:d (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java224 splitReciprocal(tmp, recip); in splitReciprocal() argument
262 private static double doubleHighPart(double d) { in doubleHighPart()
311 double recip = 1.0/ya; in cosh() local
375 double recip = 1.0/ya; in sinh() local
1020 private static void split(final double d, final double split[]) { in split()
1038 final double d = -(c - a[0] - a[1]); in resplit() local
1430 double d = -(c-a-lnm[0]); in log() local
2037 double d = -(c - a - t); in sinQ() local
2181 double d = -(c - a - t); in tanQ() local
2314 long d = shpiA & 0xffffffffL; in reducePayneHanek() local
[all …]
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c956 fe recip; in x25519_ge_tobytes() local
968 fe recip; in ge_p3_tobytes() local
979 static const fe d = {-10913610, 13857413, -15372611, 6949391, 114729, variable