Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dlossless_enc_mips32.c67 double log_2; in FastLog2Slow_MIPS32() local
81 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow_MIPS32()
87 log_2 += (double)correction / v; in FastLog2Slow_MIPS32()
89 return (float)log_2; in FastLog2Slow_MIPS32()
A Dlossless_enc.c361 double log_2; in FastLog2Slow_C() local
367 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow_C()
372 log_2 += (double)correction / orig_v; in FastLog2Slow_C()
374 return (float)log_2; in FastLog2Slow_C()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dcommon.h542 const FixedPoint0 log_2 = GEMMLOWP_CHECKED_FIXEDPOINT_CONSTANT( in log_x_for_x_greater_than_or_equal_to_1_impl() local
609 return gemmlowp::Rescale<OutputIntegerBits>(z_pow_2_adj * log_2 + in log_x_for_x_greater_than_or_equal_to_1_impl()
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig312 The MinQueueSizeLog field is defined as log_2(N), where N is

Completed in 14 milliseconds