Home
last modified time | relevance | path

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

/external/cpuinfo/src/x86/
Dtopology.c86 uint32_t total_shift = 0; in cpuinfo_x86_detect_topology() local
101 level, apic_id, level_shift, total_shift); in cpuinfo_x86_detect_topology()
102 topology->thread_bits_offset = total_shift; in cpuinfo_x86_detect_topology()
108 level, apic_id, level_shift, total_shift); in cpuinfo_x86_detect_topology()
109 topology->core_bits_offset = total_shift; in cpuinfo_x86_detect_topology()
114 "reported in leaf 0x0000000B is ignored", type, total_shift, level_shift); in cpuinfo_x86_detect_topology()
117 total_shift += level_shift; in cpuinfo_x86_detect_topology()
/external/ruy/ruy/
Dapply_multiplier.cc54 int total_shift = 31 - shift; in MultiplyByQuantizedMultiplier() local
58 std::int64_t round = (int64_t)1 << (total_shift - 1); in MultiplyByQuantizedMultiplier()
60 result = result >> total_shift; in MultiplyByQuantizedMultiplier()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Ddiv.h49 const int total_shift = params.output_shift - recip_shift - headroom; in DivElementwise() local
53 unscaled_quotient, params.output_multiplier, total_shift); in DivElementwise()
113 const int total_shift = params.output_shift - recip_shift - headroom; in BroadcastDivSlow() local
117 unscaled_quotient, params.output_multiplier, total_shift); in BroadcastDivSlow()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h187 int total_shift = 15 - shift; in MultiplyByQuantizedMultiplier() local
188 x = (x * (int64_t)reduced_multiplier) + ((int64_t)1 << (total_shift - 1)); in MultiplyByQuantizedMultiplier()
189 int32_t result = x >> total_shift; in MultiplyByQuantizedMultiplier()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h2707 const int total_shift = params.output_shift - recip_shift - headroom; in BroadcastDivSlow() local
2711 unscaled_quotient, params.output_multiplier, total_shift); in BroadcastDivSlow()