Searched refs:abs (Results 501 - 525 of 1291) sorted by relevance

<<21222324252627282930>>

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunctionAtomic.h117 mx = (std::max)(mx, std::abs(m_f(m_Ashifted(i, i) + m_avgEival, static_cast<int>(s+r))));
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DHybridNonLinearSolver.h188 using std::abs;
281 if (abs(ratio - 1.) <= Scalar(.1)) {
429 using std::abs;
524 if (abs(ratio - 1.) <= Scalar(.1)) {
H A Ddogleg.h13 using std::abs;
/external/eigen/unsupported/test/
H A Dforward_adolc.cpp22 return (p-Vector(Scalar(-1),Scalar(1.))).norm() + (p.array().sqrt().abs() * p.array().sin()).sum() + p.dot(p);
/external/gtest/test/
H A Dgtest_xml_output_unittest.py195 time_delta = abs(datetime.datetime.now() - date_time_from_xml)
/external/libcxx/test/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp68 static_assert((std::is_same<decltype(abs(0)), int>::value), "");
/external/libcxx/test/numerics/complex.number/complex.transcendentals/
H A Dexp.pass.cpp100 else if (std::isfinite(x[i].imag()) && std::abs(x[i].imag()) <= 1)
H A Dsqrt.pass.cpp27 assert(std::abs(imag(c)) < 1.e-6);
/external/libopus/celt/
H A Dpitch.c366 if (abs(i-2*best_pitch[0])>2 && abs(i-2*best_pitch[1])>2)
488 if (abs(T1-prev_period)<=1)
490 else if (abs(T1-prev_period)<=2 && 5*k*k < T0)
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c340 if((abs(x)*dequant_ptr[rc]>abs(coeff_ptr[rc])) &&
341 (abs(x)*dequant_ptr[rc]<abs(coeff_ptr[rc])+dequant_ptr[rc]))
/external/libvpx/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c111 if (abs(sum_diff) > SUM_DIFF_THRESHOLD)
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_sse2.asm77 paddusw xmm7, xmm5 ; mm7 = abs(r0 p0..p3 - r1 p0..p3)
88 paddusw xmm6, xmm5 ; mm6 = abs(r0 p0..p3 - r2 p0..p3)
102 paddusw xmm6, xmm5 ; mm6 = abs(r0 p0..p3 - r-2 p0..p3)
114 paddusw xmm6, xmm4 ; mm6 = abs(r0 p0..p3 - r-1 p0..p3)
168 paddusw xmm7, xmm5 ; mm7 = abs(p0..p3 - p1..p4)
180 paddusw xmm6, xmm5 ; mm6 = abs(p0..p3 - p1..p4)
193 paddusw xmm6, xmm5 ; mm6 = abs(p0..p3 - p1..p4)
205 paddusw xmm6, xmm4 ; mm6 = abs(p0..p3 - p1..p4)
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DSIMCCodeEmitter.cpp100 return 192 + abs(Imm.I);
/external/llvm/test/MC/Mips/mips1/
H A Dvalid.s6 abs.d $f7,$f25 # CHECK: encoding:
7 abs.s $f9,$f16
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h35 unsigned abs; member in struct:r600_bytecode_alu_src
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c322 res_tmpl.width0 = abs(destination_rect->x0-destination_rect->x1);
323 res_tmpl.height0 = abs(destination_rect->y0-destination_rect->y1);
455 vtmpl.width = abs(destination_rect->x0-destination_rect->x1);
456 vtmpl.height = abs(destination_rect->y0-destination_rect->y1);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_debug.c73 printf("%s", hw_reg.abs ? "abs/" : "");
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp73 FX_BOOL ret = GDI_StretchBitMask(pFlipped, dest_left, dest_top, abs(dest_width), abs(dest_height), color, flags, alpha_flag, pIccTransform);
99 FX_BOOL ret = GDI_StretchDIBits(pFlipped, dest_left, dest_top, abs(dest_width), abs(dest_height), flags, pIccTransform);
/external/proguard/src/proguard/classfile/editor/
H A DMemberAdder.java292 name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()));
/external/replicaisland/src/com/replica/replicaisland/
H A DPlayerComponent.java175 final float newSpeed = Math.abs(currentSpeed + impulse.x);
177 if (Math.abs(currentSpeed) < maxHorizontalSpeed) {
194 if (Math.abs(currentSpeed) > maxHorizontalSpeed) {
199 } else if (Math.abs(postDragSpeed) < maxHorizontalSpeed) {
/external/skia/src/core/
H A DSkFloat.h28 void abs() { fPacked = Abs(fPacked); } function in class:SkFloat
/external/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp94 if (h == v && abs(h) != 1) {
/external/srec/srec/cfront/
H A Dwav_acc.c216 sumabs += abs(val);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java146 int newDiff = Math.abs(screenResolution.x * supportedHeight - supportedWidth * screenResolution.y);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp263 abs == r.abs &&
809 * Gen 6 hardware ignores source modifiers (negate and abs) on math
813 src.abs ||
851 * The hardware ignores source modifiers (negate and abs) on math
854 if (src0.file == UNIFORM || src0.abs || src0.negate) {
861 if (src1.file == UNIFORM || src1.abs || src1.negate) {
1259 * operand slot, you can't do abs/negate on them,
1308 if (scan_inst->src[i].negate || scan_inst->src[i].abs)
1421 * operand slot, you can't do abs/negat
[all...]

Completed in 488 milliseconds

<<21222324252627282930>>