Home
last modified time | relevance | path

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

/qemu/target/riscv/
H A Dfpu_helper.c644 return float16_lt_quiet(frs1, frs2, &env->fp_status); in helper_fltq_h()
/qemu/include/fpu/
H A Dsoftfloat.h340 static inline bool float16_lt_quiet(float16 a, float16 b, float_status *s) in float16_lt_quiet() function