Searched refs:float64_le_quiet (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.h | 193 char float64_le_quiet( float64, float64 );
|
H A D | softfloat.c | 2485 flag float64_le_quiet( float64 a, float64 b ) in float64_le_quiet() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1811 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 D | fpu_helper.c | 462 return float64_le_quiet(frs1, frs2, &env->fp_status); in helper_fleq_d()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 899 static inline bool float64_le_quiet(float64 a, float64 b, float_status *s) in float64_le_quiet() function
|