Searched defs:volatile (Results 1 – 2 of 2) sorted by relevance
24 static volatile int64_t bench_time; variable28 static volatile float prefix##_f_1 = 1; \ variable29 static volatile float2 prefix##_f_2 = 1; \ variable30 static volatile float3 prefix##_f_3 = 1; \ variable31 static volatile float4 prefix##_f_4 = 1; \ variable32 static volatile char prefix##_c_1 = 1; \ constant33 static volatile char2 prefix##_c_2 = 1; \ variable34 static volatile char3 prefix##_c_3 = 1; \ variable35 static volatile char4 prefix##_c_4 = 1; \ variable36 static volatile uchar prefix##_uc_1 = 1; \ variable[all …]
3 static volatile half h1; variable4 static volatile half2 h2; constant5 static volatile half3 h3; constant6 static volatile half4 h4; constant8 static volatile int i1; variable9 static volatile int2 i2; variable10 static volatile int3 i3; constant11 static volatile int4 i4; constant