Home
last modified time | relevance | path

Searched refs:float_type (Results 1 – 25 of 30) sorted by relevance

12

/sysdeps/m68k/m680x0/fpu/
A Dmathimpl.h52 __m81_defun (float_type, func, (float_type __mathop_x), attrs) \
54 float_type __result; \
81 __m81_defun (float_type, m(__floor), (float_type __x), \
84 float_type __result; \
98 __m81_defun (float_type, m(__ceil), (float_type __x), \
101 float_type __result; \
149 float_type __result; \
182 __m81_defun (float_type, m(__nearbyint), (float_type __x),) \
184 float_type __result; \
211 (float_type __x, float_type *__sinx, float_type *__cosx)) \
[all …]
A De_fmod.c27 #ifndef float_type
28 # define float_type double macro
31 float_type
32 FUNC (float_type x, float_type y) in FUNC()
A De_acos.c27 #ifndef float_type
28 # define float_type double macro
31 float_type
32 FUNC (float_type x) in FUNC()
A Ds_log1p.c25 #ifndef float_type
26 #define float_type double macro
31 float_type
32 __CONCATX(__,FUNC) (float_type x) in __CONCATX()
A De_scalb.c26 #ifndef float_type
27 #define float_type double macro
34 float_type
35 s(__ieee754_scalb) (float_type x, float_type fn) in s()
37 float_type retval; in s()
A De_ilogb.c24 #ifndef float_type
25 #define float_type double macro
33 s(__ieee754_ilogb) (float_type x) in s()
35 float_type result; in s()
A De_atan2.c26 #ifndef float_type
27 #define float_type double macro
34 float_type
35 s(__ieee754_atan2) (float_type y, float_type x) in s()
37 float_type pi, pi_2, z; in s()
58 float_type pi_4; in s()
A Ds_isinf.c24 #ifndef float_type
25 #define float_type double macro
31 __CONCATX(__,FUNC) (float_type x) in __CONCATX()
A Ds_scalbn.c37 #ifndef float_type
38 #define float_type double macro
43 float_type
44 __CONCATX(__scalbn,suffix) (float_type x, int exp) in __CONCATX()
A De_pow.c26 #ifndef float_type
27 #define float_type double macro
34 float_type
35 s(__ieee754_pow) (float_type x, float_type y) in s()
37 float_type z; in s()
38 float_type ax; in s()
A De_atan2f.c2 #define float_type float macro
A De_atan2l.c2 #define float_type long double macro
A De_ilogbf.c2 #define float_type float macro
A De_powf.c2 #define float_type float macro
A De_powl.c2 #define float_type long double macro
A De_scalbf.c2 #define float_type float macro
A De_scalbl.c2 #define float_type long double macro
A Ds_scalbnf.c2 #define float_type float macro
A Ds_scalbnl.c2 #define float_type long double macro
A De_ilogbl.c2 #define float_type long double macro
A Ds_log1pf.c2 #define float_type float macro
A Ds_log1pl.c2 #define float_type long double macro
A Ds_isinff.c4 #define float_type float macro
A Ds_isinfl.c4 #define float_type long double macro
A De_acosf.c5 #define float_type float macro

Completed in 12 milliseconds

12