Searched refs:float64_lt_quiet (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.h | 194 char float64_lt_quiet( float64, float64 );
|
H A D | softfloat.c | 2511 flag float64_lt_quiet( float64 a, float64 b ) in float64_lt_quiet() function
|
/openbmc/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1805 FOP_COND_D(olt, float64_lt_quiet(fdt0, fdt1, 1809 || float64_lt_quiet(fdt0, fdt1, 2093 FOP_CONDN_D(lt, (float64_lt_quiet(fdt0, fdt1, 2097 || float64_lt_quiet(fdt0, fdt1, 2137 || float64_lt_quiet(fdt1, fdt0, 2139 || float64_lt_quiet(fdt0, fdt1, 2141 FOP_CONDN_D(ne, (float64_lt_quiet(fdt1, fdt0, 2143 || float64_lt_quiet(fdt0, fdt1,
|
/openbmc/qemu/target/riscv/ |
H A D | fpu_helper.c | 472 return float64_lt_quiet(frs1, frs2, &env->fp_status); in helper_fltq_d()
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat.h | 904 static inline bool float64_lt_quiet(float64 a, float64 b, float_status *s) in float64_lt_quiet() function
|