OSDN Git Service

[libc][NFC][Obvious] Use the new macro to declare special constants in tests.
authorSiva Chandra Reddy <sivachandra@google.com>
Sun, 1 Nov 2020 05:28:44 +0000 (22:28 -0700)
committerSiva Chandra Reddy <sivachandra@google.com>
Tue, 3 Nov 2020 23:44:06 +0000 (15:44 -0800)
commit50c2f2b6f0ccb5bb72896dc14ed8e8c89fa7a0c7
tree348f2b142590055c941f8ff7970150804548358b
parent0fca6517118d435f9c2d7afe6135fd5f357509b5
[libc][NFC][Obvious] Use the new macro to declare special constants in tests.
28 files changed:
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/copysign_test.cpp
libc/test/src/math/copysignf_test.cpp
libc/test/src/math/copysignl_test.cpp
libc/test/src/math/fabs_test.cpp
libc/test/src/math/fabsf_test.cpp
libc/test/src/math/fabsl_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/fmax_test.cpp
libc/test/src/math/fmaxf_test.cpp
libc/test/src/math/fmaxl_test.cpp
libc/test/src/math/fmin_test.cpp
libc/test/src/math/fminf_test.cpp
libc/test/src/math/fminl_test.cpp
libc/test/src/math/hypotf_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/sqrt_test.cpp
libc/test/src/math/sqrtf_test.cpp
libc/test/src/math/sqrtl_test.cpp
libc/test/src/math/trunc_test.cpp
libc/test/src/math/truncf_test.cpp
libc/test/src/math/truncl_test.cpp