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

1 2

  /external/clang/test/CodeGen/
fp16-ops.c 6 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
16 test = (h0);
49 h1 = h0 * h2;
55 h1 = h0 * (__fp16) -2.0;
59 h1 = h0 * f2;
69 h1 = (h0 / h2);
74 h1 = (h0 / (__fp16) -2.0);
78 h1 = (h0 / f2);
88 h1 = (h2 + h0);
93 h1 = ((__fp16)-2.0 + h0);
    [all...]
  /external/clang/test/Sema/
constant-builtins.c 16 int h0 = __builtin_types_compatible_p(int,float); variable
constant-builtins-2.c 48 int h0 = __builtin_types_compatible_p(int, float); variable
function-redecl.c 111 void *h0(unsigned a0, ...);
112 extern __typeof (h0) h1 __attribute__((__sentinel__));
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
249 { .mlx; ld4 $h0=[ctx],8
265 { .mmi; mov $A=$h0
286 { .mmb; add $h0=$h0,$A
292 { .mmi; st4 [ctx]=$h0,8
  /external/wpa_supplicant_8/src/crypto/
fips_prf_openssl.c 20 os_memcpy(&context.h0, state, 5 * 4);
22 os_memcpy(state, &context.h0, 5 * 4);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_luma.cpp 39 int v0, h0; local
83 h0 = ((h_blk - 1) >= 1) ? (h_blk - 1) : 1;
96 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
137 h0 = ((h_blk - 1) >= 1) ? (h_blk - 1) : 1;
150 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
197 h0 = h_blk - 1;
212 AdaptiveSmooth_NoMMX(Rec_Y, v0, h0, v_blk, h_blk,
215 DeringAdaptiveSmoothMMX(&Rec_Y[v0*width+h0],
deringing_chroma.cpp 40 int v0, h0; local
60 h0 = ((h_blk - 1) >= 1) ? (h_blk - 1) : 1;
70 ptr = &Rec_C[addr_v + h0 - 1];
88 for (h_pel = h0; h_pel < h_blk + BLKSIZE - 1; h_pel++)
195 h0 = h_blk - 1;
201 AdaptiveSmooth_NoMMX(Rec_C, v0, h0, v_blk, h_blk, thres, width, max_diff);
203 DeringAdaptiveSmoothMMX(&Rec_C[(int32)v0*width+h0], width, thres, max_diff);
chvr_filter.cpp 45 int max_diff, thres, v0, h0, min_blk, max_blk; local
464 h0 = (bc << 3) - 1;
467 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 + 1, h0 + 1, thres, width, max_diff);
540 h0 = (bc << 3) + 1;
546 AdaptiveSmooth_NoMMX(rec, v0, h0, v0 - 3, h0 - 3, thres, width, max_diff);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 69 int h0 = g0 + g2; local
73 pDst[i+0] = (OMX_S16) h0;
armVCM4P10_TransformResidual4x4.c 70 int h0 = g0 + g3; local
74 pDst[i+0] = (OMX_S16)((h0+32)>>6);
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 1398 int h0, h1, h2, h3; local
1450 int h0 = x[i]; local
1498 int h0, h1, h2, h3; local
1560 int h0 = X[i].i.hi; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/os/
Sensors.java 149 float h0 = mHeight * 0.333333f; local
150 float h = h0 - 32;
151 float y = h0*0.5f;
165 y += h0;
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 29 void h0() { consume(Y().a); } function in namespace:PointerToArrayDecay
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 767 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
769 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
777 int col = ((Integer) h0.get("unique")).intValue();
779 col = ((Integer) h0.get("name")).intValue();
890 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
892 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-changed
896 int col = ((Integer) h0.get("unique")).intValue();
898 col = ((Integer) h0.get("name")).intValue();
950 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
952 h0.put(rs0.tr.column[i], Integer.valueOf(i)); // android-change
983 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
1310 Hashtable<String, Integer> h0 = new Hashtable<String, Integer>(); local
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_codebook.cpp 147 uchar p0, p1, p2, l0, l1, l2, h0, h1, h2; local
155 h0 = SAT_8U(p0 + cb0); h1 = SAT_8U(p1 + cb1); h2 = SAT_8U(p2 + cb2);
174 if( e->learnMax[0] < h0 ) e->learnMax[0]++;
206 e->learnMin[0] = l0; e->learnMax[0] = h0;
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2; local
277 if( e->boxMin[0] <= l0 && h0 <= e->boxMax[0] &&
  /external/openssl/crypto/sha/
sha_locl.h 72 ll=(c)->h0; HOST_l2c(ll,(s)); \
132 c->h0=INIT_DATA_h0;
223 A=c->h0;
347 c->h0=(c->h0+E)&0xffffffffL;
355 A=c->h0;
404 A=c->h0;
423 c->h0=(c->h0+A)&0xffffffffL;
431 A=c->h0;
    [all...]
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/llvm/include/llvm/ADT/
Hashing.h 267 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
298 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
300 h0 ^= h6;
304 h4 = h0 + h5;
309 std::swap(h2, h0);
316 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  /external/mesa3d/src/pixelflinger2/
llvm_texture.cpp 183 Value * h0 = builder.CreateMul(builder.CreateSub(s1, s0), xLerpVec); local
185 h0 = builder.CreateAShr(h0, constIntVec(builder, SHIFT, SHIFT, SHIFT, SHIFT));
186 h0 = builder.CreateAdd(h0, s0);
192 Value * sample = builder.CreateMul(builder.CreateSub(h1, h0),
195 sample = builder.CreateAdd(sample, h0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 217 byte h0 = 0;
229 h0 = 1;
250 h0 = -1;
262 BigInteger q0 = f0.add(BigInteger.valueOf(h0));
  /external/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/webrtc/src/common_audio/vad/
vad_core.c 334 WebRtc_Word16 h0, h1; local
407 h0 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(h0test, 12); // Q15
419 // Get likelihood ratio. Approximate log2(H1/H0) with shifts0 - shifts1
447 if (h0 > 0)
451 ngprvec[pos] = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, h0);
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_openssl.c 99 os_memcpy(&context.h0, state, 5 * 4);
101 os_memcpy(state, &context.h0, 5 * 4);
  /frameworks/native/services/surfaceflinger/
Layer.cpp 712 uint32_t w0=0, h0=0, s0=0, f0=0; local
715 h0 = buf0->getHeight();
723 mFormat, w0, h0, s0,f0,

Completed in 533 milliseconds

1 2