HomeSort by relevance Sort by last modified time
    Searched defs:ab (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 495 ab[] = { 0x61, 0x62, 0 }, local
637 if (u_strspn(testString, ab) != 2) {
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 558 // to edges ab and bc:
575 SkVector ab = b; local
576 ab -= a;
583 SkASSERT(ab.length() > 0 && cb.length() > 0);
585 ab.normalize();
587 abN.setOrthog(ab, SkVector::kLeft_Side);
    [all...]
GrPathUtils.cpp 345 // ab is the vector from a to the second control point.
351 const SkVector& ab,
357 SkScalar apXab = ap.cross(ab);
394 SkVector ab = p[1] - p[0]; local
397 if (ab.isZero()) {
405 ab = p[2] - p[0];
411 // When the ab and cd tangents are nearly parallel with vector from d to a the constraint that
423 // cross(ab, da)^2/length(da)^2 == sqd distance from b to line from d to a.
425 SkScalar detABSqd = ab.cross(da);
431 SkPoint b = p[0] + ab;
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 400 struct AmbiguousBase { int ab; }; member in struct:test3::AmbiguousBase
406 template <class T> decltype(((T*) 0)->Path1::ab) get_ab_1(T &ref) { return ref.Path1::ab; }
409 template <class T> decltype(((T*) 0)->Path2::ab) get_ab_2(T &ref) { return ref.Path2::ab; }
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 611 int ab = in.read(); local
612 int a = byte0(ab);
613 int b = byte1(ab);
632 int ab = in.read(); local
633 int a = byte0(ab);
634 int b = byte1(ab);
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 495 ab[] = { 0x61, 0x62, 0 }, local
637 if (u_strspn(testString, ab) != 2) {
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 981 const UChar ab[] = { 0x61, 0x62, 0 }; local
    [all...]
transtst.cpp 302 /* Example: rules 1. ab>x|y
311 expect(UnicodeString("ab>x|y;", "") +
316 * 1. ab>x|yzacw
321 * []|ab Rule 1
327 expect(UnicodeString("ab>x|yzacw;") +
331 "ab", "xyqn");
387 "ab>yz;" +
395 "ab<yz;" +
515 "b", "ab",
638 Transliterator* ab = new CompoundTransliterator(transab, 2) local
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 558 // to edges ab and bc:
575 SkVector ab = b; local
576 ab -= a;
583 SkASSERT(ab.length() > 0 && cb.length() > 0);
585 ab.normalize();
587 abN.setOrthog(ab, SkVector::kLeft_Side);
    [all...]
GrPathUtils.cpp 345 // ab is the vector from a to the second control point.
351 const SkVector& ab,
357 SkScalar apXab = ap.cross(ab);
394 SkVector ab = p[1] - p[0]; local
397 if (ab.isZero()) {
405 ab = p[2] - p[0];
411 // When the ab and cd tangents are nearly parallel with vector from d to a the constraint that
423 // cross(ab, da)^2/length(da)^2 == sqd distance from b to line from d to a.
425 SkScalar detABSqd = ab.cross(da);
431 SkPoint b = p[0] + ab;
    [all...]
  /external/skia/tests/
MathTest.cpp 204 SkLONGLONG ab = (SkLONGLONG)a * b;
206 ab = -ab;
208 return ab >> 16;
366 int ab = a * b; local
367 float s = ab / 255.0f;
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 256 final float ab = scurve(stretch, 8.5f); local
259 + ", ar=" + ar + ", ag=" + ag + ", ab=" + ab);
301 setVStretchQuad(mVertexBuffer, mDisplayWidth, mDisplayHeight, ab);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 439 Dex ab = new DexMerger(a, b, CollisionPolicy.FAIL).merge(); local
440 outArray = ab.getBytes();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 665 LLVMValueRef ab; local
677 ab = LLVMBuildMul(builder, a, b, "");
681 /* ab/255 ~= (ab + (ab >> 8) + 0x80) >> 8 */
682 ab = LLVMBuildMul(builder, a, b, "");
683 ab = LLVMBuildAdd(builder, ab, LLVMBuildLShr(builder, ab, c8, ""), "");
684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), "")
724 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 1017 const char* ab = "ab"; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 665 LLVMValueRef ab; local
677 ab = LLVMBuildMul(builder, a, b, "");
681 /* ab/255 ~= (ab + (ab >> 8) + 0x80) >> 8 */
682 ab = LLVMBuildMul(builder, a, b, "");
683 ab = LLVMBuildAdd(builder, ab, LLVMBuildLShr(builder, ab, c8, ""), "");
684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), "")
724 LLVMValueRef al, ah, bl, bh, abl, abh, ab; local
    [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 1017 const char* ab = "ab"; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 301 /* Example: rules 1. ab>x|y
310 expect(UnicodeString("ab>x|y;", "") +
315 * 1. ab>x|yzacw
320 * []|ab Rule 1
326 expect(UnicodeString("ab>x|yzacw;") +
330 "ab", "xyqn");
386 "ab>yz;" +
394 "ab<yz;" +
514 "b", "ab",
637 Transliterator* ab = new CompoundTransliterator(transab, 2) local
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2639 CvMat* ab = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 2113 register char * ab; local
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 2113 register char * ab; local
    [all...]
  /external/qemu/target-i386/
op_helper.c 4559 int i, qb, ab; local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 2871 Local<v8::ArrayBuffer> ab = v8::ArrayBuffer::New(isolate, 1024); local
3082 v8::Handle<v8::ArrayBuffer> ab = local
16440 Local<v8::ArrayBuffer> ab = local
16527 Local<v8::ArrayBuffer> ab = local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 62669 } ab; member in union:vdbeExecUnion
    [all...]

Completed in 420 milliseconds

1 23 4