/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
D | Complex.java | 108 public double abs() { in abs() method in Complex 216 double d = rhs.getImaginary(); in divide() local 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/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
D | Mat22.java | 164 final float a = ex.x, b = ey.x, c = ex.y, d = ey.y; in invert() local 178 final float a = ex.x, b = ey.x, c = ex.y, d = ey.y; in invertLocal() local 191 final float a = ex.x, b = ey.x, c = ex.y, d = ey.y; in invertToOut() local 208 public final Mat22 abs() { in abs() method in Mat22 224 public final static Mat22 abs(final Mat22 R) { in abs() method in Mat22
|
/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() 124 SkNx abs() const { return SkTAbs(fVal); } in abs() function 208 void Sk4f_ToBytes(uint8_t p[16], const Sk4f& a, const Sk4f& b, const Sk4f& c, const Sk4f& d) { in Sk4f_ToBytes()
|
D | SkScan_Hairline.cpp | 242 static inline Sk2s abs(const Sk2s& value) { in abs() function 396 int d = compute_int_quad_dist(pts); in compute_quad_level() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Eigen3f.java | 149 float abs = FastMath.abs(mat.m01); in scaleMatrix() local 320 d = mat.m11, e = mat.m12, in computeRoots() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 262 private static double doubleHighPart(double d) { in doubleHighPart() 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 3352 public static int abs(final int x) { in abs() method in FastMath 3361 public static long abs(final long x) { in abs() method in FastMath 3370 public static float abs(final float x) { in abs() method in FastMath [all …]
|
/external/skia/src/opts/ |
D | SkNx_sse.h | 84 SkNx(float a, float b, float c, float d) : fVec(_mm_setr_ps(a,b,c,d)) {} in SkNx() 103 SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs() 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 | 135 SkNx(float a, float b, float c, float d) { fVec = (float32x4_t) { a, b, c, d }; } in SkNx() 172 SkNx abs() const { return vabsq_f32(fVec); } in abs() 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/vixl/test/examples/ |
D | test-examples.cc | 93 double Add4DoubleC(uint64_t a, double b, uint64_t c, double d) { in Add4DoubleC() 418 TEST(abs) { in TEST() argument 463 int64_t d = 79; in TEST() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
D | Fraction.java | 270 final int d = MathUtils.gcd(num, den); in Fraction() local 289 public Fraction abs() { in abs() method in Fraction
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | BigDecimal.java | 521 int d; in BigDecimal() local 954 public com.ibm.icu.math.BigDecimal abs() { in abs() method in BigDecimal 970 public com.ibm.icu.math.BigDecimal abs(com.ibm.icu.math.MathContext set) { in abs() method in BigDecimal 3133 int d = 0; in dodivide() local 3352 …ava.lang.System.arraycopy((java.lang.Object) var1, 0, (java.lang.Object) newvar1, 0, d); // shorten in dodivide() local 3782 int d = 0; in finish() local 3810 … java.lang.System.arraycopy((java.lang.Object) this.mant, 0, (java.lang.Object) newmant, 0, d); in finish() local
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
D | BigDecimal.java | 519 int d; in BigDecimal() local 952 public com.ibm.icu.math.BigDecimal abs() { in abs() method in BigDecimal 968 public com.ibm.icu.math.BigDecimal abs(com.ibm.icu.math.MathContext set) { in abs() method in BigDecimal 3131 int d = 0; in dodivide() local 3350 …ava.lang.System.arraycopy((java.lang.Object) var1, 0, (java.lang.Object) newvar1, 0, d); // shorten in dodivide() local 3780 int d = 0; in finish() local 3808 … java.lang.System.arraycopy((java.lang.Object) this.mant, 0, (java.lang.Object) newmant, 0, d); in finish() local
|
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
D | BigDecimal.java | 505 int d; in BigDecimal() local 933 public android.icu.math.BigDecimal abs() { in abs() method in BigDecimal 948 public android.icu.math.BigDecimal abs(android.icu.math.MathContext set) { in abs() method in BigDecimal 3058 int d = 0; in dodivide() local 3277 …ava.lang.System.arraycopy((java.lang.Object) var1, 0, (java.lang.Object) newvar1, 0, d); // shorten in dodivide() local 3707 int d = 0; in finish() local 3735 … java.lang.System.arraycopy((java.lang.Object) this.mant, 0, (java.lang.Object) newmant, 0, d); in finish() local
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 522 Double d; member 829 inline GLValue::Fixed abs (GLValue::Fixed val) in abs() function 835 inline GLValue::Ubyte abs (GLValue::Ubyte val) in abs() function 841 inline GLValue::Byte abs (GLValue::Byte val) in abs() function 847 inline GLValue::Ushort abs (GLValue::Ushort val) in abs() function 853 inline GLValue::Short abs (GLValue::Short val) in abs() function 859 inline GLValue::Float abs (GLValue::Float val) in abs() function 865 inline GLValue::Double abs (GLValue::Double val) in abs() function 871 inline GLValue::Uint abs (GLValue::Uint val) in abs() function 877 inline GLValue::Int abs (GLValue::Int val) in abs() function [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_peephole.cpp | 44 for (int d = 1; defExists(d); ++d) in isNop() local 69 for (int d = 0; defExists(d); ++d) in isDead() local 691 const uint32_t d = imm0.reg.data.u32; in opnd() local 725 const int32_t d = imm0.reg.data.s32; in opnd() local 932 AlgebraicOpt::handleABS(Instruction *abs) in handleABS() 1354 int d, j; in combineLd() local 1552 int d, s; in replaceLdFromSt() local 1882 for (int d = 0; insn->defExists(d); ++d) in mayPredicate() local 2082 unsigned int d, s; in isResultEqual() local 2176 for (int d = 0; old->defExists(d); ++d) in tryReplace() local [all …]
|
D | nv50_ir.h | 377 inline int abs() const { return (bits & NV50_IR_MOD_ABS) ? 1 : 0; } in abs() function 614 inline Value *getDef(int d) const { return defs[d].get(); } in getDef() 618 inline bool defExists(unsigned d) const in defExists()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu.h | 45 #define BRW_SWIZZLE4(a,b,c,d) (((a)<<0) | ((b)<<2) | ((c)<<4) | ((d)<<6)) argument 80 GLuint abs:1; /* source only */ member 96 GLint d; member 397 static INLINE struct brw_reg brw_imm_d( GLint d ) in brw_imm_d()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 809 const bool abs = (i->op == OP_ABS) || i->src(0).mod.abs(); in emitCVT() local 1571 for (int d = 0; insn->defExists(d); ++d) in emitInstruction() local 2161 for (int d = 0; insn->defExists(d); ++d) in commitInsn() local
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 28 static std::string convertToString(double d, unsigned Prec, unsigned Pad) { in convertToString() 2785 TEST(APFloatTest, abs) { in TEST() argument
|
/external/v8/benchmarks/ |
D | crypto.js | 660 BigInteger.prototype.abs = bnAbs; method in BigInteger 1551 function pkcs1unpad2(d,n) { argument
|
/external/tcpdump/ |
D | print-icmp6.c | 490 #define abs(a) ((0 < (a)) ? (a) : -(a)) macro 656 char *d = dagid_str; in rpl_format_dagid() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 171 unsigned abs; member 790 struct tgsi_full_declaration *d = &ctx->parse.FullToken.FullDeclaration; in tgsi_declaration() local
|
/external/vixl/src/vixl/a64/ |
D | assembler-a64.cc | 3609 void Assembler::abs(const VRegister& vd, in abs() function in vixl::Assembler 5174 int d, clz_a, out_n; in IsImmLogical() local
|
/external/v8/test/mjsunit/wasm/embenchen/ |
D | lua_binarytrees.js | 942 'd': 'double', property 42443 abs: function(l, h) { method
|
/external/v8/test/cctest/ |
D | test-assembler-arm64.cc | 8821 FPRegister d[kNumberOfRegisters]; in PushPopFPJsspSimpleHelper() local 11050 TEST(abs) { in TEST() argument
|