HomeSort by relevance Sort by last modified time
    Searched defs:h0 (Results 1 - 25 of 34) 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 17 int h0 = __builtin_types_compatible_p(int,float); variable
  /external/chromium_org/mojo/public/c/system/tests/
core_unittest.cc 25 MojoHandle h0, h1; local
38 h0 = MOJO_HANDLE_INVALID;
41 MojoWaitMany(&h0, &sig, 1, MOJO_DEADLINE_INDEFINITE));
46 MojoWriteMessage(h0, buffer, 3, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE));
51 h0, buffer, &buffer_size, NULL, NULL, MOJO_READ_MESSAGE_FLAG_NONE));
56 MojoWriteData(h0, buffer, &buffer_size, MOJO_WRITE_DATA_FLAG_NONE));
60 h0, &write_pointer, &buffer_size, MOJO_WRITE_DATA_FLAG_NONE));
61 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, MojoEndWriteData(h0, 1));
64 MojoReadData(h0, buffer, &buffer_size, MOJO_READ_DATA_FLAG_NONE));
68 h0, &read_pointer, &buffer_size, MOJO_READ_DATA_FLAG_NONE))
80 MojoHandle h0, h1; local
241 MojoHandle h0, h1; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_tex_layout.c 48 int h0, h1, q; local
50 h0 = ALIGN(mt->height0, mt->align_h);
53 qpitch = h0;
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_tex_layout.c 48 int h0, h1, q; local
50 h0 = ALIGN(mt->height0, mt->align_h);
53 qpitch = h0;
55 qpitch = (h0 + h1 + (intel->gen >= 7 ? 12 : 11) * mt->align_h);
  /external/chromium_org/mojo/public/cpp/system/tests/
core_unittest.cc 30 Handle h0; local
31 EXPECT_EQ(kInvalidHandleValue, h0.value());
32 EXPECT_EQ(kInvalidHandleValue, *h0.mutable_value());
33 EXPECT_FALSE(h0.is_valid());
43 h1.swap(h0);
44 EXPECT_EQ(static_cast<MojoHandle>(456), h0.value());
45 EXPECT_TRUE(h0.is_valid());
49 h0.swap(h1);
50 EXPECT_EQ(static_cast<MojoHandle>(789), h0.value());
51 EXPECT_TRUE(h0.is_valid())
151 ScopedMessagePipeHandle h0; local
194 ScopedMessagePipeHandle h0; local
297 ScopedMessagePipeHandle h0; local
344 ScopedMessagePipeHandle h0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
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);
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],
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 84 int h0 = g0 + g2; local
88 pDst[i+0] = (OMX_S16) h0;
armVCM4P10_TransformResidual4x4.c 85 int h0 = g0 + g3; local
89 pDst[i+0] = (OMX_S16)((h0+32)>>6);
  /external/chromium_org/third_party/boringssl/src/include/openssl/
sha.h 101 uint32_t h0, h1, h2, h3, h4; member in struct:sha_state_st
  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
146 h0=h3=h6=h9 = *hash1;
158 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
167 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
177 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
180 End(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
181 *hash1 = h0;
200 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
223 h0=h3=h6=h9 = m_state[0];
229 h0 = m_state[0]
314 uint64 h0 = m_state[0]; local
    [all...]
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 35 void h0() { consume(Y().a); } function in namespace:PointerToArrayDecay
  /external/openssl/crypto/sha/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/openssl/include/openssl/
sha.h 102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
  /external/chromium_org/mojo/embedder/
embedder_unittest.cc 187 MojoHandle h0, h1; local
188 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &h0, &h1));
190 // Write a message to |h0| (attaching nothing).
193 MojoWriteMessage(h0,
211 // Write another message to |h0|.
214 MojoWriteMessage(h0,
294 // Wait for |h0| to become readable.
297 MojoWait(h0, MOJO_HANDLE_SIGNAL_READABLE, MOJO_DEADLINE_INDEFINITE));
299 // Read a message from |h0|.
303 MojoReadMessage(h0,
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/poly1305/
poly1305.c 65 uint32_t h0, h1, h2, h3, h4; member in struct:poly1305_state_st
96 state->h0 += t0 & 0x3ffffff;
103 t[0] = mul32x32_64(state->h0, state->r0) + mul32x32_64(state->h1, state->s4) +
106 t[1] = mul32x32_64(state->h0, state->r1) + mul32x32_64(state->h1, state->r0) +
109 t[2] = mul32x32_64(state->h0, state->r2) + mul32x32_64(state->h1, state->r1) +
112 t[3] = mul32x32_64(state->h0, state->r3) + mul32x32_64(state->h1, state->r2) +
115 t[4] = mul32x32_64(state->h0, state->r4) + mul32x32_64(state->h1, state->r3) +
119 state->h0 = (uint32_t)t[0] & 0x3ffffff;
133 state->h0 += b * 5;
155 state->h0 += t0 & 0x3ffffff
    [all...]
poly1305_vec.c 287 xmmi H0, H1, H2, H3, H4;
292 H0 = st->H[0];
301 T0 = _mm_mul_epu32(H0, p->R20.v);
302 T1 = _mm_mul_epu32(H0, p->R21.v);
303 T2 = _mm_mul_epu32(H0, p->R22.v);
304 T3 = _mm_mul_epu32(H0, p->R23.v);
305 T4 = _mm_mul_epu32(H0, p->R24.v);
453 H0 = T0;
463 st->H[0] = H0;
477 xmmi H0, H1, H2, H3, H4
770 uint64_t h0, h1, h2; 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/chromium_org/third_party/speex/libspeex/
sb_celp.c 146 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);
    [all...]
  /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
297 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
299 h0 ^= h6;
303 h4 = h0 + h5;
308 std::swap(h2, h0);
315 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  /external/speex/libspeex/
sb_celp.c 146 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);
    [all...]
  /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);
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 50 unsigned char h0, h1, h2, h3; member in struct:mp3_frame_header_s::__anon40816::__anon40818
70 unsigned char h3, h2, h1, h0;
352 header.h0 = *(p + 3);
453 unsigned char h0, h1; member in struct:audio_specific_config_s::__anon40819::__anon40821
466 unsigned char h1, h0;
573 config.h0 = *(p + 1);
615 *(p + 1) = config.h0;

Completed in 695 milliseconds

1 2