/external/skia/src/gpu/ |
GrXferProcessor.cpp | 186 out.printf("write_color(%d) equation(%s) src_coeff(%s) dst_coeff:(%s) const(0x%08x)",
|
/external/skia/src/gpu/effects/ |
GrPorterDuffXferProcessor.cpp | 173 * When there is coverage, the equation with f=coverage is: 192 * When there is coverage and the src coeff is Zero, the equation with f=coverage becomes: 201 * subtract HW blend equation with coeffs of (DC, One). 211 * When there is coverage and the dst coeff is Zero, the equation with f=coverage becomes: [all...] |
/external/skia/src/gpu/glsl/ |
GrGLSLCaps.h | 28 kSpecificEnables_AdvBlendEqInteraction, //<! Specific layout qualifiers per equation
|
/external/v8/benchmarks/ |
README.txt | 85 Added the Navier-Stokes benchmark, a 2D differential equation solver
|
revisions.html | 25 equation solver that stresses arithmetic computations on double arrays.</p>
|
/frameworks/av/media/img_utils/include/img_utils/ |
DngUtils.h | 129 * kCoeffs - A list of coefficients for the polynomial equation representing the distortion
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_Average_4x_Align_unsafe_s.s | 31 ;// Implements Average of 4x4 with equation c = (a+b+1)>>1.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_Average_4x_Align_unsafe_s.s | 31 ;// Implements Average of 4x4 with equation c = (a+b+1)>>1.
|
/frameworks/base/docs/html/distribute/analyze/ |
google-services.jd | 98 optimizations and take the guesswork out of the equation.
|
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | [all...] |
/hardware/bsp/intel/peripheral/libupm/src/htu21d/ |
htu21d.cpp | 112 * Use the compensation equation from the datasheet to correct the
|
htu21d.h | 112 * calculates the compensated RH using the equation from
|
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/ |
ak8975.cxx | 224 // apply the proper compensation to value. This equation is taken
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
VirtualThermalZone.java | 29 * zone state by computing the equation, which can be linear / higher order implementation
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
CircleButtonsLayout.java | 134 * Placing this back in our formula, we end up with, as our final, reduced equation:
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Geometry.h | 102 // Calculate line equation from x0,y0 to x2,y2
|
/packages/apps/PackageInstaller/src/android/support/wearable/view/ |
ProgressDrawable.java | 168 * Returns the interpolation scalar (s) that satisfies the equation:
|
/toolchain/binutils/binutils-2.25/include/ |
floatformat.h | 69 bit long, the equation (long)(1 - exp_bias) evaluates to
|
/external/eigen/Eigen/src/Eigenvalues/ |
SelfAdjointEigenSolver.h | 197 * directly solves the underlying polynomial equation. 515 // The characteristic equation is x^3 - c2*x^2 + c1*x - c0 = 0. The 516 // eigenvalues are the roots to this equation, all guaranteed to be 522 // Construct the parameters used in classifying the roots of the equation 523 // and in solving the equation for the roots in closed form.
|
/external/libavc/common/ |
ih264_inter_pred_filters.c | 471 /* The logic below implements the following equation 554 /* The logic below implements the following equation 641 /* The logic below implements the following equation 654 /* The logic below implements the following equation [all...] |
/frameworks/base/core/jni/ |
com_google_android_gles_jni_GLImpl.cpp | 4183 GLfloat *equation = (GLfloat *) 0; local 4233 GLfloat *equation = (GLfloat *) 0; local 4269 GLfixed *equation = (GLfixed *) 0; local 4319 GLfixed *equation = (GLfixed *) 0; local [all...] |
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/ |
AccelerometerPlayActivity.java | 179 * a(t).t^2 However, the above equation doesn't handle variable 182 * a simple friction term (f) to the equation: x(t+dt) = x(t) +
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
FieldLUDecompositionImpl.java | 350 /** Solve the linear equation A × X = B. 352 * @param b right-hand side of the equation A × X = B
|
QRDecompositionImpl.java | 346 /** Solve the linear equation A × X = B. 348 * @param b right-hand side of the equation A × X = B
|
/external/boringssl/src/include/openssl/ |
ec.h | 88 * which solution of the quadratic equation y is */ 275 * on the equation y² = x³ + a·x + b. It returns the new group or NULL on
|