qemu/linux-user/arm/nwfpe
Peter Maydell 185698715d softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
The softfloat functions float*_is_nan() were badly misnamed,
because they return true only for quiet NaNs, not for all NaNs.
Rename them to float*_is_quiet_nan() to more accurately reflect
what they do.

This change was produced by:
 perl -p -i -e 's/_is_nan/_is_quiet_nan/g' $(git grep -l is_nan)
(with the results manually checked.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
Acked-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2011-01-02 11:15:25 +01:00
..
double_cpdo.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
extended_cpdo.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11_cpdo.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11_cpdt.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11_cprt.c softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan() 2011-01-02 11:15:25 +01:00
fpa11.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11.h Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11.inl Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpopcode.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpopcode.h Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpsr.h Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
single_cpdo.c Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00