HomeSort by relevance Sort by last modified time
    Searched refs:n2 (Results 251 - 275 of 876) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/third_party/nspr/
prtime.cc 905 int n1, n2, n3; local
    [all...]
  /external/opencv3/modules/core/test/
test_dxt.cpp 277 int i, n = _dst.cols + _dst.rows - 1, n2 = (n+1) >> 1; local
299 dst[n2*dststep].re = src0[(cn == 1 ? n-1 : n2)*srcstep];
300 dst[n2*dststep].im = 0;
308 for( i = 1; i < n2; i++, delta0 += srcstep, delta1 += srcstep )
335 dst[n2*dststep].re = src0[(cn == 1 ? n-1 : n2)*srcstep];
336 dst[n2*dststep].im = 0;
344 for( i = 1; i < n2; i++, delta0 += srcstep, delta1 += srcstep )
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 2528 Normalizer2 n2=Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.COMPOSE_CONTIGUOUS); local
2538 Normalizer2 n2=Normalizer2.getNFKCInstance(); local
2695 Normalizer2 n2=Normalizer2.getNFCInstance(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 2524 Normalizer2 n2=Normalizer2.getInstance(null, "nfc", Normalizer2.Mode.COMPOSE_CONTIGUOUS); local
2534 Normalizer2 n2=Normalizer2.getNFKCInstance(); local
2691 Normalizer2 n2=Normalizer2.getNFCInstance(); local
    [all...]
  /external/fio/t/
genzipf.c 166 const struct node *n2 = p2; local
168 return n2->hits - n1->hits;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
FilteredNormalizer2.java 32 * @param n2 wrapped Normalizer2 instance
35 public FilteredNormalizer2(Normalizer2 n2, UnicodeSet filterSet) {
36 norm2=n2;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
FilteredNormalizer2.java 31 * @param n2 wrapped Normalizer2 instance
35 public FilteredNormalizer2(Normalizer2 n2, UnicodeSet filterSet) {
36 norm2=n2;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
apinames.c 113 Name n2 = (Name)name2; local
115 return strcmp( n1->name, n2->name );
  /external/testng/src/main/java/org/testng/internal/
DynamicGraph.java 172 int n2 = s.indexOf('('); local
173 return s.substring(n1, n2);
  /external/v8/test/unittests/compiler/
node-properties-unittest.cc 27 Node* NewMockNode(const Operator* op, Node* n1, Node* n2) {
28 Node* nodes[] = {n1, n2};
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 127 double n2 = 2 * (x[0] * (v2 * x[0] - (x[1] * v1 - x[2] * v0)) + s * x[3]) - v2; local
129 return new double[]{n0, n1, n2};
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
AttributesTest.java 209 Attributes.Name n1 = new Attributes.Name("name"), n2 = new Attributes.Name("Name"); local
210 assertEquals(n1, n2);
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/
gsubr.go 59 func ginscon(as int, c int64, n2 *gc.Node) {
64 if as != arm64.AMOVD && (c < -arm64.BIG || c > arm64.BIG) || as == arm64.AMUL || n2 != nil && n2.Op != gc.OREGISTER {
71 gins(as, &ntmp, n2)
76 rawgins(as, &n1, n2)
83 func ginscon2(as int, n2 *gc.Node, c int64) {
94 gcmp(as, n2, &n1)
104 gcmp(as, n2, &ntmp)
108 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {
109 if gc.Isint[t.Etype] && n1.Op == gc.OLITERAL && n2.Op != gc.OLITERAL
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
gsubr.go 68 func ginscon(as int, c int64, n2 *gc.Node) {
73 if as != ppc64.AMOVD && (c < -ppc64.BIG || c > ppc64.BIG) || n2.Op != gc.OREGISTER || as == ppc64.AMULLD {
80 rawgins(as, &ntmp, n2)
85 rawgins(as, &n1, n2)
92 func ginscon2(as int, n2 *gc.Node, c int64) {
103 rawgins(as, n2, &n1)
109 rawgins(as, n2, &n1)
119 rawgins(as, n2, &ntmp)
123 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {
124 if gc.Isint[t.Etype] && n1.Op == gc.OLITERAL && n2.Op != gc.OLITERAL
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
gsubr.go 56 func ginscon(as int, c int64, n2 *gc.Node) {
61 if as != arm64.AMOVD && (c < -arm64.BIG || c > arm64.BIG) || as == arm64.AMUL || n2 != nil && n2.Op != gc.OREGISTER {
68 gins(as, &ntmp, n2)
73 rawgins(as, &n1, n2)
80 func ginscon2(as int, n2 *gc.Node, c int64) {
91 gcmp(as, n2, &n1)
101 gcmp(as, n2, &ntmp)
105 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {
106 if gc.Isint[t.Etype] && n1.Op == gc.OLITERAL && n2.Op != gc.OLITERAL
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
gsubr.go 65 func ginscon(as int, c int64, n2 *gc.Node) {
70 if as != ppc64.AMOVD && (c < -ppc64.BIG || c > ppc64.BIG) || n2.Op != gc.OREGISTER || as == ppc64.AMULLD {
77 rawgins(as, &ntmp, n2)
82 rawgins(as, &n1, n2)
89 func ginscon2(as int, n2 *gc.Node, c int64) {
100 rawgins(as, n2, &n1)
106 rawgins(as, n2, &n1)
116 rawgins(as, n2, &ntmp)
120 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {
121 if gc.Isint[t.Etype] && n1.Op == gc.OLITERAL && n2.Op != gc.OLITERAL
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/arm64/
gsubr.go 59 func ginscon(as int, c int64, n2 *gc.Node) {
64 if as != arm64.AMOVD && (c < -arm64.BIG || c > arm64.BIG) || as == arm64.AMUL || n2 != nil && n2.Op != gc.OREGISTER {
71 gins(as, &ntmp, n2)
76 rawgins(as, &n1, n2)
83 func ginscon2(as int, n2 *gc.Node, c int64) {
94 gcmp(as, n2, &n1)
104 gcmp(as, n2, &ntmp)
108 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {
109 if gc.Isint[t.Etype] && n1.Op == gc.OLITERAL && n2.Op != gc.OLITERAL
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
gsubr.go 68 func ginscon(as int, c int64, n2 *gc.Node) {
73 if as != ppc64.AMOVD && (c < -ppc64.BIG || c > ppc64.BIG) || n2.Op != gc.OREGISTER || as == ppc64.AMULLD {
80 rawgins(as, &ntmp, n2)
85 rawgins(as, &n1, n2)
92 func ginscon2(as int, n2 *gc.Node, c int64) {
103 rawgins(as, n2, &n1)
109 rawgins(as, n2, &n1)
119 rawgins(as, n2, &ntmp)
123 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {
124 if gc.Isint[t.Etype] && n1.Op == gc.OLITERAL && n2.Op != gc.OLITERAL
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
gsubr.go 56 func ginscon(as int, c int64, n2 *gc.Node) {
61 if as != arm64.AMOVD && (c < -arm64.BIG || c > arm64.BIG) || as == arm64.AMUL || n2 != nil && n2.Op != gc.OREGISTER {
68 gins(as, &ntmp, n2)
73 rawgins(as, &n1, n2)
80 func ginscon2(as int, n2 *gc.Node, c int64) {
91 gcmp(as, n2, &n1)
101 gcmp(as, n2, &ntmp)
105 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {
106 if gc.Isint[t.Etype] && n1.Op == gc.OLITERAL && n2.Op != gc.OLITERAL
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
gsubr.go 65 func ginscon(as int, c int64, n2 *gc.Node) {
70 if as != ppc64.AMOVD && (c < -ppc64.BIG || c > ppc64.BIG) || n2.Op != gc.OREGISTER || as == ppc64.AMULLD {
77 rawgins(as, &ntmp, n2)
82 rawgins(as, &n1, n2)
89 func ginscon2(as int, n2 *gc.Node, c int64) {
100 rawgins(as, n2, &n1)
106 rawgins(as, n2, &n1)
116 rawgins(as, n2, &ntmp)
120 func ginscmp(op int, t *gc.Type, n1, n2 *gc.Node, likely int) *obj.Prog {
121 if gc.Isint[t.Etype] && n1.Op == gc.OLITERAL && n2.Op != gc.OLITERAL
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
cris.exp 163 $line junk leftpart n1 n2 n3 n4 rightpart
164 # verbose "IM $n1 $n2 $n3 $n4 ($imcode1 $imcode2 $imcode3 $imcode01 $imcode02 $imcode03)"
170 set n [expr ($imcode1 << 12) + ($n1 << 12) + (0x$n2 << 8) \
177 $line junk leftpart n1 n2 n3 n4 rightpart
178 # verbose "IR $n1 $n2 $n3 $n4 ($ircode1 $ircode2 $ircode3 $ircode01 $ircode02 $ircode03)"
184 set n [expr ($ircode1 << 12) + ($n1 << 12) + (0x$n2 << 8) \
  /external/speex/libspeex/
lsp.c 532 float *pw,*n1,*n2,*n3,*n4=NULL; local
563 n2 = n1 + 1;
564 n3 = n2 + 1;
566 xout1 = xin1 - 2.f*x_freq[i2] * *n1 + *n2;
568 *n2 = *n1;
  /system/core/fs_mgr/
fs_mgr.c 251 char *n2; local
255 n2 = strdup(in2);
258 remove_trailing_slashes(n2);
260 ret = !strcmp(n1, n2);
263 free(n2);
  /external/opencv/cxcore/src/
cxdxt.cpp 501 int n2 = n/2;
502 CvComplex64f* dsth = dst + n2;
504 for( i = 0; i < n2; i += 2, itab += tab_step*2 )
507 assert( (unsigned)j < (unsigned)n2 );
922 int n2 = n/2;
923 CvComplex32f* dsth = dst + n2;
925 for( i = 0; i < n2; i += 2, itab += tab_step*2 )
928 assert( (unsigned)j < (unsigned)n2 );
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUJDKCompare.java 363 String n2 = class2.getName(); local
365 println("\ncompare " + n1 + " <> " + n2);
387 pw.format("fields in %s: %s%n", n2, set2);
394 diffConss = removeIgnored(n2, diffConss);
395 diffMeths = removeIgnored(n2, diffMeths);
396 diffFields = removeIgnored(n2, diffFields);
400 pw.println("Public API in " + n2 + " but not in " + n1);

Completed in 423 milliseconds

<<11121314151617181920>>