HomeSort by relevance Sort by last modified time
    Searched refs:C4 (Results 26 - 50 of 138) sorted by null

12 3 4 5 6

  /prebuilts/go/darwin-x86/test/ken/
cplx2.go 18 C4 = -(R - I) // SUB(5,-6) NEG(-5,6)
63 c4 := -(r - i)
64 if c4 != C4 {
65 println("opcode x", c4, C4)
  /prebuilts/go/linux-x86/test/ken/
cplx2.go 18 C4 = -(R - I) // SUB(5,-6) NEG(-5,6)
63 c4 := -(r - i)
64 if c4 != C4 {
65 println("opcode x", c4, C4)
  /external/clang/test/Layout/
ms-x86-basic-layout.cpp 18 struct C4 {
20 C4() : a(0xf00000c4) {}
21 virtual void f() {printf("C4");}
93 struct TestF2 : A4, virtual C4 {
105 // CHECK-NEXT: 12 | struct C4 (virtual base)
106 // CHECK-NEXT: 12 | (C4 vftable pointer)
117 // CHECK-X64-NEXT: 24 | struct C4 (virtual base)
118 // CHECK-X64-NEXT: 24 | (C4 vftable pointer)
ms-x86-empty-virtual-base.cpp 18 struct C4 { int a; C4() : a(0xf00000C4) {printf("C4 : %3d\n", ((int)(__SIZE_TYPE__)this)&0xfff);} };
    [all...]
  /external/clang/test/Sema/
return.c 260 enum Cases { C1, C2, C3, C4 };
265 case C4: return 3;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 57 class C4 {} constexpr c4 = C4(); variable in typeref:class:C4
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
b.go 44 C4
blank.go 29 C4
  /prebuilts/go/linux-x86/src/go/doc/testdata/
b.go 44 C4
blank.go 29 C4
  /external/speex/libspeex/
math_approx.h 312 #define C4 -0.0012712095f
321 return C1 + x*(C2+x*(C3+C4*x));
325 return NEG16(C1 + x*(C2+x*(C3+C4*x)));
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 97 template<typename T> class C4 { // expected-note {{template parameter is declared here}}
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 286 C4:
295 C4,
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/testdata/
exports.go 22 C4 = +123.456E+789
  /prebuilts/go/darwin-x86/test/import2.dir/
import3.go 23 p.C4 = (chan (chan<- int))(nil)
import2.go 12 var C4 chan chan <- int = (chan (chan<- int))(nil)
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/testdata/
exports.go 22 C4 = +123.456E+789
  /prebuilts/go/linux-x86/test/import2.dir/
import3.go 23 p.C4 = (chan (chan<- int))(nil)
import2.go 12 var C4 chan chan <- int = (chan (chan<- int))(nil)
  /external/libvpx/libvpx/test/
dct16x16_test.cc 38 const double C4 = 0.923879532511287;
153 temp2 = step[3] * C4;
157 temp1 = step[2] * C4;
174 temp2 = intermediate[9] * C4;
178 temp1 = intermediate[8] * C4;
197 temp2 = intermediate[15] * C4;
201 temp1 = intermediate[14] * C4;
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c     [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_expl.c 143 C4 = 4.16666666666666666666666666666666645e-2L,
245 q = x * x2 * C3 + x2 * x2 * (C4 + x * (C5 + x * (C6 +
  /external/freetype/src/gzip/
inftrees.c 141 #define C4 C2 C2 C2 C2
142 C4 /* clear c[]--assume BMAX+1 is 16 */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 703 #define RTL_FLAG_CHECK4(NAME, RTX, C1, C2, C3, C4) __extension__ \
706 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4) \
711 #define RTL_FLAG_CHECK5(NAME, RTX, C1, C2, C3, C4, C5) __extension__ \
714 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
720 #define RTL_FLAG_CHECK6(NAME, RTX, C1, C2, C3, C4, C5, C6) \
724 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
730 #define RTL_FLAG_CHECK7(NAME, RTX, C1, C2, C3, C4, C5, C6, C7) \
734 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
741 #define RTL_FLAG_CHECK8(NAME, RTX, C1, C2, C3, C4, C5, C6, C7, C8) \
745 && GET_CODE(_rtx) != C3 && GET_CODE(_rtx) != C4 \
    [all...]
  /external/boringssl/src/crypto/chacha/asm/
chacha-armv8.pl 684 $A3,$B3,$C3,$D3,$A4,$B4,$C4,$D4,$A5,$B5,$C5,$D5) = map("v$_.4s",(0..23));
775 mov $C4,@K[2]
789 my @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
808 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
903 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,0);
920 @thread4=&NEONROUND($A4,$B4,$C4,$D4,$T4,1);
962 add $C4,$C4,@K[2]
1053 eor $C4,$C4,$C
    [all...]

Completed in 3461 milliseconds

12 3 4 5 6