Searched defs:h0 (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/CodeGen/
H A Dfp16-ops.c6 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/
H A Dconstant-builtins.c16 int h0 = __builtin_types_compatible_p(int,float); variable
H A Dconstant-builtins-2.c48 int h0 = __builtin_types_compatible_p(int, float); variable
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp29 void h0() { consume(Y().a); } function in namespace:PointerToArrayDecay
/external/openssl/crypto/sha/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/openssl/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp147 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] &&
H A Dcvvecfacetracking.cpp833 double h0 = (double)ppNew[element[0]]->r.height * scale_templ; local
840 (int)pow(h0 - (double)rTempl[element[0]].height, 2) +
/external/mesa3d/src/pixelflinger2/
H A Dllvm_texture.cpp183 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/speex/libspeex/
H A Dsb_celp.c146 static const spx_word16_t h0[64] = {2, -7, -7, 18, 15, -39, -25, 75, 35, -130, -41, 212, 38, -327, -17, 483, -32, -689, 124, 956, -283, -1307, 543, 1780, -973, -2467, 1733, 3633, -3339, -6409, 9059, 30153, 30153, 9059, -6409, -3339, 3633, 1733, -2467, -973, 1780, 543, -1307, -283, 956, 124, -689, -32, 483, -17, -327, 38, 212, -41, -130, 35, 75, -25, -39, 15, 18, -7, -7, 2}; variable
149 static const float h0[64] = { variable
338 /* Compute the two sub-bands by filtering with QMF h0*/
339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
864 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack);
956 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack);
1091 qmf_synth(out, out+st->frame_size, h0, out, st->full_frame_size, QMF_ORDER, st->g0_mem, st->g1_mem, stack);
/external/llvm/include/llvm/ADT/
H A DHashing.h267 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/webrtc/src/common_audio/vad/
H A Dvad_core.c334 WebRtc_Word16 h0, h1; local
407 h0 = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32(h0test, 12); // Q15
447 if (h0 > 0)
451 ngprvec[pos] = (WebRtc_Word16)WebRtcSpl_DivW32W16(tmp32_2, h0);
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1398 int h0, h1, h2, h3; local
1400 h0 = x[i];
1402 buf[0].i = (h0 & LOGTAB_MASK2_32F) | (127 << 23);
1405 y0 = (((h0 >> 23) & 0xff) - 127) * ln_2;
1408 h0 = (h0 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1411 y0 += icvLogTab[h0];
1417 x0 = LOGTAB_TRANSLATE( buf[0].f, h0 );
1435 y0 += LOGPOLY( x0, h0 == 510 );
1450 int h0 local
1498 int h0, h1, h2, h3; local
1560 int h0 = X[i].i.hi; local
[all...]

Completed in 252 milliseconds