OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_1
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_dsp/arm/
fdct_neon.c
45
const int16x4_t
s_1
= vget_high_s16(s_01);
local
49
// (s_0 +/-
s_1
) * cospi_16_64
51
const int32x4_t s_0_p_s_1 = vaddl_s16(s_0,
s_1
);
52
const int32x4_t s_0_m_s_1 = vsubl_s16(s_0,
s_1
);
/external/llvm/test/MC/COFF/
comm-align.s
22
.comm _s_1,4,0 # @
s_1
/external/tensorflow/tensorflow/core/framework/
shape_inference_test.cc
594
auto
s_1
= c.input(6);
local
646
Relax(&c,
s_1
, s_1_2, &out);
663
auto
s_1
= c.input(6);
local
749
StringPiece(c.Merge(
s_1
, s_1_2, &out).ToString())
[
all
...]
Completed in 341 milliseconds