/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | Complex.java | 216 double d = rhs.getImaginary(); in divide() local 788 public Complex sqrt() { in sqrt() method in Complex 861 double d = FastMath.cos(real2) + MathUtils.cosh(imaginary2); in tan() local 899 double d = MathUtils.cosh(real2) + FastMath.cos(imaginary2); in tanh() local
|
/external/fonttools/Lib/fontTools/misc/ |
D | bezierTools.py | 222 def _splitCubicAtT(a, b, c, d, *ts): argument 257 sqrt=sqrt): argument 282 def solveCubic(a, b, c, d): argument 368 def calcCubicPoints(a, b, c, d): argument
|
/external/skia/src/opts/ |
D | SkNx_sse.h | 55 SkNx sqrt () const { return _mm_sqrt_ps (fVec); } in sqrt() function 84 SkNx(float a, float b, float c, float d) : fVec(_mm_setr_ps(a,b,c,d)) {} in SkNx() 106 SkNx sqrt () const { return _mm_sqrt_ps (fVec); } in sqrt() function 139 SkNx(int a, int b, int c, int d) : fVec(_mm_setr_epi32(a,b,c,d)) {} in SkNx() 172 SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d) : fVec(_mm_setr_epi16(a,b,c,d,0,0,0,0)) {} in SkNx() 200 SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d, in SkNx() 257 SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d, in SkNx() 341 const Sk4f& a, const Sk4f& b, const Sk4f& c, const Sk4f& d) { in Sk4f_ToBytes()
|
D | SkNx_neon.h | 101 SkNx sqrt() const { in sqrt() function 135 SkNx(float a, float b, float c, float d) { fVec = (float32x4_t) { a, b, c, d }; } in SkNx() 192 SkNx sqrt() const { in sqrt() function 236 SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d) { in SkNx() 273 SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d, in SkNx() 329 SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d, in SkNx() 384 const Sk4f& a, const Sk4f& b, const Sk4f& c, const Sk4f& d) { in Sk4f_ToBytes()
|
/external/skia/src/core/ |
D | SkNx.h | 30 SkNx(T a, T b, T c, T d) : fLo(a,b), fHi(c,d) {} in SkNx() 31 SkNx(T a, T b, T c, T d, T e, T f, T g, T h) : fLo(a,b,c,d), fHi(e,f,g,h) {} in SkNx() 32 SkNx(T a, T b, T c, T d, T e, T f, T g, T h, in SkNx() 127 SkNx sqrt () const { return Sqrt(fVal); } in sqrt() function 208 void Sk4f_ToBytes(uint8_t p[16], const Sk4f& a, const Sk4f& b, const Sk4f& c, const Sk4f& d) { in Sk4f_ToBytes()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224R1FieldElement.java | 130 public ECFieldElement sqrt() in sqrt() method in SecP224R1FieldElement 233 private static void RS(int[] d, int[] e, int[] f, int[] t) in RS()
|
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 436 ScopedBIGNUM d(BN_new()); in test_div() local 562 ScopedBIGNUM d(BN_new()); in test_rshift() local 640 ScopedBIGNUM d(BN_new()); in test_lshift() local 684 ScopedBIGNUM d(BN_new()); in test_mul() local 742 ScopedBIGNUM d(BN_new()); in test_sqr() local 897 ScopedBIGNUM d(BN_new()); in test_mont() local 970 ScopedBIGNUM d(BN_new()); in test_mod() local 1010 ScopedBIGNUM d(BN_new()); in test_mod_mul() local 1078 ScopedBIGNUM d(BN_new()); in test_mod_exp() local 1152 ScopedBIGNUM d(BN_new()); in test_mod_exp_mont_consttime() local [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 318 public Dfp(final Dfp d) { in Dfp() 591 public Dfp newInstance(final Dfp d) { in newInstance() 940 public Dfp remainder(final Dfp d) { in remainder() 1086 Dfp d = newInstance(getOne()); in power10K() local 1112 Dfp d = newInstance(getOne()); in power10() local 1856 public Dfp sqrt() { in sqrt() method in Dfp
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 262 private static double doubleHighPart(double d) { in doubleHighPart() 276 public static double sqrt(final double a) { in sqrt() method in FastMath 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 3413 public static double scalb(final double d, final int n) { in scalb() 3606 public static double nextAfter(double d, double direction) { in nextAfter() [all …]
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1296 APInt APInt::sqrt() const { in sqrt() function in APInt 1418 const APInt& d = *this; in magic() local 1462 const APInt& d = *this; in magicu() local
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 7281 IRDirty* d = unsafeIRDirty_1_N( in dis_proc_ctl() local 7302 IRDirty* d = unsafeIRDirty_1_N( in dis_proc_ctl() local 7327 IRDirty* d = unsafeIRDirty_1_N( in dis_proc_ctl() local 15358 IRTemp sqrt = newTemp(Ity_F64); in dis_vxs_misc() local 15392 IRTemp sqrt = newTemp(Ity_F64); in dis_vxs_misc() local 15904 IRDirty* d; in dis_av_load() local 15953 IRDirty* d; in dis_av_load() local
|
/external/chromium-trace/catapult/tracing/third_party/d3/ |
D | d3.min.js | 1 …concat(e.slice(i+1)),r.remove(t)),u&&e.push(r.set(t,{on:u})),n)},t}function d(){Xo.event.preventDe… property 4 …d=function(n){pc=vc=dc=mc=yc=xc=Mc=_c=bc=wc=Sc=0,Xo.geo.stream(n,kc);var t=bc,e=wc,r=Sc,u=t*t+e*e+… property
|