Home
last modified time | relevance | path

Searched refs:h (Results 1 – 8 of 8) sorted by relevance

/math/
A DMakefile25 headers := math.h bits/mathcalls.h \
26 fpu_control.h complex.h bits/cmathcalls.h fenv.h \
27 bits/fenv.h bits/mathdef.h tgmath.h \
28 bits/math-vector.h finclude/math-vector-fortran.h \
29 bits/libm-simd-decl-stubs.h bits/iscanonical.h \
30 bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \
31 bits/long-double.h bits/mathcalls-helper-functions.h \
32 bits/floatn.h bits/floatn-common.h bits/mathcalls-narrow.h
282 $(objpfx)libm-test-ulps.h: $(ulps-file) gen-libm-test.py
313 generated += libm-test-ulps.h $(libm-test-c-auto) $(libm-test-c-noauto) \
[all …]
A Ds_catanh_template.c69 FLOAT h = M_HYPOT (__real__ x / 2, __imag__ x / 2); in M_DECL_FUNC() local
70 __real__ res = __real__ x / h / h / 4; in M_DECL_FUNC()
A Ds_catan_template.c74 FLOAT h = M_HYPOT (__real__ x / 2, __imag__ x / 2); in M_DECL_FUNC() local
75 __imag__ res = __imag__ x / h / h / 4; in M_DECL_FUNC()
A Dlibm-test-compat_totalorder.inc19 #include <shlib-compat.h>
20 #include <first-versions.h>
A Dlibm-test-compat_totalordermag.inc19 #include <shlib-compat.h>
20 #include <first-versions.h>
A DREADME.libm-test8 is available with --help (for the test drivers) and -h for
32 processing are "libm-test-<func>.c" and a file "libm-test-ulps.h" with
A DVersions1 %include <float128-abi.h>
A Dmath.h30 # warning A macro called log was already defined when <math.h> was included.

Completed in 12 milliseconds