• Home
  • Raw
  • Download

Lines Matching refs:v4

57     __cl_char4 v4 = b4.v4;  in test_char()  local
58 …f("__cl_char4: %d %d %d %d \n", ((cl_char*)&v4)[0], ((cl_char*)&v4)[1], ((cl_char*)&v4)[2], ((cl_… in test_char()
117 __cl_uchar4 v4 = b4.v4; in test_uchar() local
118 …f("__cl_uchar4: %d %d %d %d \n", ((uchar*)&v4)[0], ((cl_uchar*)&v4)[1], ((cl_uchar*)&v4)[2], ((cl… in test_uchar()
177 __cl_short4 v4 = b4.v4; in test_short() local
178 …__cl_short4: %d %d %d %d \n", ((cl_short*)&v4)[0], ((cl_short*)&v4)[1], ((cl_short*)&v4)[2], ((cl… in test_short()
237 __cl_ushort4 v4 = b4.v4; in test_ushort() local
238 …d %d %d %d \n", ((unsigned short*)&v4)[0], ((unsigned short*)&v4)[1], ((unsigned short*)&v4)[2], (… in test_ushort()
297 __cl_int4 v4 = b4.v4; in test_int() local
298 …rintf("__cl_int4: %d %d %d %d \n", ((cl_int*)&v4)[0], ((cl_int*)&v4)[1], ((cl_int*)&v4)[2], ((cl_… in test_int()
357 __cl_uint4 v4 = b4.v4; in test_uint() local
358 …f("__cl_uint4: %d %d %d %d \n", ((cl_uint*)&v4)[0], ((cl_uint*)&v4)[1], ((cl_uint*)&v4)[2], ((cl_… in test_uint()
417 __cl_long4 v4 = b4.v4; in test_long() local
418 …4 " %" PRId64 " %" PRId64 " \n", ((cl_long*)&v4)[0], ((cl_long*)&v4)[1], ((cl_long*)&v4)[2], ((cl_… in test_long()
477 __cl_ulong4 v4 = b4.v4; in test_ulong() local
478 …" %" PRIu64 " %" PRIu64 " \n", ((cl_ulong*)&v4)[0], ((cl_ulong*)&v4)[1], ((cl_ulong*)&v4)[2], ((cl… in test_ulong()
538 __cl_float4 v4 = b4.v4; in test_float() local
539 …__cl_float4: %f %f %f %f \n", ((cl_float*)&v4)[0], ((cl_float*)&v4)[1], ((cl_float*)&v4)[2], ((cl… in test_float()
599 __cl_double4 v4 = b4.v4; in test_double() local
600 …_double4: %f %f %f %f \n", ((cl_double*)&v4)[0], ((cl_double*)&v4)[1], ((cl_double*)&v4)[2], ((cl… in test_double()