/AliOS-Things-master/components/osal_aos/rhino/ |
A D | aos_timer.c | 27 sys_time_t round = (repeat == false ? 0 : ms); in aos_timer_new() local 63 sys_time_t round = (repeat == 0) ? 0 : ms; in aos_timer_new_ext() local 74 sys_time_t round; in aos_timer_create() local
|
/AliOS-Things-master/kernel/rhino/ |
A D | k_timer.c | 43 tick_t round, void *arg, uint8_t auto_run, uint8_t mm_alloc_flag) in timer_create() 88 tick_t first, tick_t round, void *arg, uint8_t auto_run) in krhino_timer_create() 107 tick_t first, tick_t round, void *arg, uint8_t auto_run) in krhino_timer_dyn_create() 167 kstat_t krhino_timer_change(ktimer_t *timer, tick_t first, tick_t round) in krhino_timer_change()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | round.c | 10 double round(double x) in round() function
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | apply_multiplier.cc | 57 std::int64_t round = (int64_t)1 << (total_shift - 1); in MultiplyByQuantizedMultiplier() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/ |
A D | round.cc | 26 namespace round { namespace
|
/AliOS-Things-master/components/py_engine/modules/sntp/ |
A D | modsntp.c | 42 int round = 0; in sntp_gettime() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/ |
A D | log_scale.c | 53 const uint32_t round = kLogScale / 2; in Log() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/integer_ops/ |
A D | logistic.h | 78 int32_t round = (input_left_shift > 0) ? 1 << (input_left_shift - 1) : 0; in Logistic() local
|
A D | tanh.h | 78 int32_t round = (input_left_shift > 0) ? 1 << (input_left_shift - 1) : 0; in Tanh() local
|
/AliOS-Things-master/kernel/rhino/include/ |
A D | k_timer.h | 69 tick_t round; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | resize_bilinear.h | 215 const int64_t round = (output_20 > 0) ? (1 << 19) : -(1 << 19); in ResizeBilinearInteger() local
|
A D | softmax.h | 217 int64_t round = 1 << (right_shift - 1); in SoftmaxInt16() local
|
/AliOS-Things-master/hardware/board/c906/adapter/ |
A D | csi_rhino.c | 547 tick_t round; in csi_kernel_timer_new() local 608 tick_t round; in csi_kernel_timer_start() local
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | aflatin.c | 334 FT_Bool round = 0; in af_latin_metrics_init_blues() local
|
A D | aflatin2.c | 224 FT_Bool round; in af_latin2_metrics_init_blues() local
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_simple_config.c | 296 int SC_send_simple_config_ack(u8 round) in SC_send_simple_config_ack()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | enc.c | 292 int size, int round, int shift) { in DCMode()
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_wifi.c | 1832 int round = 0; in sntp_start() local
|