Searched refs:float64_lt (Results 1 – 5 of 5) sorted by relevance
/external/qemu/fpu/ |
D | softfloat-native.h | 351 INLINE int float64_lt( float64 a, float64 b STATUS_PARAM) in float64_lt() function
|
D | softfloat.h | 444 int float64_lt( float64, float64 STATUS_PARAM );
|
D | softfloat.c | 3664 int float64_lt( float64 a, float64 b STATUS_PARAM ) in float64_lt() function
|
/external/qemu/target-mips/ |
D | op_helper.c | 2938 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/ |
D | helper.c | 3021 if (float64_lt(a, float64_half, s)) { in recip_sqrt_estimate()
|