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

1 2 3 4 5 6 7 8 91011

  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidFloatDoubleTest.java 41 float nz = -0.0f; local
48 assertTrue(pz == nz);
52 assertTrue(nz == pz);
53 assertTrue(nz == nz);
54 assertTrue(nz == pzero);
55 assertTrue(nz == nzero);
58 assertTrue(pzero == nz);
63 assertTrue(nzero == nz);
69 assertTrue(!Float.valueOf(pz).equals(Float.valueOf(nz)));
96 double nz = -0.0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pseudo.s 14 tbit.nz p12 = r0, 0
15 tnat.nz p13 = r0
19 tf.nz p2, p3 = 33
opc-i.s 157 tbit.nz p2, p3 = r4, 8
158 tbit.nz.unc p2, p3 = r4, 9
159 tbit.nz.and p2, p3 = r4, 10
160 tbit.nz.or p2, p3 = r4, 11
161 tbit.nz.or.andcm p2, p3 = r4, 12
162 tbit.nz.orcm p2, p3 = r4, 13
163 tbit.nz.andcm p2, p3 = r4, 14
164 tbit.nz.and.orcm p2, p3 = r4, 15
174 tnat.nz p2, p3 = r4
175 tnat.nz.unc p2, p3 = r
    [all...]
opc-i.d 182 396: 30 54 10 84 28 60 tbit\.nz\.or p3,p2=r4,5
183 39c: c8 20 08 58 tbit\.nz\.and p3,p2=r4,6
185 3a6: 30 74 10 84 2c 60 tbit\.nz\.or\.andcm p3,p2=r4,7
189 3bc: 48 21 0c 58 tbit\.nz\.and p2,p3=r4,10
191 3c6: 20 b4 10 86 28 40 tbit\.nz\.or p2,p3=r4,11
192 3cc: 88 21 0c 59 tbit\.nz\.or\.andcm p2,p3=r4,12
206 416: 30 0c 10 84 28 60 tnat\.nz\.or p3,p2=r4
207 41c: 18 20 08 58 tnat\.nz\.and p3,p2=r4
209 426: 30 0c 10 84 2c 60 tnat\.nz\.or\.andcm p3,p2=r4
213 43c: 18 20 0c 58 tnat\.nz\.and p2,p3=r
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
branch.s 9 jp nz,0x8405
19 jr nz,2b
29 call nz,0x8405
41 ret nz
branch.d 13 [ ]+c:[ ]+c2 05 84[ ]+jp nz,0x8405
22 [ ]+23:[ ]+20 db[ ]+jr nz,(0x)?0+
30 [ ]+36:[ ]+c4 05 84[ ]+call nz,0x8405
40 [ ]+4b:[ ]+c0[ ]+ret nz
offset.s 15 jr nz,3f
offset.d 18 [ ]+14:[ ]+20 02[ ]+jr nz,0x0018
  /device/google/dragon/
init_regions.sh 19 au | nz)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/v850/
v850e1.s 8 cmov nz, 22, r2, r3
9 cmov nz, r1, r2, r3
31 sasf nz, r8
compare.s 14 setf nz,r5
v850e1.d 14 0x0+0e f6 17 14 1b [ ]*cmov nz, -10, r2, sp
15 0x0+12 e1 17 34 1b [ ]*cmov nz, r1, r2, sp
37 0x0+6a ea 47 00 02 [ ]*sasf nz, r8
  /external/webp/src/enc/
quant.c 93 printf("\nD:%d SD:%d R:%d H:%d nz:0x%x score:%d\n",
94 (int)rd->D, (int)rd->SD, (int)rd->R, (int)rd->H, (int)rd->nz,
514 rd->nz = 0;
523 dst->nz = src->nz; // note that nz is not accumulated, but just copied.
532 dst->nz |= src->nz; // here, new nz bits are accumulated.
713 int nz = 0 local
745 int nz = 0; local
797 int nz = 0; local
819 int nz = 0; local
1104 int nz = 0; local
1133 int nz = 0; local
    [all...]
iterator.c 216 // Nz bits:
228 #define BIT(nz, n) (!!((nz) & (1 << (n))))
264 uint32_t nz = 0; local
268 nz |= (top_nz[0] << 12) | (top_nz[1] << 13);
269 nz |= (top_nz[2] << 14) | (top_nz[3] << 15);
270 nz |= (top_nz[4] << 18) | (top_nz[5] << 19);
271 nz |= (top_nz[6] << 22) | (top_nz[7] << 23);
272 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4
274 nz |= (left_nz[0] << 3) | (left_nz[1] << 7)
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 435 rd->nz = 0;
443 dst->nz = src->nz; // note that nz is not accumulated, but just copied.
451 dst->nz |= src->nz; // here, new nz bits are accumulated.
500 int n, m, p, nz; local
627 nz = 0;
633 nz |= (node->level != 0)
655 int nz = 0; local
701 int nz = 0; local
723 int nz = 0; local
782 int nz; local
939 int nz = 0; local
    [all...]
iterator.c 177 // Nz bits:
189 #define BIT(nz, n) (!!((nz) & (1 << (n))))
225 uint32_t nz = 0; local
229 nz |= (top_nz[0] << 12) | (top_nz[1] << 13);
230 nz |= (top_nz[2] << 14) | (top_nz[3] << 15);
231 nz |= (top_nz[4] << 18) | (top_nz[5] << 19);
232 nz |= (top_nz[6] << 22) | (top_nz[7] << 23);
233 nz |= (top_nz[8] << 24); // we propagate the _top_ bit, esp. for intra4
235 nz |= (left_nz[0] << 3) | (left_nz[1] << 7)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
ret-cc.s 23 ret nz
  /external/v8/test/mjsunit/
negate-zero.js 36 var nz = -0; variable
38 assertTrue(IsNegativeZero(nz), "-0");
39 assertFalse(IsNegativeZero(-nz), "-(-0)");
  /external/webp/src/dec/
vp8.c 443 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) {
445 nz_coeffs |= (nz > 3) ? 3 : (nz > 1) ? 2 : dc_nz;
468 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); local
469 mb->nz_dc_ = left_mb->nz_dc_ = (nz > 0);
470 if (nz > 1) { // more than just the DC -> perform the full transform
491 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); local
492 l = (nz > first);
494 nz_coeffs = NzCodeBits(nz_coeffs, nz, dst[0] != 0);
512 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst) local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz)
44 if (nz == 1)
50 if (nz > 16 && tile_mode < 0x020)
52 if (nz > 8) return tile_mode | 0x400; /* depth 16 tiles */
53 if (nz > 4) return tile_mode | 0x300; /* depth 8 tiles */
54 if (nz > 2) return tile_mode | 0x200; /* depth 4 tiles */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
asl.d 34 60: 02 9a 86 41 41869a02 asl.nz r12,r13
35 64: 02 20 e8 41 41e82002 asl.nz r15,r16
67 e4: 02 7d 3f 40 403f7d02 asl.nz.f r1,0
mov.d 34 60: 02 9a 86 61 61869a02 mov.nz r12,r13
35 64: 02 20 e8 61 61e82002 mov.nz r15,r16
67 e4: 02 7d 3f 60 603f7d02 mov.nz.f r1,0
asr.d 31 54: 02 82 86 19 19868202 asr.nz r12,r13
44 88: 02 03 3f 18 183f0302 asr.nz.f r1,0
branch.s 12 @OC@nz text_label
extb.d 31 54: 02 8e 86 19 19868e02 extb.nz r12,r13
44 88: 02 0f 3f 18 183f0f02 extb.nz.f r1,0

Completed in 677 milliseconds

1 2 3 4 5 6 7 8 91011