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

12

/external/clang/test/CodeGen/
H A Dfp16-ops.c16 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
29 test = (h0);
34 h0 = (test);
77 h1 = h0 * h2;
84 h1 = h0 * (__fp16) -2.0f;
90 h1 = h0 * f2;
101 h1 = h0 * i0;
108 h1 = (h0 / h2);
114 h1 = (h0 / (__fp16) -2.0f);
120 h1 = (h0 / f
[all...]
/external/clang/test/Sema/
H A Dconstant-builtins.c17 int h0 = __builtin_types_compatible_p(int,float); variable
H A Dconstant-builtins-2.c168 int h0 = __builtin_types_compatible_p(int, float); variable
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_tex_layout.c48 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/libmojo/mojo/public/c/system/tests/
H A Dcore_unittest.cc33 MojoHandle h0, h1; local
48 h0 = MOJO_HANDLE_INVALID;
52 MojoWaitMany(&h0, &sig, 1, MOJO_DEADLINE_INDEFINITE, nullptr, nullptr));
56 MojoWriteMessage(h0, buffer, 3, nullptr, 0,
60 MojoReadMessage(h0, buffer, &buffer_size, nullptr, nullptr,
66 MojoWriteData(h0, buffer, &buffer_size, MOJO_WRITE_DATA_FLAG_NONE));
69 MojoBeginWriteData(h0, &write_pointer, &buffer_size,
71 EXPECT_EQ(MOJO_RESULT_INVALID_ARGUMENT, MojoEndWriteData(h0, 1));
74 MojoReadData(h0, buffer, &buffer_size, MOJO_READ_DATA_FLAG_NONE));
77 MojoBeginReadData(h0,
90 MojoHandle h0, h1; local
288 MojoHandle h0, h1; local
[all...]
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp35 void h0() { consume(Y().a); } function in namespace:PointerToArrayDecay
/external/libmojo/mojo/public/cpp/system/tests/
H A Dcore_unittest.cc39 Handle h0; local
40 EXPECT_EQ(kInvalidHandleValue, h0.value());
41 EXPECT_EQ(kInvalidHandleValue, *h0.mutable_value());
42 EXPECT_FALSE(h0.is_valid());
52 h1.swap(h0);
53 EXPECT_EQ(static_cast<MojoHandle>(456), h0.value());
54 EXPECT_TRUE(h0.is_valid());
58 h0.swap(h1);
59 EXPECT_EQ(static_cast<MojoHandle>(789), h0.value());
60 EXPECT_TRUE(h0
176 ScopedMessagePipeHandle h0; local
236 ScopedMessagePipeHandle h0; local
361 ScopedMessagePipeHandle h0; local
415 ScopedMessagePipeHandle h0; local
483 ScopedSharedBufferHandle h0 = SharedBufferHandle::Create(100); local
[all...]
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305.c47 uint32_t h0, h1, h2, h3, h4; member in struct:poly1305_state_st
83 state->h0 += t0 & 0x3ffffff;
90 t[0] = mul32x32_64(state->h0, state->r0) + mul32x32_64(state->h1, state->s4) +
93 t[1] = mul32x32_64(state->h0, state->r1) + mul32x32_64(state->h1, state->r0) +
96 t[2] = mul32x32_64(state->h0, state->r2) + mul32x32_64(state->h1, state->r1) +
99 t[3] = mul32x32_64(state->h0, state->r3) + mul32x32_64(state->h1, state->r2) +
102 t[4] = mul32x32_64(state->h0, state->r4) + mul32x32_64(state->h1, state->r3) +
106 state->h0 = (uint32_t)t[0] & 0x3ffffff;
120 state->h0 += b * 5;
146 state->h0
[all...]
H A Dpoly1305_vec.c770 uint64_t h0, h1, h2; local
783 h0 = st->HH[0];
801 h0 += t0 & 0xfffffffffff;
807 d[0] = add128(add128(mul64x64_128(h0, r0), mul64x64_128(h1, s2)),
809 d[1] = add128(add128(mul64x64_128(h0, r1), mul64x64_128(h1, r0)),
811 d[2] = add128(add128(mul64x64_128(h0, r2), mul64x64_128(h1, r1)),
813 h0 = lo128(d[0]) & 0xfffffffffff;
821 h0 += c * 5;
841 h0 += t0 & 0xfffffffffff;
849 c = (h0 >> 4
[all...]
/external/libmojo/mojo/edk/embedder/
H A Dembedder_unittest.cc146 MojoHandle h0, h1; local
147 CreateMessagePipe(&h0, &h1);
149 // Write a message to |h0| (attaching nothing).
151 WriteMessage(h0, kHello);
158 // Write another message to |h0|.
160 WriteMessage(h0, kFoo);
176 // Wait for |h0| to become readable and read a message from it.
177 EXPECT_EQ(kBarBaz, ReadMessage(h0));
181 ASSERT_EQ(MOJO_RESULT_OK, MojoClose(h0));
/external/libmojo/mojo/edk/system/
H A Dwait_set_dispatcher_unittest.cc60 MojoHandle h0, h1; local
61 EXPECT_EQ(MOJO_RESULT_OK, MojoCreateMessagePipe(nullptr, &h0, &h1));
65 static_cast<MessagePipeDispatcher*>(core->GetDispatcher(h0).get()));
/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/openssh/
H A Dpoly1305.c36 uint32_t h0,h1,h2,h3,h4; local
66 h0 = 0;
83 h0 += t0 & 0x3ffffff;
91 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
92 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
93 t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3);
94 t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4);
95 t[4] = mul32x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0);
97 h0 = (uint32_t)t[0] & 0x3ffffff; c = (t[0] >> 26);
102 h0
[all...]
/external/webp/src/enc/
H A Dpicture_psnr_enc.c81 const int h0 = (h < VP8_SSIM_KERNEL) ? h : VP8_SSIM_KERNEL; local
85 for (y = 0; y < h0; ++y) {
/external/libvncserver/libvncserver/
H A Dscale.c140 void rfbScaledScreenUpdateRect(rfbScreenInfoPtr screen, rfbScreenInfoPtr ptr, int x0, int y0, int w0, int h0) argument
153 h1 = h0;
159 h0 = ScaleY(ptr, screen, h1);
185 * x0, y0, w0, h0, x1, y1, w1, h1, areaX, areaY,
/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.h261 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
291 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
293 h0 ^= h6;
297 h4 = h0 + h5;
302 std::swap(h2, h0);
309 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
/external/webrtc/webrtc/common_audio/vad/
H A Dvad_core.c128 int16_t h0, h1; local
241 h0 = (int16_t) (h0_test >> 12); // Q15
242 if (h0 > 0) {
246 ngprvec[channel] = (int16_t) WebRtcSpl_DivW32W16(tmp1_s32, h0); // Q14
/external/clang/test/Analysis/
H A Dpr22954.c281 struct hh h0; local
282 h0.s2 = strdup("hello");
284 memcpy(h0.s1, input, 4);
285 clang_analyzer_eval(h0.s1[0] == 'a'); // expected-warning{{UNKNOWN}}\
286 expected-warning{{Potential leak of memory pointed to by 'h0.s2'}}
287 clang_analyzer_eval(h0.s2 == 0); // expected-warning{{UNKNOWN}}
288 free(h0.s2); // no warning
/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
52 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
54 ST_SH2(h0, h1, int_buf + 8 * 8, 8);
77 MADD_BF(r13, r2, r5, r10, k0, k1, k2, k3, h0, h1, h2, h3);
81 BUTTERFLY_4(h0, h2, g2, g0, tp0, tp1, tp2, tp3);
89 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local
128 h0 = LD_SH(int_buf + 8 * 8);
131 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10);
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
236 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h
267 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Didct16x16_msa.c329 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11; local
360 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
398 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10);
/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...]
/external/webp/src/dsp/
H A Dyuv_sse2.c824 const __m128i h0 = _mm_add_epi16(g0, f0); local
826 const __m128i i0 = _mm_max_epi16(_mm_min_epi16(h0, max), zero);
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp843 const int h0 = level0.getHeight(); local
848 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
869 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ);
892 const int h0 = level0.getHeight(); local
899 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
930 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.wrapR, k0, d0));
1038 const int h0 = level0.getHeight(); local
1043 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), prec.coordBits.y(), prec.uvwBits.y());
1075 const int y0 = wrap(sampler.wrapT, j0 , h0);
1076 const int y1 = wrap(sampler.wrapT, j0+1, h0);
1139 const int h0 = level0.getHeight(); local
[all...]

Completed in 684 milliseconds

12