Searched refs:erfc (Results 1 – 25 of 111) sorted by relevance
12345
/glibc-2.36/math/ |
D | auto-libm-test-out-erfc | 1 erfc 0.0 2 = erfc downward binary32 0x0p+0 : 0x1p+0 : inexact-ok 3 = erfc tonearest binary32 0x0p+0 : 0x1p+0 : inexact-ok 4 = erfc towardzero binary32 0x0p+0 : 0x1p+0 : inexact-ok 5 = erfc upward binary32 0x0p+0 : 0x1p+0 : inexact-ok 6 = erfc downward binary64 0x0p+0 : 0x1p+0 : inexact-ok 7 = erfc tonearest binary64 0x0p+0 : 0x1p+0 : inexact-ok 8 = erfc towardzero binary64 0x0p+0 : 0x1p+0 : inexact-ok 9 = erfc upward binary64 0x0p+0 : 0x1p+0 : inexact-ok 10 = erfc downward intel96 0x0p+0 : 0x1p+0 : inexact-ok [all …]
|
D | libm-test-erfc.inc | 1 /* Test erfc. 23 TEST_f_f (erfc, plus_infty, 0.0, ERRNO_UNCHANGED), 24 TEST_f_f (erfc, minus_infty, 2.0, ERRNO_UNCHANGED), 25 TEST_f_f (erfc, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (erfc, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 28 AUTO_TESTS_f_f (erfc), 34 ALL_RM_TEST (erfc, 0, erfc_test_data, RUN_TEST_LOOP_f_f, END);
|
D | auto-libm-test-in | 4979 erfc 0.0 4980 erfc -0 4981 erfc 0x1p-55 4982 erfc -0x1p-55 4983 erfc 0.125 4984 erfc 0.75 4985 erfc 1 4986 erfc -1 4987 erfc 1.25 4988 erfc 2.0 [all …]
|
D | test-math-cxx11.cc | 66 (void) erfc; in do_test()
|
D | test-tgmath.c | 276 b = erfc (erfc (a)); in F() 390 a = erfc (y); in F() 821 (F(erfc)) (TYPE x) in TYPE() argument
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | test-double-libmvec-erfc.c | 2 #define LIBMVEC_FUNC erfc
|
D | svml_d_erfc2_core.S | 24 WRAPPER_IMPL_SSE2 erfc
|
D | test-double-vlen2-wrappers.c | 49 VECTOR_WRAPPER (WRAPPER_NAME (erfc), _ZGVbN2v_erfc)
|
D | test-double-vlen4-avx2-wrappers.c | 52 VECTOR_WRAPPER (WRAPPER_NAME (erfc), _ZGVdN4v_erfc)
|
D | test-double-vlen4-wrappers.c | 49 VECTOR_WRAPPER (WRAPPER_NAME (erfc), _ZGVcN4v_erfc)
|
D | test-double-vlen8-wrappers.c | 49 VECTOR_WRAPPER (WRAPPER_NAME (erfc), _ZGVeN8v_erfc)
|
D | Makeconfig | 36 erfc \ 66 erfc \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-erfc.c | 7 return erfc (x); in erfcl()
|
D | Makefile | 33 log1p logb exp2 sqrt cbrt fabs floor j0 j1 y0 y1 erf erfc \ 99 CFLAGS-nldbl-erfc.c = -fno-builtin-erfcl
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_erfc.S | 681 GLOBAL_LIBM_ENTRY(erfc) 1137 GLOBAL_LIBM_END(erfc) 1138 libm_alias_double_other (erfc, erfc)
|
D | libm_cpu_defs.h | 71 extern double erfc(double);
|
D | gen_import_file_list | 56 for f in asinh cbrt ceil erf erfc fabs floor \
|
D | s_erfcf.S | 920 libm_alias_float_other (erfc, erfc)
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 27 macro erfc
|
/glibc-2.36/sysdeps/x86/fpu/finclude/ |
D | math-vector-fortran.h | 69 !GCC$ builtin (erfc) attributes simd (notinbranch) if('x86_64') 124 !GCC$ builtin (erfc) attributes simd (notinbranch) if('x32')
|
/glibc-2.36/sysdeps/m68k/coldfire/fpu/ |
D | libm-test-ulps | 100 Function: "erfc":
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/ |
D | float128-ifunc.h | 152 #define DECL_ALIAS_s_erf(f) MAKE_IFUNCP_R (f,) MAKE_IFUNCP_R (erfc,)
|
/glibc-2.36/sysdeps/nios2/ |
D | libm-test-ulps | 183 Function: "erfc":
|
/glibc-2.36/sysdeps/microblaze/ |
D | libm-test-ulps | 178 Function: "erfc":
|
/glibc-2.36/sysdeps/arc/nofpu/ |
D | libm-test-ulps | 183 Function: "erfc":
|
12345