HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 1626 - 1650 of 4103) sorted by null

<<61626364656667686970>>

  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.c 572 struct vertex2f res = { rect.x1 / size.x, rect.y1 / size.y };
644 result.x1 = layer->dst.br.x * layer->viewport.scale[0] + layer->viewport.translate[0];
650 result.x1 = MIN2(result.x1, s->scissor.maxx);
694 dirty->x1 <= drawn.x1 &&
699 dirty->x1 = dirty->y1 = MIN_DIRTY;
735 dirty->x1 = MAX2(drawn.x1, dirty->x1);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 572 struct vertex2f res = { rect.x1 / size.x, rect.y1 / size.y };
644 result.x1 = layer->dst.br.x * layer->viewport.scale[0] + layer->viewport.translate[0];
650 result.x1 = MIN2(result.x1, s->scissor.maxx);
694 dirty->x1 <= drawn.x1 &&
699 dirty->x1 = dirty->y1 = MIN_DIRTY;
735 dirty->x1 = MAX2(drawn.x1, dirty->x1);
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/ceres-solver/internal/ceres/
system_test.cc 196 // f1 = x1 + 10*x2;
199 // f4 = sqrt(10) * (x1 - x4)^2
201 // The starting values are x1 = 3, x2 = -1, x3 = 0, x4 = 1.
202 // The minimum is 0 at (x1, x2, x3, x4) = 0.
235 template <typename T> bool operator()(const T* const x1,
238 // f1 = x1 + 10 * x2;
239 *residual = *x1 + T(10.0) * *x2;
268 template <typename T> bool operator()(const T* const x1,
271 // f4 = sqrt(10) (x1 - x4)^2
272 residual[0] = T(sqrt(10.0)) * (x1[0] - x4[0]) * (x1[0] - x4[0])
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Biquad.cpp 90 double x1 = m_x1;
104 float y = b0*x + b1*x1 + b2*x2 - a1*y1 - a2*y2;
109 x2 = x1;
110 x1 = x;
117 m_x1 = DenormalDisabler::flushDenormalFloatToZero(x1);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_reg.h 39 #define PRIM3D_TRISTRIP (0x1<<18)
242 #define BLENDFUNC_SUBTRACT 0x1
421 #define A0_ADD (0x1<<24) /* dst = src0 + src1 */
541 #define D0_SAMPLE_TYPE_CUBE (0x1<<22)
655 #define _3DSTATE_SAMPLER_STATE (CMD_3D|(0x1d<<24)|(0x1<<16))
  /external/chromium_org/third_party/opus/src/silk/fixed/
burg_modified_FIX.c 57 opus_int32 C0, num, nrg, rc_Q31, invGain_Q30, Atmp_QA, Atmp1, tmp1, tmp2, x1, x2; local
127 x1 = -silk_LSHIFT32( (opus_int32)x_ptr[ n ], 16 - rshifts ); /* Q(16-rshifts) */
132 C_first_row[ k ] = silk_SMLAWB( C_first_row[ k ], x1, x_ptr[ n - k - 1 ] ); /* Q( -rshifts ) */
148 x1 = -silk_LSHIFT32( (opus_int32)x_ptr[ n ], -rshifts ); /* Q( -rshifts ) */
153 C_first_row[ k ] = silk_MLA( C_first_row[ k ], x1, x_ptr[ n - k - 1 ] ); /* Q( -rshifts ) */
  /external/chromium_org/third_party/skia/include/core/
SkPath.h 362 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
365 @param x1 The x-coordinate of the control point on a quadratic curve
370 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2);
398 void conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
407 (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
410 @param x1 The x-coordinate of the 1st control point on a cubic curve
417 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
449 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
470 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBicubicImageFilter.cpp 131 int x1 = SkClampMax(sx , src.width() - 1); local
139 SkPMColor s10 = *src.getAddr32(x1, y0);
144 SkPMColor s11 = *src.getAddr32(x1, y1);
149 SkPMColor s12 = *src.getAddr32(x1, y2);
154 SkPMColor s13 = *src.getAddr32(x1, y3);
  /external/kernel-headers/original/asm-x86/
voyager.h 90 #define VOYAGER_READ_CONFIG 0x1
455 #define VOYAGER_DUMP_BUTTON_NMI 0x1
460 #define VOYAGER_IGNORE_DUMP 0x1
469 #define VOYAGER_OS_HAS_SYSINT 0x1
473 #define VOYAGER_SUS_BOOTING 0x1
  /external/libffi/src/sparc/
v9.S 241 .byte 0x1 ! CIE Version
243 .byte 0x1 ! uleb128 0x1; CIE Code Alignment Factor
246 .byte 0x1 ! uleb128 0x1; Augmentation size
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_reg.h 39 #define PRIM3D_TRISTRIP (0x1<<18)
242 #define BLENDFUNC_SUBTRACT 0x1
421 #define A0_ADD (0x1<<24) /* dst = src0 + src1 */
541 #define D0_SAMPLE_TYPE_CUBE (0x1<<22)
655 #define _3DSTATE_SAMPLER_STATE (CMD_3D|(0x1d<<24)|(0x1<<16))
  /external/skia/include/core/
SkPath.h 362 (x1,y1), and ending at (x2,y2). If no moveTo() call has been made for
365 @param x1 The x-coordinate of the control point on a quadratic curve
370 void quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2);
398 void conicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
407 (x1,y1) and (x2,y2), and ending at (x3,y3). If no moveTo() call has been
410 @param x1 The x-coordinate of the 1st control point on a cubic curve
417 void cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
449 void rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
470 void arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2,
    [all...]
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 131 int x1 = SkClampMax(sx , src.width() - 1); local
139 SkPMColor s10 = *src.getAddr32(x1, y0);
144 SkPMColor s11 = *src.getAddr32(x1, y1);
149 SkPMColor s12 = *src.getAddr32(x1, y2);
154 SkPMColor s13 = *src.getAddr32(x1, y3);
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DisplayModifier.java 33 protected final static int SWEEP_STROKE_WIDTH_BIT = 0x1 << 0;
34 protected final static int SWEEP_STROKE_CAP_BIT = 0x1 << 1;
35 protected final static int SWEEP_STROKE_JOIN_BIT = 0x1 << 2;
37 protected final static int SWEEP_SHADER_BIT = 0x1 << 3; // only allow non-simple shaders to use rectangle drawing
38 protected final static int SWEEP_TRANSFORM_BIT = 0x1 << 4; // only sweep over specified transforms
  /frameworks/native/services/sensorservice/
Fusion.cpp 171 x1 = 0;
192 x1 = 0;
351 return x1;
374 const vec3_t b = x1;
473 x1 += db;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 137 #define MDP_FLIP_LR 0x1
269 #define MSMFB_WRITEBACK_DEQUEUE_BLOCKING 0x1
275 #define MDP_PP_OPS_ENABLE 0x1
301 #define MDP_OVERLAY_PP_CSC_CFG 0x1
307 #define MDP_CSC_FLAG_ENABLE 0x1
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 139 #define MDP_FLIP_LR 0x1
273 #define MSMFB_WRITEBACK_DEQUEUE_BLOCKING 0x1
279 #define MDP_PP_OPS_ENABLE 0x1
304 #define MDP_OVERLAY_PP_CSC_CFG 0x1
310 #define MDP_CSC_FLAG_ENABLE 0x1
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 86 #define MP3DEC_MAJOR_VER 0x1/* Major number of the component */
87 #define MP3DEC_MINOR_VER 0x1 /* Mnor number of the component */
255 (_s_)->nVersion.s.nVersionMajor = 0x1; \
256 (_s_)->nVersion.s.nVersionMinor = 0x1; \
257 (_s_)->nVersion.s.nRevision = 0x1; \
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java     [all...]
  /frameworks/base/libs/hwui/
FontRenderer.cpp 377 cacheBuffer[cacheY * cacheWidth + cacheX++] = COLORS[(b >> mask) & 0x1];
536 void FontRenderer::appendMeshQuadNoClip(float x1, float y1, float u1, float v1,
544 mCurrentCacheTexture->addQuad(x1, y1, u1, v1, x2, y2, u2, v2,
548 void FontRenderer::appendMeshQuad(float x1, float y1, float u1, float v1,
553 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
557 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
560 mBounds->left = fmin(mBounds->left, x1);
571 void FontRenderer::appendRotatedMeshQuad(float x1, float y1, float u1, float v1,
575 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture);
578 mBounds->left = fmin(mBounds->left, fmin(x1, fmin(x2, fmin(x3, x4))))
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_math_agree.java 113 ucv[i] = (short)rand.nextInt(0x1 << 8);
119 sv[i] = (short)rand.nextInt(0x1 << 16);
125 usv[i] = rand.nextInt(0x1 << 16);
302 short rand_uc1_0 = (short)rand.nextInt(0x1 << 8);
306 short rand_uc1_1 = (short)rand.nextInt(0x1 << 8);
310 short rand_ss1_0 = (short)rand.nextInt(0x1 << 16);
314 short rand_ss1_1 = (short)rand.nextInt(0x1 << 16);
318 int rand_us1_0 = rand.nextInt(0x1 << 16);
322 int rand_us1_1 = rand.nextInt(0x1 << 16);
350 byte rand_sc1_0 = (byte)rand.nextInt(0x1 << 8)
    [all...]

Completed in 1354 milliseconds

<<61626364656667686970>>