Home
last modified time | relevance | path

Searched refs:FIRST_BIT (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h445 static const int16x8_t FIRST_BIT = vmovq_n_s16(FIRST_BIT_VAL); in Divide16x8Pow() local
447 const int16x8_t neg_offset = vandq_s16(val_sign, FIRST_BIT); in Divide16x8Pow()
459 static const int64x2_t FIRST_BIT = vmovq_n_s64(FIRST_BIT_VAL); in Divide64x2Pow() local
461 const int64x2_t neg_offset = vandq_s64(val_sign, FIRST_BIT); in Divide64x2Pow()