HomeSort by relevance Sort by last modified time
    Searched full:c64 (Results 1 - 25 of 311) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/
cmplx.go 25 c64 complex64
27 C64 Complex64
41 c64 = complex(f32, f32)
58 c64 = complex(f64, f64) // ERROR "cannot use"
60 c64 = complex(1.0, 2.0) // ok, constant is untyped
62 C64 = complex(1.0, 2.0)
65 C64 = complex(f32, f32) // ERROR "cannot use"
23 c64 complex64 var
  /prebuilts/go/linux-x86/test/
cmplx.go 25 c64 complex64
27 C64 Complex64
41 c64 = complex(f32, f32)
58 c64 = complex(f64, f64) // ERROR "cannot use"
60 c64 = complex(1.0, 2.0) // ok, constant is untyped
62 C64 = complex(1.0, 2.0)
65 C64 = complex(f32, f32) // ERROR "cannot use"
23 c64 complex64 var
  /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
73 c64 = c63 * c63 const
  /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
73 c64 = c63 * c63 const
  /frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
reflection3264_invokable_mismatch.rs 13 void c64() { }
19 // invokable name mismatch above (c32 versus c64)
stderr.txt.expect 4 reflection3264_invokable_mismatch.rs:13:6: error: 3rd invokable function is 'c32' for 32-bit targets but 'c64' for 64-bit targets
  /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]
  /external/swiftshader/third_party/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]
  /external/tensorflow/tensorflow/compiler/xla/
primitive_util.cc 27 bool IsComplexType(PrimitiveType type) { return type == C64; }
64 case C64:
80 case C64:
  /toolchain/binutils/binutils-2.27/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:
  /packages/apps/Car/Hvac/res/drawable/
ic_ac_on.xml 42 C59.8452206,45.3596969 61.180331,45 62.6953125,45 C64.7350362,45
46 C64.8090789,47.8966442 63.8971414,47.6025391 62.6953125,47.6025391
ic_rear_defroster_on.xml 66 63.6462,54.9402 64.0212,55.5452 C64.4622,56.2962 65.0672,57.3092 65.0672,59.1222
69 C64.4622,67.1902 65.0672,68.2032 65.0672,70.0162 C65.0672,70.0442
  /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
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
InstructionsTest.cpp 121 const Constant* c64 = Constant::getNullValue(V8x64Ty); local
128 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true));
  /prebuilts/go/darwin-x86/src/go/types/testdata/
builtins.src 168 var c64 complex64
175 _ = complex(c64 /* ERROR expected floating-point */ , 0)
179 _ = complex(0 /* ERROR expected floating-point */ , c64)
224 c64 = complex(x32, x32)
307 var c64 complex64
321 f32 = imag(c64)
324 f64 = imag /* ERROR cannot use .* in assignment */ (c64)
325 imag /* ERROR not used */ (c64)
329 type C64 complex64
331 var x64 C64
    [all...]
  /prebuilts/go/linux-x86/src/go/types/testdata/
builtins.src 168 var c64 complex64
175 _ = complex(c64 /* ERROR expected floating-point */ , 0)
179 _ = complex(0 /* ERROR expected floating-point */ , c64)
224 c64 = complex(x32, x32)
307 var c64 complex64
321 f32 = imag(c64)
324 f64 = imag /* ERROR cannot use .* in assignment */ (c64)
325 imag /* ERROR not used */ (c64)
329 type C64 complex64
331 var x64 C64
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
unary_op_test.cc 44 if (primitive_util::NativeToPrimitiveType<T>() == C64) {
122 builder.Sub(builder.Mul(sign, builder.ConvertElementType(abs, C64)), arg);
170 C64));

Completed in 553 milliseconds

1 2 3 4 5 6 7 8 91011>>