HomeSort by relevance Sort by last modified time
    Searched refs:val_sign (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantization_utils.h 419 const int16x8_t val_sign = vshrq_n_s16(val, 15); local
420 const int16x8_t val_xor = veorq_s16(val, val_sign);
421 const int16x8_t val_pos = vsubq_s16(val_xor, val_sign);
423 const int16x8_t shifted_val_pos_xor = veorq_s16(shifted_val_pos, val_sign);
424 const int16x8_t shifted_val = vsubq_s16(shifted_val_pos_xor, val_sign);
431 const int64x2_t val_sign = vshrq_n_s64(val, 63); local
432 const int64x2_t val_xor = veorq_s64(val, val_sign);
433 const int64x2_t val_pos = vsubq_s64(val_xor, val_sign);
435 const int64x2_t shifted_val_pos_xor = veorq_s64(shifted_val_pos, val_sign);
436 const int64x2_t shifted_val = vsubq_s64(shifted_val_pos_xor, val_sign);
446 const int16x8_t val_sign = vshrq_n_s16(val, 15); local
460 const int64x2_t val_sign = vshrq_n_s64(val, 63); local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 3784 int val_sign = (val > 0) ? 1 : -1; local
    [all...]

Completed in 721 milliseconds