Searched defs:i32 (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFloat16ToFloat32.cpp2199 unsigned i32 = g_mantissa[g_offset[h >> 10] + (h & 0x3ff)] + g_exponent[h >> 10]; local
2200 return *(float*) &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/chromium_org/third_party/libyuv/unit_test/
H A Dbasictypes_test.cc31 int32 i32 = -1; local
39 EXPECT_EQ(4u, sizeof(i32));
47 EXPECT_GT(0, i32);
/external/chromium_org/third_party/webrtc/base/
H A Dbasictypes_unittest.cc32 int32 i32 = -1; local
40 EXPECT_EQ(4u, sizeof(i32));
48 EXPECT_GT(0, 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/chromium_org/third_party/opus/src/silk/
H A Dresampler_structs.h41 opus_int32 i32[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member in union:_silk_resampler_state_struct::__anon14724
/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/chromium_org/sandbox/win/src/
H A Dinternal_types.h54 explicit IPCInt(unsigned __int32 i32) { argument
56 buffer_.i32 = i32;
60 return buffer_.i32;
70 unsigned __int32 i32; member in union:sandbox::IPCInt::U
/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/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
H A Dspl_inl_mips.h131 int i32 = 32; local
135 "subu %[bits], %[i32], %[bits] \n\t"
137 : [n] "r" (n), [i32] "r" (i32)
/external/chromium_org/base/win/
H A Dscoped_variant.cc144 void ScopedVariant::Set(int32 i32) { argument
147 var_.lVal = i32;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwinnmtst.cpp235 int32_t i32 = randomInt32(); local
240 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32);
252 wnf->format(i32, u3Buffer);
/external/chromium_org/third_party/icu/source/test/iotest/
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);
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...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dyuv_sse2.c22 int32_t i32[4]; member in union:__anon13264
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...]
/external/clang/test/CodeGen/
H A Dbuiltins-mips.c6 typedef int i32; typedef
21 i32 i32_r, i32_a, i32_b, i32_c;
73 // CHECK: call i32 @llvm.mips.addq.s.w
75 // CHECK: call i32 @llvm.mips.subq.s.w
80 // CHECK: call i32 @llvm.mips.addsc
84 // CHECK: call i32 @llvm.mips.addwc
89 // CHECK: call i32 @llvm.mips.modsub
93 // CHECK: call i32 @llvm.mips.raddu.w.qb
100 // CHECK: call i32 @llvm.mips.absq.s.w
121 // CHECK: call i32
[all...]
/external/clang/test/Sema/
H A Datomic-ops.c45 int i32; variable
55 _Static_assert(__atomic_is_lock_free(4, &i32), "");
57 _Static_assert(__atomic_is_lock_free(8, &i32), ""); // expected-error {{not an integral constant expression}}
78 _Static_assert(__atomic_always_lock_free(4, &i32), "");
80 _Static_assert(!__atomic_always_lock_free(8, &i32), "");
H A Dcompare.c239 int test2(int i32) { argument
248 if (x->u8 == i32) { // comparison in int32, exact
250 } else if (x->u31 == i32) { // comparison in int32, exact
252 } else if (x->u32 == i32) { // expected-warning {{comparison of integers of different signs}}
254 } else if (x->u63 == i32) { // comparison in uint64, exact because ==
256 } else if (x->u64 == i32) { // expected-warning {{comparison of integers of different signs}}
/external/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp235 int32_t i32 = randomInt32(); local
240 getWindowsFormat(lcid, currency, w3Buffer, L"%I32d", i32);
252 wnf->format(i32, u3Buffer);
/external/icu/icu4c/source/test/iotest/
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);
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...]
/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/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...]
/external/clang/test/Parser/
H A Daltivec.c83 typedef int i32; typedef
85 // i8, i16, i32 here are field names, not type names.
88 vector long i32; // expected-warning {{deprecated}} member in struct:S
/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;

Completed in 6764 milliseconds

12