HomeSort by: relevance | last modified time | path
    Searched refs:erfcf (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libm/
t_erf.c 231 * erfcf(3)
236 atf_tc_set_md_var(tc, "descr", "Test erfcf(NaN) == NaN");
243 ATF_CHECK(isnan(erfcf(x)) != 0);
249 atf_tc_set_md_var(tc, "descr", "Test erfcf(-Inf) == 2.0");
256 if (erfcf(x) != 2.0)
257 atf_tc_fail_nonfatal("erfcf(-Inf) != 2.0");
263 atf_tc_set_md_var(tc, "descr", "Test erfcf(+Inf) == +0.0");
269 float y = erfcf(x);
272 atf_tc_fail_nonfatal("erfcf(+Inf) != +0.0");
  /src/lib/libm/noieee_src/
n_erf.c 407 erfcf(float x) function in typeref:typename:float
  /src/lib/libm/src/
s_erff.c 153 erfcf(float x) function in typeref:typename:float
  /src/include/
math.h 405 float erfcf(float);
  /src/lib/libm/
Makefile 490 erf.3 erfcf.3 \

Completed in 15 milliseconds