Home | History | Annotate | Download | only in libm

Lines Matching refs:tc

41 ATF_TC_HEAD(tanh_nan, tc)
43 atf_tc_set_md_var(tc, "descr", "Test tanh(NaN) == NaN");
46 ATF_TC_BODY(tanh_nan, tc)
55 ATF_TC_HEAD(tanh_inf_neg, tc)
57 atf_tc_set_md_var(tc, "descr", "Test tanh(-Inf) == -1.0");
60 ATF_TC_BODY(tanh_inf_neg, tc)
68 ATF_TC_HEAD(tanh_inf_pos, tc)
70 atf_tc_set_md_var(tc, "descr", "Test tanh(+Inf) == +1.0");
73 ATF_TC_BODY(tanh_inf_pos, tc)
81 ATF_TC_HEAD(tanh_zero_neg, tc)
83 atf_tc_set_md_var(tc, "descr", "Test tanh(-0.0) == -0.0");
86 ATF_TC_BODY(tanh_zero_neg, tc)
99 ATF_TC_HEAD(tanh_zero_pos, tc)
101 atf_tc_set_md_var(tc, "descr", "Test tanh(+0.0) == +0.0");
104 ATF_TC_BODY(tanh_zero_pos, tc)
118 ATF_TC_HEAD(tanhf_nan, tc)
120 atf_tc_set_md_var(tc, "descr", "Test tanhf(NaN) == NaN");
123 ATF_TC_BODY(tanhf_nan, tc)
132 ATF_TC_HEAD(tanhf_inf_neg, tc)
134 atf_tc_set_md_var(tc, "descr", "Test tanhf(-Inf) == -1.0");
137 ATF_TC_BODY(tanhf_inf_neg, tc)
145 ATF_TC_HEAD(tanhf_inf_pos, tc)
147 atf_tc_set_md_var(tc, "descr", "Test tanhf(+Inf) == +1.0");
150 ATF_TC_BODY(tanhf_inf_pos, tc)
158 ATF_TC_HEAD(tanhf_zero_neg, tc)
160 atf_tc_set_md_var(tc, "descr", "Test tanhf(-0.0) == -0.0");
163 ATF_TC_BODY(tanhf_zero_neg, tc)
176 ATF_TC_HEAD(tanhf_zero_pos, tc)
178 atf_tc_set_md_var(tc, "descr", "Test tanhf(+0.0) == +0.0");
181 ATF_TC_BODY(tanhf_zero_pos, tc)