Searched refs:float64_eq (Results 1 - 4 of 4) sorted by relevance

/external/qemu/fpu/
H A Dsoftfloat-native.h355 INLINE int float64_eq( float64 a, float64 b STATUS_PARAM) function
H A Dsoftfloat.h442 int float64_eq( float64, float64 STATUS_PARAM );
H A Dsoftfloat.c3610 int float64_eq( float64 a, float64 b STATUS_PARAM ) function
/external/qemu/target-mips/
H A Dop_helper.c2842 FOP_COND_D(eq, !float64_is_unordered(0, fdt1, fdt0, &env->active_fpu.fp_status) && float64_eq(fdt0, fdt1, &env->active_fpu.fp_status))
2843 FOP_COND_D(ueq, float64_is_unordered(0, fdt1, fdt0, &env->active_fpu.fp_status) || float64_eq(fdt0, fdt1, &env->active_fpu.fp_status))
2852 FOP_COND_D(seq, !float64_is_unordered(1, fdt1, fdt0, &env->active_fpu.fp_status) && float64_eq(fdt0, fdt1, &env->active_fpu.fp_status))
2853 FOP_COND_D(ngl, float64_is_unordered(1, fdt1, fdt0, &env->active_fpu.fp_status) || float64_eq(fdt0, fdt1, &env->active_fpu.fp_status))

Completed in 86 milliseconds