Home
last modified time | relevance | path

Searched refs:float64_lt (Results 1 – 5 of 5) sorted by relevance

/external/qemu/fpu/
Dsoftfloat-native.h351 INLINE int float64_lt( float64 a, float64 b STATUS_PARAM) in float64_lt() function
Dsoftfloat.h444 int float64_lt( float64, float64 STATUS_PARAM );
Dsoftfloat.c3664 int float64_lt( float64 a, float64 b STATUS_PARAM ) in float64_lt() function
/external/qemu/target-mips/
Dop_helper.c2938 FOP_COND_D(olt, !float64_is_unordered(0, fdt1, fdt0, &env->active_fpu.fp_status) && float64_lt(fdt0…
2939 FOP_COND_D(ult, float64_is_unordered(0, fdt1, fdt0, &env->active_fpu.fp_status) || float64_lt(fdt0…
2948 FOP_COND_D(lt, !float64_is_unordered(1, fdt1, fdt0, &env->active_fpu.fp_status) && float64_lt(fdt0…
2949 FOP_COND_D(nge, float64_is_unordered(1, fdt1, fdt0, &env->active_fpu.fp_status) || float64_lt(fdt0…
/external/qemu/target-arm/
Dhelper.c3021 if (float64_lt(a, float64_half, s)) { in recip_sqrt_estimate()