Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dfp-bench.c61 enum rounding { enum
549 void die_host_rounding(enum rounding rounding) in die_host_rounding()
556 static void set_host_precision(enum rounding rounding) in set_host_precision()
585 static void set_soft_precision(enum rounding rounding) in set_soft_precision()
615 int rounding = ROUND_EVEN; in parse_args() local
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2.host.c46 int rounding = (dx + 1) >> 1; in ctc2_slope() local
/openbmc/qemu/include/libdecnumber/
H A DdecContext.h68 enum rounding { enum
/openbmc/linux/lib/
H A Dstring_helpers.c52 static const unsigned int rounding[] = { 500, 50, 5 }; in string_get_size() local
/openbmc/linux/fs/xfs/
H A Dxfs_bmap_util.c955 xfs_off_t rounding, start, end; in xfs_flush_unmap_range() local
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c429 int rounding = fp_decode_rm[a->rm]; in trans_VRINT() local
496 int rounding = fp_decode_rm[a->rm]; in trans_VCVT() local
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c452 int rounding; in matroxfb_test_and_set_rounding() local
/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c1043 TCGv rounding = tcg_temp_new(); in gen_mxu_d16mul() local
1170 TCGv rounding = tcg_temp_new(); in gen_mxu_d16mac() local
/openbmc/qemu/target/ppc/
H A Dint_helper.c1535 #define VRFI(suffix, rounding) \ argument