Searched refs:dst_val (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/ |
| H A D | post_process.cc | 133 float dst_val = (f32 / scale) + zp; in qnt_f32_to_affine() local 134 int8_t res = (int8_t)__clip(dst_val, -128, 127); in qnt_f32_to_affine()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 182 float dst_val = (f32 / scale) + zp; in qnt_f32_to_affine() local 183 int8_t res = (int8_t)__clip(dst_val, -128, 127); in qnt_f32_to_affine()
|
| /OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_yolov5_demo/src/ |
| H A D | postprocess.cc | 197 float dst_val = (f32 / scale) + zp; in qnt_f32_to_affine() local 198 int8_t res = (int8_t)__clip(dst_val, -128, 127); in qnt_f32_to_affine()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | hashtab.c | 1374 void *keys = NULL, *values = NULL, *value, *dst_key, *dst_val; in __htab_map_lookup_and_delete_batch() local 1440 dst_val = values; in __htab_map_lookup_and_delete_batch() 1494 bpf_long_memcpy(dst_val + off, in __htab_map_lookup_and_delete_batch() 1501 copy_map_value_locked(map, dst_val, value, in __htab_map_lookup_and_delete_batch() 1504 copy_map_value(map, dst_val, value); in __htab_map_lookup_and_delete_batch() 1505 check_and_init_map_lock(map, dst_val); in __htab_map_lookup_and_delete_batch() 1523 dst_val += value_size; in __htab_map_lookup_and_delete_batch()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 42 u64 dst_val; /* value of destination operand */ member
|
| H A D | emulate.c | 514 .dst_val = ctxt->dst.val64, in emulator_check_intercept()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | devlink.h | 1481 void devlink_param_value_str_fill(union devlink_param_value *dst_val,
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 3939 exit_info = (info->dst_val & 0xffff) << 16; in svm_check_intercept()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | devlink.c | 9206 void devlink_param_value_str_fill(union devlink_param_value *dst_val, in devlink_param_value_str_fill() argument 9211 len = strlcpy(dst_val->vstr, src, __DEVLINK_PARAM_MAX_STRING_VALUE); in devlink_param_value_str_fill()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 7460 port = info->dst_val; in vmx_check_intercept_io()
|