/prebuilts/go/darwin-x86/test/ |
cmplx.go | 25 c64 complex64 27 C64 Complex64 33 c64 = complex(f32, f32) 45 c64 = complex(f64, f64) // ERROR "cannot use" 47 c64 = complex(1.0, 2.0) // ok, constant is untyped 49 C64 = complex(1.0, 2.0) 52 C64 = complex(f32, f32) // ERROR "cannot use"
|
zerodivide.go | 43 c64, d64, e64 complex64 = 0 + 0i, 0 + 0i, 1 + 1i 97 c64 += 1 + 1i 155 ErrorTest{"complex64 0/0", func() { use(c64 / d64) }, ""},
|
/prebuilts/go/linux-x86/test/ |
cmplx.go | 25 c64 complex64 27 C64 Complex64 33 c64 = complex(f32, f32) 45 c64 = complex(f64, f64) // ERROR "cannot use" 47 c64 = complex(1.0, 2.0) // ok, constant is untyped 49 C64 = complex(1.0, 2.0) 52 C64 = complex(f32, f32) // ERROR "cannot use"
|
zerodivide.go | 43 c64, d64, e64 complex64 = 0 + 0i, 0 + 0i, 1 + 1i 97 c64 += 1 + 1i 155 ErrorTest{"complex64 0/0", func() { use(c64 / d64) }, ""},
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug334.go | 20 var c64 cplx128 22 c64.Foo() 29 bug334.go:22: c64.Foo undefined (type cplx128 has no field or method Foo)
|
issue7746.go | 74 c64 = c63 * c63 75 c65 = c64 * c64
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug334.go | 20 var c64 cplx128 22 c64.Foo() 29 bug334.go:22: c64.Foo undefined (type cplx128 has no field or method Foo)
|
issue7746.go | 74 c64 = c63 * c63 75 c65 = c64 * c64
|
/external/llvm/test/CodeGen/X86/ |
2007-05-15-maskmovq.ll | 6 define void @test(<1 x i64> %c64, <1 x i64> %mask1, i8* %P) { 9 %tmp6 = bitcast <1 x i64> %c64 to x86_mmx ; <x86_mmx> [#uses=1]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
tls-multi-got-1.d | 8 [0-9a-f]+: 27841c64 addiu a0,gp,7268
|
vxworks1-lib.rd | 17 00081404 .*7f R_MIPS_JUMP_SLOT 00080c64 sglobal \+ 0
|
vxworks1-lib.dd | 47 00080c64 <sglobal>: 48 80c64: 03e00008 jr ra
|
/prebuilts/go/darwin-x86/test/chan/ |
nonblock.go | 84 c64 := make(chan int64, buffer) 95 case i64 = <-c64: 156 go i64receiver(c64, sync) 161 case c64 <- 123456: 173 go i64sender(c64, sync) 181 case i64 = <-c64:
|
/prebuilts/go/linux-x86/test/chan/ |
nonblock.go | 84 c64 := make(chan int64, buffer) 95 case i64 = <-c64: 156 go i64receiver(c64, sync) 161 case c64 <- 123456: 173 go i64sender(c64, sync) 181 case i64 = <-c64:
|
/prebuilts/go/darwin-x86/src/go/types/ |
builtins_test.go | 62 {"imag", `type C64 complex64; var c C64; _ = imag(c)`, `func(p.C64) float32`}, 68 {"real", `type C64 complex64; var c C64; _ = real(c)`, `func(p.C64) float32`},
|
/prebuilts/go/linux-x86/src/go/types/ |
builtins_test.go | 62 {"imag", `type C64 complex64; var c C64; _ = imag(c)`, `func(p.C64) float32`}, 68 {"real", `type C64 complex64; var c C64; _ = real(c)`, `func(p.C64) float32`},
|
/external/clang/test/CodeGenOpenCL/ |
shifts.cl | 37 //OPT-NEXT: [[C64:%.+]] = ashr i64 %a, [[M64]] 40 //OPT-NEXT: [[E64:%.+]] = add nsw i64 [[C64]], 4
|
/prebuilts/go/darwin-x86/src/go/types/testdata/ |
builtins.src | 167 var c64 complex64 174 _ = complex(c64 /* ERROR invalid argument */ , 0) 178 _ = complex(0, c64 /* ERROR invalid argument */ ) 220 c64 = complex(x32, x32) 303 var c64 complex64 316 f32 = imag(c64) 319 f64 = imag /* ERROR cannot assign */ (c64) 320 imag /* ERROR not used */ (c64) 324 type C64 complex64 326 var x64 C64 [all...] |
/prebuilts/go/linux-x86/src/go/types/testdata/ |
builtins.src | 167 var c64 complex64 174 _ = complex(c64 /* ERROR invalid argument */ , 0) 178 _ = complex(0, c64 /* ERROR invalid argument */ ) 220 c64 = complex(x32, x32) 303 var c64 complex64 316 f32 = imag(c64) 319 f64 = imag /* ERROR cannot assign */ (c64) 320 imag /* ERROR not used */ (c64) 324 type C64 complex64 326 var x64 C64 [all...] |
/frameworks/base/tests/VectorDrawableTest/res/drawable/ |
vector_drawable10.xml | 35 android:pathData="M14.001,34.645 L21,41.716c15.464-15.621,40.536-15.621,56,0l7.001-7.071C64.672,15.119,33.33,15.119,14.001,34.645z" />
|
/frameworks/support/samples/SupportVectorDrawable/static/res/drawable/ |
vector_drawable10.xml | 35 android:pathData="M14.001,34.645 L21,41.716c15.464-15.621,40.536-15.621,56,0l7.001-7.071C64.672,15.119,33.33,15.119,14.001,34.645z" />
|
/external/clang/test/Sema/ |
attr-mode.c | 29 typedef _Complex float c64 __attribute((mode(DC))); typedef
|
/external/tcpdump/tests/ |
icmpv6.out | 13 0x0020: 0464 6f6d 3104 646f 6d32 0374 6c64 0000
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ |
Primes.java | 500 long c64 = c & 0xFFFFFFFFL; local 501 if (isPrime32(c64)) 503 return new STOutput(BigInteger.valueOf(c64), primeSeed, primeGenCounter);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_coverage_libcdep.cc | 479 u64 c64 = *pc64; local 482 if (c64) { 485 u64 x = (c64 >> (8 * k)) & 0xff; [all...] |