Searched defs:i32 (Results 26 - 47 of 47) sorted by path

12

/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp213 int32_t i32; local
273 i32 = (int32_t)uto64(argument);
274 uBufferLenReturned = u_sprintf_u(uBuffer, format, i32);
275 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, i32);
378 int32_t i32, expected32; local
460 uBufferLenReturned = u_sscanf_u(argument, format, &i32);
461 //uFileBufferLenReturned = u_fscanf_u(testFile, format, i32);
462 if (i32 != expected32) {
464 i, i32, expected32);
582 int32_t i32; local
[all...]
H A Dstrtst.c749 int32_t i32 = -1, actual_count, actual_result; local
752 if (u_sscanf(testStr, "%*3[123]%n%*[1-9]", &i32) != 0) {
755 if (i32 != 3) {
756 log_err("test 1: scanf returned %hd instead of 3\n", i32);
770 actual_result = u_sscanf(x15, "%C%d%n", &character, &i32, &actual_count);
777 if (i32 != 15) {
778 log_err("scanf should return 15 for the number, but returned %d\n", i32);
/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp80 int i32[] = {0, 0, 1, 1, 0}; local
111 assert(std::is_heap(i32, i32+5) == (std::is_heap_until(i32, i32+5) == i32+5));
H A Dis_heap_comp.pass.cpp81 int i32[] = {0, 0, 1, 1, 0}; local
112 assert(std::is_heap(i32, i32+5, std::greater<int>()) == (std::is_heap_until(i32, i32+5, std::greater<int>()) == i32+5));
H A Dis_heap_until.pass.cpp80 int i32[] = {0, 0, 1, 1, 0}; local
111 assert(std::is_heap_until(i32, i32+5) == i32+2);
H A Dis_heap_until_comp.pass.cpp81 int i32[] = {0, 0, 1, 1, 0}; local
112 assert(std::is_heap_until(i32, i32+5, std::greater<int>()) == i32+5);
/external/libmtp/src/
H A Dptp.h908 int32_t i32; member in union:_PTPPropertyValue
/external/libopus/silk/
H A Dresampler_structs.h41 opus_int32 i32[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon24555
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c3801 int i, j, i32; local
3805 i32 = (i << 5);
3884 col[i32 + 0] = _mm_setzero_si128();
3885 col[i32 + 1] = _mm_setzero_si128();
3886 col[i32 + 2] = _mm_setzero_si128();
3887 col[i32 + 3] = _mm_setzero_si128();
3888 col[i32 + 4] = _mm_setzero_si128();
3889 col[i32 + 5] = _mm_setzero_si128();
3890 col[i32 + 6] = _mm_setzero_si128();
3891 col[i32
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineValueType.h41 i32 = 4, // This is a 32 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
78 v1i32 = 32, // 1 x i32
79 v2i32 = 33, // 2 x i32
80 v4i32 = 34, // 4 x i32
81 v8i32 = 35, // 8 x i32
82 v16i32 = 36, // 16 x i32
291 case v16i32: return i32;
387 case i32 :
497 return MVT::i32;
534 case MVT::i32
[all...]
/external/ltrace/sysdeps/linux-gnu/ppc/
H A Dfetch.c192 uint32_t i32; member in union:__anon26651
199 u.i64 = u.i32;
209 u.i32 = u.i64;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c527 struct lp_build_context i32; local
537 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
539 i32_vec_type = lp_build_vec_type(bld->gallivm, i32.type);
579 i32_c8 = lp_build_const_int_vec(bld->gallivm, i32.type, 8);
760 * Transform 4 x i32 in
977 struct lp_build_context i32; local
992 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
994 i32_vec_type = lp_build_vec_type(bld->gallivm, i32.type);
1034 i32_c128 = lp_build_const_int_vec(bld->gallivm, i32.type, -128);
1046 i32_c8 = lp_build_const_int_vec(bld->gallivm, i32
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h228 int32_t i32; member in union:sm4_any
/external/qemu/target-i386/
H A Dops_sse_header.h117 DEF_HELPER_2(glue(movl_mm_T0, SUFFIX), void, Reg, i32)
159 DEF_HELPER_3(cvtsi2ss, void, env, XMMReg, i32)
160 DEF_HELPER_3(cvtsi2sd, void, env, XMMReg, i32)
223 DEF_HELPER_2(movmskps, i32, env, Reg)
224 DEF_HELPER_2(movmskpd, i32, env, Reg)
227 DEF_HELPER_2(glue(pmovmskb, SUFFIX), i32, env, Reg) variable
316 DEF_HELPER_4(glue(roundps, SUFFIX), void, env, Reg, Reg, i32)
317 DEF_HELPER_4(glue(roundpd, SUFFIX), void, env, Reg, Reg, i32)
318 DEF_HELPER_4(glue(roundss, SUFFIX), void, env, Reg, Reg, i32)
319 DEF_HELPER_4(glue(roundsd, SUFFIX), void, env, Reg, Reg, i32)
[all...]
/external/qemu/tcg/
H A Dtcg.h276 int i32; member in struct:__anon30199
294 #define GET_TCGV_I32(t) ((t).i32)
/external/stlport/src/
H A Dnum_get_float.cpp50 } i32; member in union:_ll
579 v.ieee.mantissa0 = vv.i32.hi;
580 v.ieee.mantissa1 = vv.i32.lo;
635 v.ieee.mantissa0 = vv.i32.hi;
636 v.ieee.mantissa1 = vv.i32.lo;
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c2002 Int i32 = (Int)w32; local
2003 return toBool(i32 == ((i32 << 24) >> 24));
H A Dhost_x86_defs.c1896 Int i32 = (Int)w32; local
1897 return toBool(i32 == ((i32 << 24) >> 24));
H A Dir_defs.c72 union { ULong i64; Double f64; UInt i32; Float f32; } u; member in union:__anon32210
81 vex_printf( "F32{0x%x}", u.i32);
/external/valgrind/main/drd/tests/
H A Dannotate_trace_memory.c9 volatile int32_t i32; variable
18 DRD_TRACE_VAR(i32);
34 i32 = 8;
35 i32++;
44 DRD_STOP_TRACING_VAR(i32);
/external/valgrind/main/none/tests/s390x/
H A Drounding-5.c10 volatile int32_t i32; variable
39 __asm__ volatile("cefbr %[r1],%[r2]" : [r1] "=f"(out) : [r2] "d"(i32));
40 printf("cefbr: %"PRId32" -> %f\n", i32, out);
68 /* i32 -> f32 */
69 i32 = INT32_MAX;
72 i32 = INT32_MIN;
/external/webp/src/dsp/
H A Dyuv_sse2.c22 int32_t i32[4]; member in union:__anon33361
42 VP8kYtoRGBA[i].i32[0] =
43 VP8kYtoRGBA[i].i32[1] =
44 VP8kYtoRGBA[i].i32[2] = (i - 16) * kYScale + YUV_HALF2;
45 VP8kYtoRGBA[i].i32[3] = 0xff << YUV_FIX2;
47 VP8kUtoRGBA[i].i32[0] = 0;
48 VP8kUtoRGBA[i].i32[1] = -kUToG * (i - 128);
49 VP8kUtoRGBA[i].i32[2] = kUToB * (i - 128);
50 VP8kUtoRGBA[i].i32[3] = 0;
52 VP8kVtoRGBA[i].i32[
[all...]

Completed in 576 milliseconds

12