Home
last modified time | relevance | path

Searched refs:float64_le_quiet (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/nwfpe/
H A Dsoftfloat.h193 char float64_le_quiet( float64, float64 );
H A Dsoftfloat.c2485 flag float64_le_quiet( float64 a, float64 b ) in float64_le_quiet() function
/openbmc/qemu/target/mips/tcg/
H A Dfpu_helper.c1811 FOP_COND_D(ole, float64_le_quiet(fdt0, fdt1,
1815 || float64_le_quiet(fdt0, fdt1,
2099 FOP_CONDN_D(le, (float64_le_quiet(fdt0, fdt1,
2103 || float64_le_quiet(fdt0, fdt1,
2131 FOP_CONDN_D(or, (float64_le_quiet(fdt1, fdt0,
2133 || float64_le_quiet(fdt0, fdt1,
/openbmc/qemu/target/riscv/
H A Dfpu_helper.c462 return float64_le_quiet(frs1, frs2, &env->fp_status); in helper_fleq_d()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h899 static inline bool float64_le_quiet(float64 a, float64 b, float_status *s) in float64_le_quiet() function