Home
last modified time | relevance | path

Searched refs:float32_is_neg (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-arm/
Dhelper.c2983 return float32_set_sign(float32_zero, float32_is_neg(a)); in HELPER()
2989 return float32_set_sign(float32_infinity, float32_is_neg(a)); in HELPER()
2992 return float32_set_sign(float32_zero, float32_is_neg(a)); in HELPER()
3083 return float32_set_sign(float32_infinity, float32_is_neg(a)); in HELPER()
3084 } else if (float32_is_neg(a)) { in HELPER()
/external/qemu/fpu/
Dsoftfloat-native.h275 INLINE float32 float32_is_neg(float32 a) in float32_is_neg() function
Dsoftfloat.h363 INLINE int float32_is_neg(float32 a) in float32_is_neg() function