[libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests.
authorSiva Chandra Reddy <sivachandra@google.com>
Wed, 16 Dec 2020 07:44:44 +0000 (23:44 -0800)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 16 Dec 2020 07:48:54 +0000 (23:48 -0800)
commit0524da67b448dcce6569fae0f54c10f208c2dc56
treec7a45f5cc089479062828529b80fd7bd423a5cb9
parenteb66bf0802f96458b24a9c6eb9bd6451d8f90110
[libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests.
13 files changed:
libc/test/src/math/LdExpTest.h
libc/test/src/math/ceil_test.cpp
libc/test/src/math/ceilf_test.cpp
libc/test/src/math/ceill_test.cpp
libc/test/src/math/floor_test.cpp
libc/test/src/math/floorf_test.cpp
libc/test/src/math/floorl_test.cpp
libc/test/src/math/round_test.cpp
libc/test/src/math/roundf_test.cpp
libc/test/src/math/roundl_test.cpp
libc/test/src/math/trunc_test.cpp
libc/test/src/math/truncf_test.cpp
libc/test/src/math/truncl_test.cpp