HomeSort by relevance Sort by last modified time
    Searched refs:c2 (Results 176 - 200 of 498) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu4c/test/intltest/
rbbitst.cpp 2529 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2761 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
3086 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [all...]
  /external/icu4c/common/
uiter.cpp 1038 UChar32 c, c2; local
1048 if(UTF_IS_SECOND_SURROGATE(c2=iter->current(iter))) {
1049 c=UTF16_GET_PAIR_VALUE(c, c2);
1055 if(UTF_IS_FIRST_SURROGATE(c2=iter->previous(iter))) {
1056 c=UTF16_GET_PAIR_VALUE(c2, c);
1058 if(c2>=0) {
1069 UChar32 c, c2; local
1073 if(UTF_IS_SECOND_SURROGATE(c2=iter->next(iter))) {
1074 c=UTF16_GET_PAIR_VALUE(c, c2);
1075 } else if(c2>=0)
1085 UChar32 c, c2; local
    [all...]
ucasemap.c 228 UChar32 c, c2 = 0; local
249 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
251 dest[destIndex++]=(uint8_t)c2;
416 UChar32 c, c2; local
431 if((destIndex<destCapacity) && (c<0 ? (c2=~c)<=0x7f : UCASE_MAX_STRING_LENGTH<c && (c2=c)<=0x7f)) {
433 dest[destIndex++]=(uint8_t)c2;
utext.cpp 457 UChar32 c1 = 0, c2 = 0; local
463 c2 = UTEXT_NEXT32(s2);
464 if(c1 != c2) {
480 c2 = UTEXT_NEXT32(s2);
482 if(c1 != c2) {
511 return (int32_t)c1-(int32_t)c2;
517 UChar32 c1, c2; local
523 c2 = UTEXT_NEXT32(s2);
524 if(c1 != c2) {
525 return (int32_t)c1-(int32_t)c2;
584 UChar32 c1, c2; local
705 UChar32 c1, c2; local
    [all...]
  /external/v8/test/mjsunit/
setter-on-constructor-prototype.js 46 function C2() {
49 C2.prototype = { };
50 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
52 %ToFastProperties(C2.prototype.__proto__)
56 var c2 = new C2();
57 assertEquals("undefined", typeof c2.x);
58 assertEquals(23, c2.y);
  /ndk/sources/host-tools/sed-4.2.1/
autoboot 416 *.[ch]) c1='/* '; c2=' */';;
417 *.texi) c1='@c '; c2= ;;
418 *.m4|*/Make*|Make*) c1='# ' ; c2= ;;
419 *) c1= ; c2= ;;
442 echo "$c1-*- buffer-read-only: t -*- vi: set ro:$c2" &&
443 echo "${c1}DO NOT EDIT! GENERATED AUTOMATICALLY!$c2" &&
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 92 // double = determinant3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3)
98 // | a2, b2, c2 |
101 static double determinant3x3(double a1, double a2, double a3, double b1, double b2, double b3, double c1, double c2, double c3)
103 return a1 * determinant2x2(b2, b3, c2, c3)
104 - b1 * determinant2x2(a2, a3, c2, c3)
124 double c2 = m[1][2]; local
137 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4)
138 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4)
140 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4);
170 double c2 = matrix[1][2] local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AlphabetIndexerTest.java 116 Cursor c2 = createCursor("Name", NAMES_LIST); local
118 indexer.setCursor(c2);
  /external/libvpx/vp8/common/ppc/
idctllm_altivec.asm 78 vmrglw v7, v2, v3 ;# c2 d2 c3 d3
83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2
129 vmrghh v2, v0, v1 ;# a0 c0 a1 c1 a2 c2 a3 c3
133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 115 double x, y, c, s, c2, s2, a; local
133 c2 = c * c;
171 A1[p] = (float) (App * c2 + Aqq * s2 - a);
172 A2[q] = (float) (App * s2 + Aqq * c2 + a);
265 double x, y, c, s, c2, s2, a; local
284 c2 = c * c;
322 App2 = App * c2 + Aqq * s2 - a;
323 Aqq2 = App * s2 + Aqq * c2 + a;
  /external/opencv/otherlibs/highgui/
grfmt_base.cpp 177 int c2 = tolower(descr[i+1]); local
179 if( c1 != c2 )
  /external/oprofile/libpp/
diff_container.cpp 108 profile_container const & c2)
109 : pc1(c1), pc2(c2),
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 189 static const LCHAR* LSTRNCHR2(const LCHAR* text, LCHAR c, LCHAR c2, size_t len)
191 for (; *text != c && *text != c2 && len > 0 && *text; text++, len--)
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo4.stderr.exp 19 Location 0x........ is 1 byte inside a[3].xyzzy[21].c2[2],
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 180 const FloatPoint& c2)
188 if (edgeAgainstTriangleEdges(a1, b1, a2, b2, c2)
189 || edgeAgainstTriangleEdges(b1, c1, a2, b2, c2)
190 || edgeAgainstTriangleEdges(c1, a1, a2, b2, c2))
197 if (pointInTriangle(a1, a2, b2, c2)
199 || pointInTriangle(b1, a2, b2, c2)
201 || pointInTriangle(c1, a2, b2, c2)
202 || pointInTriangle(c2, a1, b1, c1))
  /external/clang/test/SemaCXX/
anonymous-union.cpp 29 double c2; member in union:X::__anon4933
array-bounds.cpp 59 char c2 = str2[5]; // expected-warning {{array index of '5' indexes past the end of an array (that contains 4 elements)}} local
overloaded-operator.cpp 178 void test_callable(Callable c, Callable2 c2, const Callable2& c2c,
187 int &ir2 = c2();
188 int &ir3 = c2(1);
  /external/icu4c/tools/genrb/
read.c 321 UChar32 c, c2; local
355 c2 = ucbuf_getc(buf, status); /* "/ * c" */
356 if(c2 == ASTERISK){ /* "/ * *" */
360 ucbuf_ungetc(c2, buf); /* c2 is the non-asterisk following "/ *". Include c2 back in buffer. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer_abst.h 96 int snd_mixer_selem_compare(const snd_mixer_elem_t *c1, const snd_mixer_elem_t *c2);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CameraTest.java 209 Canvas c2 = new Canvas(); local
212 c2.concat(m);
214 assertTrue(c1.getMatrix().equals(c2.getMatrix()));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ProgramFragmentTest.java 59 ScriptField_ConstComplex c2 = new ScriptField_ConstComplex(mRS, 1, local
62 c2.set(new ScriptField_ConstComplex.Item(), 0, true);
63 mConstComplex = c2.getAllocation();
ProgramVertexTest.java 70 ScriptField_ConstComplex c2 = new ScriptField_ConstComplex(mRS, 1, local
73 c2.set(new ScriptField_ConstComplex.Item(), 0, true);
74 mConstComplex = c2.getAllocation();
  /development/samples/GlobalTime/src/com/android/globaltime/
City.java 125 City c2 = (City)o2;
127 TimeZone tz2 = c2.getTimeZone();
131 float dlat = c2.getLatitude() - c1.getLatitude();
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.c 983 PIXEL c2 = *line2++; local
985 c2 = ((c2 & REDMASK) >> 11) + ((c2 & GREENMASK) >> 5) + (c2 & BLUEMASK);
986 *destPointer = ~((c1 >> 3) + ((c2 >> 3) << 4));
1007 PIXEL c2 = *(srcPointer + 1); local
1009 c2 = ((c2 & REDMASK) >> 11) + ((c2 & GREENMASK) >> 5) + (c2 & BLUEMASK)
    [all...]

Completed in 723 milliseconds

1 2 3 4 5 6 78 91011>>