OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shifted_val
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantization_utils.h
424
const int16x8_t
shifted_val
= vsubq_s16(shifted_val_pos_xor, val_sign);
local
425
return
shifted_val
;
436
const int64x2_t
shifted_val
= vsubq_s64(shifted_val_pos_xor, val_sign);
local
437
return
shifted_val
;
[
all
...]
/external/v8/src/s390/
simulator-s390.cc
1586
uint64_t
shifted_val
= static_cast<uint64_t>(value);
local
1593
uint64_t
shifted_val
= static_cast<uint64_t>(value) << 32;
local
[
all
...]
Completed in 254 milliseconds