Home
last modified time | relevance | path

Searched +defs:abs +defs:d (Results 1 – 24 of 24) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java108 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/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java262 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/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DFraction.java270 final int d = MathUtils.gcd(num, den); in Fraction() local
289 public Fraction abs() { in abs() method in Fraction
/external/skia/src/opts/
DSkNx_sse.h70 AI SkNx(float a, float b, float c, float d) : fVec(_mm_setr_ps(a,b,c,d)) {} in SkNx()
113 AI SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); } in abs() 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()
212 AI SkNx(uint32_t a, uint32_t b, uint32_t c, uint32_t d) : fVec(_mm_setr_epi32(a,b,c,d)) {} in SkNx()
256 AI SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d) in SkNx()
324 AI SkNx(uint16_t a, uint16_t b, uint16_t c, uint16_t d, in SkNx()
429 AI SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d) in SkNx()
455 AI SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d, in SkNx()
498 AI SkNx(uint8_t a, uint8_t b, uint8_t c, uint8_t d, in SkNx()
522 AI SkNx(int32_t a, int32_t b, int32_t c, int32_t d, in SkNx()
[all …]
DSkNx_neon.h110 AI SkNx(float a, float b, float c, float d) { fVec = (float32x4_t) { a, b, c, d }; } in SkNx()
164 AI SkNx abs() const { return vabsq_f32(fVec); } in abs() 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()
454 AI SkNx(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in SkNx()
532 Sk4f a,b,c,d; variable
/external/vixl/test/aarch64/examples/
Dtest-examples.cc87 double Add4DoubleC(uint64_t a, double b, uint64_t c, double d) { in Add4DoubleC()
434 TEST(abs) { in TEST() argument
479 int64_t d = 79; in TEST() local
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_sse2.c18 void vpx_minmax_8x8_sse2(const uint8_t *s, int p, const uint8_t *d, int dp, in vpx_minmax_8x8_sse2()
296 const __m128i abs = _mm_max_epi16(src_line, inv); // abs(src_line) in vpx_satd_sse2() local
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
DBigDecimal.java521 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/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_peephole.cpp44 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 …]
Dnv50_ir.h377 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/deqp/modules/glshared/
DglsDrawTest.cpp522 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/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DBigDecimal.java523 int d; in BigDecimal() local
956 public com.ibm.icu.math.BigDecimal abs() { in abs() method in BigDecimal
972 public com.ibm.icu.math.BigDecimal abs(com.ibm.icu.math.MathContext set) { in abs() method in BigDecimal
3143 int d = 0; in dodivide() local
3792 int d = 0; in finish() local
/external/icu/android_icu4j/src/main/java/android/icu/math/
DBigDecimal.java507 int d; in BigDecimal() local
935 public android.icu.math.BigDecimal abs() { in abs() method in BigDecimal
950 public android.icu.math.BigDecimal abs(android.icu.math.MathContext set) { in abs() method in BigDecimal
3068 int d = 0; in dodivide() local
3717 int d = 0; in finish() local
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h202 abs() const { in abs() 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/swiftshader/src/Shader/
DShaderCore.cpp306 Float4 abs = x; in reciprocalSquareRoot() local
1166 void ShaderCore::packHalf2x16(Vector4f &d, const Vector4f &s0) in packHalf2x16()
1180 void ShaderCore::packSnorm2x16(Vector4f &d, const Vector4f &s0) in packSnorm2x16()
1187 void ShaderCore::packUnorm2x16(Vector4f &d, const Vector4f &s0) in packUnorm2x16()
1356 Float4 d = N.x * I.x; in reflect1() local
1363 Float4 d = dot2(N, I); in reflect2() local
1371 Float4 d = dot3(N, I); in reflect3() local
1380 Float4 d = dot4(N, I); in reflect4() local
1390 Float4 d = N.x * I.x; in refract1() local
1400 Float4 d = dot2(N, I); in refract2() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.h45 #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/
Dnv50_ir_emit_nvc0.cpp809 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/skia/src/core/
DSkScan_Hairline.cpp291 static inline Sk2s abs(const Sk2s& value) { in abs() function
407 int d = compute_int_quad_dist(pts); in compute_quad_level() local
/external/v8/benchmarks/
Dcrypto.js660 BigInteger.prototype.abs = bnAbs; method in BigInteger
1551 function pkcs1unpad2(d,n) { argument
/external/llvm/unittests/ADT/
DAPFloatTest.cpp27 static std::string convertToString(double d, unsigned Prec, unsigned Pad) { in convertToString()
2784 TEST(APFloatTest, abs) { in TEST() argument
/external/tcpdump/
Dprint-icmp6.c490 #define abs(a) ((0 < (a)) ? (a) : -(a)) macro
656 char *d = dagid_str; in rpl_format_dagid() local
/external/v8/src/asmjs/
Dasm-typer.cc160 auto* d = AsmType::Double(); in InitializeStdlib() local
198 auto* abs = AsmType::OverloadedFunction(zone_); in InitializeStdlib() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c171 unsigned abs; member
790 struct tgsi_full_declaration *d = &ctx->parse.FullToken.FullDeclaration; in tgsi_declaration() local
/external/vixl/src/aarch64/
Dassembler-aarch64.cc3041 void Assembler::abs(const VRegister& vd, const VRegister& vn) { in abs() function in vixl::aarch64::Assembler
4508 int d, clz_a, out_n; in IsImmLogical() local