• Home
  • Raw
  • Download

Lines Matching refs:b8

36     cl_char8   b8 = a8;  in test_char()  local
43 …printf("b8: %d %d %d %d %d %d %d %d\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.… in test_char()
64 __cl_char8 v8 = b8.v8; in test_char()
96 cl_uchar8 b8 = a8; in test_uchar() local
103 …printf("b8: %d %d %d %d %d %d %d %d\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.… in test_uchar()
124 __cl_uchar8 v8 = b8.v8; in test_uchar()
156 cl_short8 b8 = a8; in test_short() local
163 …printf("b8: %d %d %d %d %d %d %d %d\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.… in test_short()
184 __cl_short8 v8 = b8.v8; in test_short()
216 cl_ushort8 b8 = a8; in test_ushort() local
223 …printf("b8: %d %d %d %d %d %d %d %d\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.… in test_ushort()
244 __cl_ushort8 v8 = b8.v8; in test_ushort()
276 cl_int8 b8 = a8; in test_int() local
283 …printf("b8: %d %d %d %d %d %d %d %d\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.… in test_int()
304 __cl_int8 v8 = b8.v8; in test_int()
336 cl_uint8 b8 = a8; in test_uint() local
343 …printf("b8: %d %d %d %d %d %d %d %d\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.… in test_uint()
364 __cl_uint8 v8 = b8.v8; in test_uint()
396 cl_long8 b8 = a8; in test_long() local
403 …4 " %" PRId64 " %" PRId64 " %" PRId64 "\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], in test_long()
424 __cl_long8 v8 = b8.v8; in test_long()
456 cl_ulong8 b8 = a8; in test_ulong() local
463 …4 " %" PRIu64 " %" PRIu64 " %" PRIu64 "\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], in test_ulong()
484 __cl_ulong8 v8 = b8.v8; in test_ulong()
516 cl_float8 b8 = a8; in test_float() local
523 …printf("b8: %f %f %f %f %f %f %f %f\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.… in test_float()
546 __cl_float8 v8 = b8.v8; in test_float()
578 cl_double8 b8 = a8; in test_double() local
585 …printf("b8: %f %f %f %f %f %f %f %f\n", b8.s[0], b8.s[1], b8.s[2], b8.s[3], b8.s[4], b8.s[5], b8.… in test_double()
606 __cl_double8 v8 = b8.v8; in test_double()