Searched refs:float32_is_zero (Results 1 - 3 of 3) sorted by relevance

/external/qemu/fpu/
H A Dsoftfloat-native.h282 INLINE float32 float32_is_zero(float32 a) function
H A Dsoftfloat.h368 INLINE int float32_is_zero(float32 a) function
/external/qemu/target-arm/
H A Dhelper.c2908 if (!(float32_is_zero(a) || float32_is_zero(b))) {
2922 if (!(float32_is_zero(a) || float32_is_zero(b))) {
2985 if (!float32_is_zero(a)) {
3079 if (!float32_is_zero(a)) {

Completed in 39 milliseconds