HomeSort by relevance Sort by last modified time
    Searched refs:C0 (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libm/src/
k_cosf.c 29 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */
46 return ((one+z*C0) + w*C1) + (w*z)*r;
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
TimeUnit.java 46 public long toMicros(long d) { return d/(C1/C0); }
47 public long toMillis(long d) { return d/(C2/C0); }
48 public long toSeconds(long d) { return d/(C3/C0); }
49 public long toMinutes(long d) { return d/(C4/C0); }
50 public long toHours(long d) { return d/(C5/C0); }
51 public long toDays(long d) { return d/(C6/C0); }
57 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); }
69 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); }
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/engines/
AESLightEngine.java 233 private int C0, C1, C2, C3;
324 C0 = (bytes[index++] & 0xff);
325 C0 |= (bytes[index++] & 0xff) << 8;
326 C0 |= (bytes[index++] & 0xff) << 16;
327 C0 |= bytes[index++] << 24;
351 bytes[index++] = (byte)C0;
352 bytes[index++] = (byte)(C0 >> 8);
353 bytes[index++] = (byte)(C0 >> 16);
354 bytes[index++] = (byte)(C0 >> 24);
376 C0 ^= KW[0][0]
    [all...]
AESEngine.java 335 private int C0, C1, C2, C3;
426 C0 = (bytes[index++] & 0xff);
427 C0 |= (bytes[index++] & 0xff) << 8;
428 C0 |= (bytes[index++] & 0xff) << 16;
429 C0 |= bytes[index++] << 24;
453 bytes[index++] = (byte)C0;
454 bytes[index++] = (byte)(C0 >> 8);
455 bytes[index++] = (byte)(C0 >> 16);
456 bytes[index++] = (byte)(C0 >> 24);
479 C0 ^= KW[0][0]
    [all...]
AESFastEngine.java     [all...]
  /external/bluetooth/bluez/sbc/
sbc_tables.h 378 #define C0 1.0932568993
384 F(0.00000000E+00 * C0), F(3.83720193E-03 * C0),
388 F(1.09137620E-02 * C0), F(2.58767811E-02 * C0),
392 F(1.35593274E-01 * C0), F(2.94315332E-01 * C0),
396 -F(1.35593274E-01 * C0), F(2.58767811E-02 * C0),
400 -F(1.09137620E-02 * C0), F(3.83720193E-03 * C0)
    [all...]
  /cts/tools/signature-tools/test/signature/comparator/
MethodCompareTests.java 138 CompilationUnit C0 = new CompilationUnit("a.C0",
140 "public class C0 {" +
143 CompilationUnit C0_E1 = new CompilationUnit("a.C0",
145 "public class C0{" +
148 IApi fromApi = convert(E0, E1, C0);
162 CompilationUnit C0 = new CompilationUnit("a.C0",
164 "public class C0 {" +
167 CompilationUnit C0_E1 = new CompilationUnit("a.C0",
    [all...]
ClassCompareTest.java 224 CompilationUnit C0 = new CompilationUnit("a.C0",
226 "public class C0 implements I1{}");
227 CompilationUnit C0_I1 = new CompilationUnit("a.C0",
229 "public class C0 implements I1, I0{}");
230 IApi fromApi = convert(I0, I1, C0);
272 CompilationUnit C0 = new CompilationUnit("a.C",
278 IApi fromApi = convert(C0);
286 CompilationUnit C0 = new CompilationUnit("a.C",
292 IApi fromApi = convert(C0);
    [all...]
  /external/v8/test/mjsunit/regress/
regress-244.js 42 '%80', '%BF', '%80%BF', '%80%BF%80', '%C0%22', '%DF',
44 '%C0%AF', '%E0%9F%BF', '%F0%8F%BF%BF', '%C0%80',
  /external/opencore/codecs_v2/video/avc_h264/common/src/
deblock.cpp 1087 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1276 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1493 int c0, dif; local
1583 int c0, dif; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 1089 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1278 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1495 int c0, dif; local
1585 int c0, dif; local
    [all...]
  /system/bluetooth/data/
auto_pairing.conf 13 AddressBlacklist=00:02:C7,00:16:FE,00:19:C1,00:1B:FB,00:1E:3D,00:21:4F,00:23:06,00:24:33,00:A0:79,00:0E:6D,00:13:E0,00:21:E8,00:60:57,00:0E:9F,00:12:1C,00:18:91,00:18:96,00:13:04,00:16:FD,00:22:A0,00:0B:4C,00:60:6F,00:23:3D,00:C0:59,00:0A:30,00:1E:AE,00:1C:D7,00:80:F0,00:12:8A,00:09:93
  /external/speex/libspeex/
math_approx.h 131 /*#define C0 3634
137 #define C0 3634
148 rt = ADD16(C0, MULT16_16_Q14(x, ADD16(C1, MULT16_16_Q14(x, ADD16(C2, MULT16_16_Q14(x, (C3)))))));
  /external/icu4c/data/sprep/
rfc3491.txt 486 00C0; 00E0; MAP
702 03A0; 03C0; MAP
721 03D6; 03C0; MAP
1212 213F; 03C0; MAP
1240 24C0; 24DA; MAP
1291 33C0; 006B 03C9; MAP
1715 1D6B7; 03C0; MAP
1741 1D6F1; 03C0; MAP
    [all...]
rfc3530csci.txt 485 00C0; 00E0; MAP
701 03A0; 03C0; MAP
720 03D6; 03C0; MAP
1211 213F; 03C0; MAP
1239 24C0; 24DA; MAP
1290 33C0; 006B 03C9; MAP
1714 1D6B7; 03C0; MAP
1740 1D6F1; 03C0; MAP
    [all...]
rfc3722.txt 486 00C0; 00E0; MAP
702 03A0; 03C0; MAP
721 03D6; 03C0; MAP
1212 213F; 03C0; MAP
1240 24C0; 24DA; MAP
1291 33C0; 006B 03C9; MAP
1715 1D6B7; 03C0; MAP
1741 1D6F1; 03C0; MAP
    [all...]
rfc3920node.txt 486 00C0; 00E0; MAP
702 03A0; 03C0; MAP
721 03D6; 03C0; MAP
1212 213F; 03C0; MAP
1240 24C0; 24DA; MAP
1291 33C0; 006B 03C9; MAP
1715 1D6B7; 03C0; MAP
1741 1D6F1; 03C0; MAP
    [all...]
rfc4518ci.txt 453 00C0; 00E0; MAP
669 03A0; 03C0; MAP
688 03D6; 03C0; MAP
1179 213F; 03C0; MAP
1207 24C0; 24DA; MAP
1258 33C0; 006B 03C9; MAP
1682 1D6B7; 03C0; MAP
1708 1D6F1; 03C0; MAP
1734 1D72B; 03C0; MAP
    [all...]
  /external/icu4c/test/testdata/
nfs4_cis_prep.txt 476 00C0; 00E0; MAP
692 03A0; 03C0; MAP
711 03D6; 03C0; MAP
1202 213F; 03C0; MAP
1230 24C0; 24DA; MAP
1281 33C0; 006B 03C9; MAP
1705 1D6B7; 03C0; MAP
1731 1D6F1; 03C0; MAP
1757 1D72B; 03C0; MAP
    [all...]
nfs4_cs_prep_ci.txt 476 00C0; 00E0; MAP
692 03A0; 03C0; MAP
711 03D6; 03C0; MAP
1202 213F; 03C0; MAP
1230 24C0; 24DA; MAP
1281 33C0; 006B 03C9; MAP
1705 1D6B7; 03C0; MAP
1731 1D6F1; 03C0; MAP
1757 1D72B; 03C0; MAP
    [all...]
nfs4_mixed_prep_s.txt 476 00C0; 00E0; MAP
692 03A0; 03C0; MAP
711 03D6; 03C0; MAP
1202 213F; 03C0; MAP
1230 24C0; 24DA; MAP
1281 33C0; 006B 03C9; MAP
1705 1D6B7; 03C0; MAP
1731 1D6F1; 03C0; MAP
1757 1D72B; 03C0; MAP
    [all...]
  /bionic/libc/bionic/
dlmalloc.c     [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c     [all...]
  /external/opencore/engines/player/test/data/
test_amr_ietf.amr 357 }K??????+4 ?<B[??Ax??T?f?'??9?5r??f9?<Dm?f?y????;??_??B?jR????vp< ~??i??)b?J??tI??A??Y?x?<D?%O? ?U?IM?j?? ??t?[p??#>/?<?g?0?U?(??%??}???L1ph#?$P<?y?'?a??3?p??c?iF?+8+m?0<>??Q??=+?|-???vx?ol??c0<D?W?????Iz?q?q?m?agd??`*<D^?=?????5f?????[]?Q????<????KU??p0~?!?i???????`<"$'???????{?$t8????&?D?<?B??)s????G2 ??^[0????<;{'??{??n???<???[l_'?m???<?7{/?K??????o?X )??A#??b?<<]?>X???K1v?D?7???z/u7?>?+?<RpO???0???m??lz??Rj??AZ <"??????Z?ZUR?=pvŒ??Q??NP?<??#&X??*?????! 'C4?/<?A&]A.?<]GO?Ea??J?6????&@?_a?? 6t/?P<4V5?*?2???B?6?t?:??? <FF?4?p?????"?T?x?I?P`{???<(Z)W?????:????t??<C?Q ?sD <5?O?o=?P~??z??g{Ei/??>?.p<(>5W???????%k?&Y?y??u??'`<?_???Ic?x?=?????eg??f???p<?W????W??XG2???8M4 ??? ?<z_?vIq?????e???XGg th????<?_?F???tW?38?*?=?v%GS.???<?N?|??Y?2?"??LS??h ?o?`<??"?b???JG????S??=?@???<@?!??????(??3?I?m{#??T???%?<Rq??Ny)v?9?i?oM?„?o?#????<2r ????|????+?e2T ?Ztn??a6?<m???2?U4?s ?'?/+?KW???6m?<Bl w??E8[^?Cf?&?y?5
    [all...]

Completed in 1107 milliseconds

1 2