Lines Matching refs:tc
60 ATF_TC_HEAD(cosh_inrange, tc)
62 atf_tc_set_md_var(tc, "descr", "cosh(x) for some values");
65 ATF_TC_BODY(cosh_inrange, tc)
82 ATF_TC_HEAD(cosh_nan, tc)
84 atf_tc_set_md_var(tc, "descr", "Test cosh(NaN) == NaN");
87 ATF_TC_BODY(cosh_nan, tc)
96 ATF_TC_HEAD(cosh_inf_neg, tc)
98 atf_tc_set_md_var(tc, "descr", "Test cosh(-Inf) == +Inf");
101 ATF_TC_BODY(cosh_inf_neg, tc)
111 ATF_TC_HEAD(cosh_inf_pos, tc)
113 atf_tc_set_md_var(tc, "descr", "Test cosh(+Inf) == +Inf");
116 ATF_TC_BODY(cosh_inf_pos, tc)
126 ATF_TC_HEAD(cosh_zero_neg, tc)
128 atf_tc_set_md_var(tc, "descr", "Test cosh(-0.0) == 1.0");
131 ATF_TC_BODY(cosh_zero_neg, tc)
140 ATF_TC_HEAD(cosh_zero_pos, tc)
142 atf_tc_set_md_var(tc, "descr", "Test cosh(+0.0) == 1.0");
145 ATF_TC_BODY(cosh_zero_pos, tc)
157 ATF_TC_HEAD(coshf_inrange, tc)
159 atf_tc_set_md_var(tc, "descr", "coshf(x) for some values");
162 ATF_TC_BODY(coshf_inrange, tc)
179 ATF_TC_HEAD(coshf_nan, tc)
181 atf_tc_set_md_var(tc, "descr", "Test coshf(NaN) == NaN");
184 ATF_TC_BODY(coshf_nan, tc)
193 ATF_TC_HEAD(coshf_inf_neg, tc)
195 atf_tc_set_md_var(tc, "descr", "Test coshf(-Inf) == +Inf");
198 ATF_TC_BODY(coshf_inf_neg, tc)
208 ATF_TC_HEAD(coshf_inf_pos, tc)
210 atf_tc_set_md_var(tc, "descr", "Test coshf(+Inf) == +Inf");
213 ATF_TC_BODY(coshf_inf_pos, tc)
223 ATF_TC_HEAD(coshf_zero_neg, tc)
225 atf_tc_set_md_var(tc, "descr", "Test coshf(-0.0) == 1.0");
228 ATF_TC_BODY(coshf_zero_neg, tc)
237 ATF_TC_HEAD(coshf_zero_pos, tc)
239 atf_tc_set_md_var(tc, "descr", "Test coshf(+0.0) == 1.0");
242 ATF_TC_BODY(coshf_zero_pos, tc)