HomeSort by relevance Sort by last modified time
    Searched defs:c6 (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/clang/test/CodeGen/
constant-comparison.c 10 int c6 = 44 < 33; variable
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 16 Constant<float (*)(int, int), f> *c6; // expected-error{{non-type template argument of type 'float (int, double)' cannot be converted to a value of type 'float (*)(int, int)'}} variable
  /external/fio/lib/
bswap.h 21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; local
28 c6 = (val >> 16) & 0xff;
32 return c1 | c2 << 8 | c3 << 16 | c4 << 24 | c5 << 32 | c6 << 40 | c7 << 48 | c8 << 56;
  /prebuilts/go/darwin-x86/test/
const6.go 21 c6 mybool1 = x < y
23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types"
24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types"
28 _ = c2 && c6 // ERROR "mismatched types|incompatible types"
29 _ = c1 && c6 // ERROR "mismatched types|incompatible types"
20 c6 mybool1 = x < y var
const1.go 71 c6 = 1000 % 1e3 // ERROR "floating-point % operation|expected integer type"
70 c6 = 1000 % 1e3 \/\/ ERROR "floating-point % operation|expected integer type" var
  /prebuilts/go/linux-x86/test/
const6.go 21 c6 mybool1 = x < y
23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types"
24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types"
28 _ = c2 && c6 // ERROR "mismatched types|incompatible types"
29 _ = c1 && c6 // ERROR "mismatched types|incompatible types"
20 c6 mybool1 = x < y var
const1.go 71 c6 = 1000 % 1e3 // ERROR "floating-point % operation|expected integer type"
70 c6 = 1000 % 1e3 \/\/ ERROR "floating-point % operation|expected integer type" var
  /external/libvpx/libvpx/vpx_dsp/ppc/
transpose_vsx.h 41 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
68 c6 = vec_mergeh(b3, b7);
78 // c6: 14 34 54 74 15 35 55 75
85 v[4] = vec_mergeh(c2, c6);
86 v[5] = vec_mergel(c2, c6);
hadamard_vsx.c 32 const int16x8_t c6 = vec_sub(b4, b6); local
36 v[1] = vec_sub(c2, c6);
38 v[3] = vec_add(c2, c6);
  /toolchain/binutils/binutils-2.25/gold/testsuite/
common_test_1.c 36 int c6[60]; variable
60 assert (c1 > c6);
61 assert (c6 > c7);
common_test_1_v1.c 39 int c6[60]; variable
64 assert (c1 < c6);
65 assert (c6 < c7);
common_test_1_v2.c 36 int c6[60]; variable
62 assert (c1 != c6);
63 assert (c6 != c7);
  /external/libvpx/libvpx/vpx_dsp/arm/
hadamard_neon.c 37 const int16x8_t c6 = vsubq_s16(b4, b6); local
41 *a1 = vsubq_s16(c2, c6);
43 *a3 = vaddq_s16(c2, c6);
highbd_idct4x4_add_neon.c 100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; local
111 c6 = vmull_lane_s32(vget_low_s32(*a1), vget_low_s32(cospis), 1);
119 c6 = vaddq_s64(c6, c10);
127 b3 = vcombine_s32(vrshrn_n_s64(c6, DCT_CONST_BITS),
idct_neon.h 226 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
251 c6 = vrsraq_n_s16(vreinterpretq_s16_u16(vmovl_u8(b6)), a6, 6);
260 b6 = vqmovun_s16(c6);
    [all...]
transpose_neon.h 752 // c6: 44 54 64 74 46 56 66 76
760 const int32x4x2_t c6 = vpx_vtrnq_s64_to_s32(b6.val[0], b7.val[0]); local
781 a4->val[1] = c6.val[0];
785 a6->val[1] = c6.val[1];
1087 const uint16x8x2_t c6 = vtrnq_u16(vreinterpretq_u16_u8(b6.val[0]), local
    [all...]
highbd_idct8x8_add_neon.c 300 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
317 b6, b7, &c0, &c1, &c2, &c3, &c4, &c5, &c6, &c7);
324 c6 = vrshrq_n_s16(c6, 5);
352 c6 = vcombine_s16(vrshrn_n_s32(a10, 5), vrshrn_n_s32(a14, 5));
355 highbd_add8x8(c0, c1, c2, c3, c4, c5, c6, c7, dest, stride, bd);
572 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
596 c6 = vrshrq_n_s16(b6, 5);
627 c6 = vcombine_s16(vrshrn_n_s32(a3, 5), vrshrn_n_s32(a7, 5));
630 highbd_add8x8(c0, c1, c2, c3, c4, c5, c6, c7, dest, stride, bd)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
2-2.c 90 6: NULL pa6 c6 (64)
134 void c6(void) function
266 ret = pthread_atfork(NULL, pa6, c6);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug249.go 15 var c6 chan <- <- chan int = (chan<- (<-chan int))(nil) var
  /prebuilts/go/linux-x86/test/fixedbugs/
bug249.go 15 var c6 chan <- <- chan int = (chan<- (<-chan int))(nil) var
  /external/libchrome/base/
callback_unittest.cc 68 Callback<void(int,int,int,int,int,int)> c6; local
76 EXPECT_TRUE(c6.is_null());
callback_list_unittest.cc 155 CallbackList<void(int, int, int, int, int, int)> c6; local
158 subscription6 = c6.Add(Bind(&Summer::AddSixParam, Unretained(&s)));
160 c6.Notify(1, 2, 3, 4, 5, 6);
  /external/libvpx/libvpx/vpx_dsp/
avg.c 54 int16_t c6 = b4 - b6; local
59 coeff[3] = c2 + c6;
63 coeff[1] = c2 - c6;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_mips.c 116 int32_t c4, c5, c6, c7; local
132 "lh %[c6], 12(%[coeff_ptr]) \n\t"
137 [c4] "=&r" (c4), [c5] "=&r" (c5), [c6] "=&r" (c6), [c7] "=&r" (c7),
155 "mul %[t5], %[c6], %[state1_lo] \n\t"
157 "mul %[t4], %[c6], %[state1_hi] \n\t"
212 [c4] "r" (c4), [c5] "r" (c5), [c6] "r" (c6), [c7] "r" (c7),
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 71 volatile A* c6() { return 0; } function
72 // CHECK: "\01?c6@@YAPCVA@@XZ"

Completed in 581 milliseconds

1 2 3