]> git.proxmox.com Git - qemu.git/commit
softfloat: Rename float*_is_nan() functions to float*_is_quiet_nan()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 17 Dec 2010 15:56:06 +0000 (15:56 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 2 Jan 2011 10:15:25 +0000 (11:15 +0100)
commit185698715dfb18c82ad2a5dbc169908602d43e81
tree201b9e506ce6a3906bba99cbab4a88899541fd73
parentf96a38347a0c6ab31fbb6200c13e684d1fee449c
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>
fpu/softfloat-native.c
fpu/softfloat-native.h
fpu/softfloat-specialize.h
fpu/softfloat.h
linux-user/arm/nwfpe/fpa11_cprt.c
target-alpha/op_helper.c
target-m68k/helper.c
target-microblaze/op_helper.c
target-mips/op_helper.c
target-ppc/op_helper.c