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

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/
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/
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
  /developers/samples/android/ui/text/TextStyling-Java/app/src/main/res/drawable-v24/
ic_launcher_foreground.xml 31 android:pathData="M66.94,46.02L66.94,46.02C72.44,50.07 76,56.61 76,64L32,64C32,56.61 35.56,50.11 40.98,46.06L36.18,41.19C35.45,40.45 35.45,39.3 36.18,38.56C36.91,37.81 38.05,37.81 38.78,38.56L44.25,44.05C47.18,42.57 50.48,41.71 54,41.71C57.48,41.71 60.78,42.57 63.68,44.05L69.11,38.56C69.84,37.81 70.98,37.81 71.71,38.56C72.44,39.3 72.44,40.45 71.71,41.19L66.94,46.02ZM62.94,56.92C64.08,56.92 65,56.01 65,54.88C65,53.76 64.08,52.85 62.94,52.85C61.8,52.85 60.88,53.76 60.88,54.88C60.88,56.01 61.8,56.92 62.94,56.92ZM45.06,56.92C46.2,56.92 47.13,56.01 47.13,54.88C47.13,53.76 46.2,52.85 45.06,52.85C43.92,52.85 43,53.76 43,54.88C43,56.01 43.92,56.92 45.06,56.92Z"
  /developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/res/drawable-v24/
ic_launcher_foreground.xml 46 android:pathData="M66.94,46.02L66.94,46.02C72.44,50.07 76,56.61 76,64L32,64C32,56.61 35.56,50.11 40.98,46.06L36.18,41.19C35.45,40.45 35.45,39.3 36.18,38.56C36.91,37.81 38.05,37.81 38.78,38.56L44.25,44.05C47.18,42.57 50.48,41.71 54,41.71C57.48,41.71 60.78,42.57 63.68,44.05L69.11,38.56C69.84,37.81 70.98,37.81 71.71,38.56C72.44,39.3 72.44,40.45 71.71,41.19L66.94,46.02ZM62.94,56.92C64.08,56.92 65,56.01 65,54.88C65,53.76 64.08,52.85 62.94,52.85C61.8,52.85 60.88,53.76 60.88,54.88C60.88,56.01 61.8,56.92 62.94,56.92ZM45.06,56.92C46.2,56.92 47.13,56.01 47.13,54.88C47.13,53.76 46.2,52.85 45.06,52.85C43.92,52.85 43,53.76 43,54.88C43,56.01 43.92,56.92 45.06,56.92Z"
  /external/boringssl/src/third_party/fiat/
README.md 21 taken from curve25519-donna-c64. It is found in
  /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/SupportVectorDrawableDemos/src/main/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/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser_test.cc 589 ENTRY %Fft (input: c64[8,32]) -> c64[8,32] {
590 %input = c64[8,32]{1,0} parameter(0)
591 ROOT %fft = c64[8,32]{1,0} fft(c64[8,32]{1,0} %input), fft_type=FFT, fft_length={32}
601 ENTRY %Ifft2d (input: c64[5,8,32]) -> c64[5,8,32] {
602 %input = c64[5,8,32]{2,1,0} parameter(0)
603 ROOT %fft = c64[5,8,32]{2,1,0} fft(c64[5,8,32]{2,1,0} %input), fft_type=IFFT, fft_length={8,32
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/lib/
batch_dot.cc 91 if (x_shape->element_type() == xla::C64 && conjugate_x) {
94 if (y_shape->element_type() == xla::C64 && conjugate_y) {
util.cc 52 case xla::C64:
89 case xla::C64:
  /external/tensorflow/tensorflow/compiler/xla/
primitive_util.h 123 return C64;
218 struct PrimitiveTypeToNative<C64> {
literal_util.cc 341 COPY_ELEMENTS(C64, complex64);
485 case C64:
520 case C64:
559 case C64:
601 case C64:
602 LOG(FATAL) << "C64 element type has no minimum value";
834 case C64:
    [all...]
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...]
  /packages/apps/Car/Hvac/res/drawable/
ic_front_defroster_on.xml 62 63.6462,54.9402 64.0212,55.5452 C64.4622,56.2962 65.0672,57.3092 65.0672,59.1222
65 C64.4622,67.1902 65.0672,68.2032 65.0672,70.0162 C65.0672,70.0442
ic_seat_heat_level_1.xml 156 68.3477441,107.220213 64.8791306,107.935964 C64.6714843,107.979343 64.464861,108
ic_seat_heat_level_2.xml 151 68.3477441,107.220213 64.8791306,107.935964 C64.6714843,107.979343 64.464861,108
ic_seat_heat_level_3.xml 148 C64.6714843,107.979343 64.464861,108 64.2613062,108 Z" />
ic_seat_heat_off.xml 146 68.3477441,107.220213 64.8791306,107.935964 C64.6714843,107.979343 64.464861,108
  /external/tcpdump/tests/
icmpv6.out 13 0x0020: 0464 6f6d 3104 646f 6d32 0374 6c64 0000
  /external/tensorflow/tensorflow/compiler/tf2xla/
type_util.cc 65 *type = xla::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/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/clang/test/Sema/
attr-mode.c 34 typedef _Complex float c64 __attribute((mode(DC))); typedef
  /external/swiftshader/
SwiftShader.sln 49 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LLVMExecutionEngine", "third_party\LLVM\lib\ExecutionEngine\LLVMExecutionEngine.vcxproj", "{75362C64-1B52-4266-B079-22C8E00F53D5}"
73 {75362C64-1B52-4266-B079-22C8E00F53D5} = {75362C64-1B52-4266-B079-22C8E00F53D5}
356 {75362C64-1B52-4266-B079-22C8E00F53D5}.Debug|Win32.ActiveCfg = Debug|Win32
357 {75362C64-1B52-4266-B079-22C8E00F53D5}.Debug|Win32.Build.0 = Debug|Win32
358 {75362C64-1B52-4266-B079-22C8E00F53D5}.Debug|x64.ActiveCfg = Debug|x64
359 {75362C64-1B52-4266-B079-22C8E00F53D5}.Debug|x64.Build.0 = Debug|x64
360 {75362C64-1B52-4266-B079-22C8E00F53D5}.Profile|Win32.ActiveCfg = Profile|Win32
361 {75362C64-1B52-4266-B079-22C8E00F53D5}.Profile|Win32.Build.0 = Profile|Win32
362 {75362C64-1B52-4266-B079-22C8E00F53D5}.Profile|x64.ActiveCfg = Profile|x64
    [all...]
  /packages/apps/Settings/res/drawable/
ic_storage_wizard_external.xml 76 android:pathData="M73.63,41L68.13,41L64.01,45.2L64,53.6C64,54.37 64.62,55 65.38,55L73.63,55C74.38,55 75,54.37 75,53.6L75,42.4C75,41.63 74.38,41 73.63,41ZM69.5,45.2L68.13,45.2L68.13,42.4L69.5,42.4L69.5,45.2ZM71.56,45.2L70.19,45.2L70.19,42.4L71.56,42.4L71.56,45.2ZM73.63,45.2L72.25,45.2L72.25,42.4L73.63,42.4L73.63,45.2Z"

Completed in 558 milliseconds

12 3 4 5 6 7 8 91011>>