Home
last modified time | relevance | path

Searched refs:dt2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c277 uint64_t dt2; in helper_float_cvt_l_d() local
279 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_cvt_l_d()
282 dt2 = FP_TO_INT64_OVERFLOW; in helper_float_cvt_l_d()
285 return dt2; in helper_float_cvt_l_d()
290 uint64_t dt2; in helper_float_cvt_l_s() local
292 dt2 = float32_to_int64(fst0, &env->active_fpu.fp_status); in helper_float_cvt_l_s()
295 dt2 = FP_TO_INT64_OVERFLOW; in helper_float_cvt_l_s()
298 return dt2; in helper_float_cvt_l_s()
410 uint64_t dt2; in helper_float_round_l_d() local
414 dt2 = float64_to_int64(fdt0, &env->active_fpu.fp_status); in helper_float_round_l_d()
[all …]
/openbmc/linux/drivers/usb/core/
H A Dconfig.c28 int dt1, int dt2, int *num_skipped) in find_next_descriptor() argument
37 if (h->bDescriptorType == dt1 || h->bDescriptorType == dt2) in find_next_descriptor()