• Home
  • Raw
  • Download

Lines Matching refs:b4

35     cl_char4   b4 = a4;  in test_char()  local
42 printf("b4: %d %d %d %d\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3] ); in test_char()
57 __cl_char4 v4 = b4.v4; in test_char()
95 cl_uchar4 b4 = a4; in test_uchar() local
102 printf("b4: %d %d %d %d\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3] ); in test_uchar()
117 __cl_uchar4 v4 = b4.v4; in test_uchar()
155 cl_short4 b4 = a4; in test_short() local
162 printf("b4: %d %d %d %d\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3] ); in test_short()
177 __cl_short4 v4 = b4.v4; in test_short()
215 cl_ushort4 b4 = a4; in test_ushort() local
222 printf("b4: %d %d %d %d\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3] ); in test_ushort()
237 __cl_ushort4 v4 = b4.v4; in test_ushort()
275 cl_int4 b4 = a4; in test_int() local
282 printf("b4: %d %d %d %d\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3] ); in test_int()
297 __cl_int4 v4 = b4.v4; in test_int()
335 cl_uint4 b4 = a4; in test_uint() local
342 printf("b4: %d %d %d %d\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3] ); in test_uint()
357 __cl_uint4 v4 = b4.v4; in test_uint()
395 cl_long4 b4 = a4; in test_long() local
402 …printf("b4: %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 "\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3… in test_long()
417 __cl_long4 v4 = b4.v4; in test_long()
455 cl_ulong4 b4 = a4; in test_ulong() local
462 …printf("b4: %" PRIu64 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3… in test_ulong()
477 __cl_ulong4 v4 = b4.v4; in test_ulong()
515 cl_float4 b4 = a4; in test_float() local
522 printf("b4: %f %f %f %f\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3] ); in test_float()
538 __cl_float4 v4 = b4.v4; in test_float()
577 cl_double4 b4 = a4; in test_double() local
584 printf("b4: %f %f %f %f\n", b4.s[0], b4.s[1], b4.s[2], b4.s[3] ); in test_double()
599 __cl_double4 v4 = b4.v4; in test_double()