OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c64s
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/test/
armimm.go
17
const
c64s
= 0x00ffff00004fff00
const
71
return x +
c64s
81
return x -
c64s
101
return
c64s
- x
155
if want, got = a+
c64s
, add64s(a); got != want {
161
if want, got = a-
c64s
, sub64s(a); got != want {
173
if want, got =
c64s
-a, subr64s(a); got != want {
/prebuilts/go/linux-x86/test/
armimm.go
17
const
c64s
= 0x00ffff00004fff00
const
71
return x +
c64s
81
return x -
c64s
101
return
c64s
- x
155
if want, got = a+
c64s
, add64s(a); got != want {
161
if want, got = a-
c64s
, sub64s(a); got != want {
173
if want, got =
c64s
-a, subr64s(a); got != want {
/external/tensorflow/tensorflow/compiler/xla/
literal_util.cc
[
all
...]
xla_data.proto
339
repeated float
c64s
= 12; // Stored as interleaved real, imag floats.
Completed in 426 milliseconds