Home
last modified time | relevance | path

Searched +defs:recip +defs:d (Results 1 – 3 of 3) 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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c928 float recip = 1.0f / src->f[i]; in micro_rcc() local
2784 union tgsi_exec_channel d[2]; in exec_x2d() local
2877 union tgsi_exec_channel d[3]; in exec_xpd() local
2922 union tgsi_exec_channel d[4]; in exec_dst() local
3006 union tgsi_exec_channel d[3]; in exec_lit() local
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c1023 fe recip; in ge_tobytes() local
1035 fe recip; in ge_p3_tobytes() local
1046 static const fe d = {-10913610, 13857413, -15372611, 6949391, 114729, variable