Searched defs:rmode (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/parisc/math-emu/ |
D | denormal.c |
|
/openbmc/qemu/tests/fp/ |
H A D | fp-test.c | 127 static bool is_allowed(unsigned op, int rmode) in is_allowed() 171 static void do_testfloat(int op, int rmode, bool exact) in do_testfloat() 965 int rmode = roundingModes[round]; in run_test() local
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 3122 int8_t float16_to_int8_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int8_scalbn() 3131 int16_t float16_to_int16_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int16_scalbn() 3140 int32_t float16_to_int32_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int32_scalbn() 3149 int64_t float16_to_int64_scalbn(float16 a, FloatRoundMode rmode, int scale, in float16_to_int64_scalbn() 3158 int16_t float32_to_int16_scalbn(float32 a, FloatRoundMode rmode, int scale, in float32_to_int16_scalbn() 3167 int32_t float32_to_int32_scalbn(float32 a, FloatRoundMode rmode, int scale, in float32_to_int32_scalbn() 3176 int64_t float32_to_int64_scalbn(float32 a, FloatRoundMode rmode, int scale, in float32_to_int64_scalbn() 3185 int16_t float64_to_int16_scalbn(float64 a, FloatRoundMode rmode, int scale, in float64_to_int16_scalbn() 3194 int32_t float64_to_int32_scalbn(float64 a, FloatRoundMode rmode, int scale, in float64_to_int32_scalbn() 3203 int64_t float64_to_int64_scalbn(float64 a, FloatRoundMode rmode, int scale, in float64_to_int64_scalbn() [all …]
|
/openbmc/linux/arch/m68k/fpsp040/ |
D | bindec.S |
|
/openbmc/linux/arch/arm/vfp/ |
D | vfpdouble.c |
|
D | vfpsingle.c |
|
/openbmc/linux/arch/m68k/include/asm/ |
D | mac_iop.h |
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 3028 #define VSX_ROUND(op, nels, tp, fld, rmode, sfifprf) \ argument 3200 uint8_t rmode = 0; in helper_xsrqpi() local 3253 uint8_t rmode = 0; in helper_xsrqpxp() local
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.h | 827 static inline TCGv_i32 gen_set_rmode(ARMFPRounding rmode, TCGv_ptr fpst) in gen_set_rmode()
|
H A D | translate-a64.c | 8784 const FPScalar1 *f, int rmode, in do_fp1_scalar_with_fpsttype() 8829 const FPScalar1 *f, int rmode) in do_fp1_scalar() 8837 const FPScalar1 *f, int rmode) in do_fp1_scalar_ah() 9219 ARMFPRounding rmode, bool is_signed) in do_fcvt_g()
|
/openbmc/qemu/target/arm/ |
H A D | internals.h | 394 static inline FloatRoundMode arm_rmode_to_sf(ARMFPRounding rmode) in arm_rmode_to_sf()
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 1774 reserved_style rmode, skip_more_in_this_rmode=RES_XXXX; local
|