HomeSort by relevance Sort by last modified time
    Searched defs:c64 (Results 1 - 15 of 15) sorted by null

  /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
zerodivide.go 45 c64, d64, e64 complex64 = 0 + 0i, 0 + 0i, 1 + 1i
99 c64 += 1 + 1i
161 ErrorTest{"complex64 0/0", func() { use(c64 / d64) }, ""},
44 c64, d64, e64 complex64 = 0 + 0i, 0 + 0i, 1 + 1i 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
zerodivide.go 45 c64, d64, e64 complex64 = 0 + 0i, 0 + 0i, 1 + 1i
99 c64 += 1 + 1i
161 ErrorTest{"complex64 0/0", func() { use(c64 / d64) }, ""},
44 c64, d64, e64 complex64 = 0 + 0i, 0 + 0i, 1 + 1i var
  /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));
  /external/clang/test/Sema/
attr-mode.c 34 typedef _Complex float c64 __attribute((mode(DC))); typedef
  /external/protobuf/src/google/protobuf/stubs/
int128.h 346 // terms c96 and c64 are safe to ignore carry bit
348 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; local
349 this->hi_ = (c96 << 32) + c64;
  /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/llvm/unittests/IR/
InstructionsTest.cpp 206 const Constant* c64 = Constant::getNullValue(V8x64Ty); local
215 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true));
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7746.go 74 c64 = c63 * c63
75 c65 = c64 * c64
73 c64 = c63 * c63 const
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7746.go 74 c64 = c63 * c63
75 c65 = c64 * c64
73 c64 = c63 * c63 const
  /external/tensorflow/tensorflow/compiler/xla/
literal_util_test.cc 734 Literal output(ShapeUtil::MakeShape(C64, {1}));
741 Literal output(ShapeUtil::MakeShape(C64, {2, 2}));
794 Literal output(ShapeUtil::MakeShape(C64, {2, 2}));
1157 auto c64 = Literal::CreateR4WithLayout<complex64>({{ local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc 496 u64 c64 = *pc64; local
499 if (c64) {
502 u64 x = (c64 >> (8 * k)) & 0xff;
    [all...]
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 16896 IRTemp c64 = newTemp(Ity_I64); local
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 472 milliseconds