Home
last modified time | relevance | path

Searched refs:float32_eq_quiet (Results 1 – 4 of 4) sorted by relevance

/external/qemu/fpu/
Dsoftfloat-native.h222 INLINE int float32_eq_quiet( float32 a, float32 b STATUS_PARAM) in float32_eq_quiet() function
Dsoftfloat.h329 int float32_eq_quiet( float32, float32 STATUS_PARAM );
Dsoftfloat.c2442 int float32_eq_quiet( float32 a, float32 b STATUS_PARAM ) in float32_eq_quiet() function
/external/qemu/target-arm/
Dneon_helper.c1811 return -float32_eq_quiet(make_float32(a), make_float32(b), NFS); in HELPER()