rename sk_float_isNaN to sk_float_isnan to match related functions
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 6 Dec 2011 20:18:05 +0000 (20:18 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 6 Dec 2011 20:18:05 +0000 (20:18 +0000)
commit5ae777dcad2c211814f5e9cde803ef6cc96a595f
tree55c8052b5530fde9ed3c4be8d4da25c40bb5b082
parent675c5c4303f75581405b510537e2fccd69bd416f
rename sk_float_isNaN to sk_float_isnan to match related functions
add sk_float_isinf returning non-zero if the argument is +/- infinity

git-svn-id: http://skia.googlecode.com/svn/trunk@2813 2bbb7eff-a529-9590-31e7-b0007b416f81
bench/MathBench.cpp
include/core/SkFloatingPoint.h
tests/ScalarTest.cpp