Home
last modified time | relevance | path

Searched refs:float16_le_quiet (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dfpu_helper.c630 return float16_le_quiet(frs1, frs2, &env->fp_status); in helper_fleq_h()
/openbmc/qemu/include/fpu/
H A Dsoftfloat.h335 static inline bool float16_le_quiet(float16 a, float16 b, float_status *s) in float16_le_quiet() function