Home
last modified time | relevance | path

Searched +defs:sqrt +defs:d (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java216 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/
DbezierTools.py222 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/
DSkNx_neon.h74 AI SkNx sqrt() const { in sqrt() function
110 AI SkNx(float a, float b, float c, float d) { fVec = (float32x4_t) { a, b, c, d }; } in SkNx()
179 AI SkNx sqrt() const { in sqrt() function
230 AI SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d) { in SkNx()
293 AI SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d, in SkNx()
332 AI SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d) { in SkNx()
359 AI SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d, in SkNx()
399 AI SkNx(int32_t a, int32_t b, int32_t c, int32_t d) { in SkNx()
457 AI SkNx(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in SkNx()
535 Sk4f a,b,c,d; variable
DSkNx_sse.h47 AI SkNx sqrt() const { return _mm_sqrt_ps (fVec); } in sqrt() function
70 AI SkNx(float a, float b, float c, float d) : fVec(_mm_setr_ps(a,b,c,d)) {} in SkNx()
129 AI SkNx sqrt() const { return _mm_sqrt_ps (fVec); } in sqrt() function
162 AI SkNx(int32_t a, int32_t b, int32_t c, int32_t d) : fVec(_mm_setr_epi32(a,b,c,d)) {} in SkNx()
237 AI SkNx(uint32_t a, uint32_t b, uint32_t c, uint32_t d) : fVec(_mm_setr_epi32(a,b,c,d)) {} in SkNx()
281 AI SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d) in SkNx()
349 AI SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d, in SkNx()
451 AI SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d) in SkNx()
477 AI SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d, in SkNx()
575 Sk4f a,b,c,d; variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP224R1FieldElement.java130 public ECFieldElement sqrt() in sqrt() method in SecP224R1FieldElement
233 private static void RS(int[] d, int[] e, int[] f, int[] t) in RS()
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java318 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/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h84 sqrt() const { in sqrt() function
616 for (int d = 0; d < NumDimensions; ++d) in_dims[d] = d; in argmax() local
629 for (int d = 0; d < NumDimensions; ++d) in_dims[d] = d; in argmin() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java262 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/swiftshader/src/Shader/
DShaderCore.cpp766 void ShaderCore::sqrt(Vector4f &dst, const Vector4f &src, bool pp) in sqrt() function in sw::ShaderCore
1075 void ShaderCore::packHalf2x16(Vector4f &d, const Vector4f &s0) in packHalf2x16()
1089 void ShaderCore::packSnorm2x16(Vector4f &d, const Vector4f &s0) in packSnorm2x16()
1096 void ShaderCore::packUnorm2x16(Vector4f &d, const Vector4f &s0) in packUnorm2x16()
1265 Float4 d = N.x * I.x; in reflect1() local
1272 Float4 d = dot2(N, I); in reflect2() local
1280 Float4 d = dot3(N, I); in reflect3() local
1289 Float4 d = dot4(N, I); in reflect4() local
1299 Float4 d = N.x * I.x; in refract1() local
1309 Float4 d = dot2(N, I); in refract2() local
[all …]
/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp324 sqrt(operand a) in sqrt() function
582 bitfield_insert(operand a, operand b, operand c, operand d) in bitfield_insert()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1276 APInt APInt::sqrt() const { in sqrt() function in APInt
1398 const APInt& d = *this; in magic() local
1442 const APInt& d = *this; in magicu() local
/external/llvm/lib/Support/
DAPInt.cpp1302 APInt APInt::sqrt() const { in sqrt() function in APInt
1424 const APInt& d = *this; in magic() local
1468 const APInt& d = *this; in magicu() local
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1364 APInt APInt::sqrt() const { in sqrt() function in APInt
1495 const APInt& d = *this; in magic() local
1539 const APInt& d = *this; in magicu() local
/external/v8/src/asmjs/
Dasm-typer.cc224 auto* d = AsmType::Double(); in InitializeStdlib() local
272 auto* sqrt = ceil; in InitializeStdlib() local
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp5550 Value *d = Nucleus::createBitCast(c, Short8::getType()); in Int4() local
5567 Value *d = Nucleus::createBitCast(c, Short8::getType()); in Int4() local
5592 Value *d = Nucleus::createBitCast(c, Int4::getType()); in Int4() local
6533 auto sqrt = Ice::InstIntrinsicCall::create(::function, 1, result, target, intrinsic); in Sqrt() local
6855 auto sqrt = Ice::InstIntrinsicCall::create(::function, 1, result, target, intrinsic); in Sqrt() local
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c9464 IRDirty* d = unsafeIRDirty_1_N( in dis_proc_ctl() local
9485 IRDirty* d = unsafeIRDirty_1_N( in dis_proc_ctl() local
9510 IRDirty* d = unsafeIRDirty_1_N( in dis_proc_ctl() local
19001 IRTemp sqrt = newTemp(Ity_F64); in dis_vxs_misc() local
19035 IRTemp sqrt = newTemp(Ity_F64); in dis_vxs_misc() local
22571 IRDirty* d; in dis_av_load() local
22620 IRDirty* d; in dis_av_load() local