Lines Matching refs:floating_point
48 floating_point abs(floating_point x);
50 floating_point acos (arithmetic x);
54 floating_point asin (arithmetic x);
58 floating_point atan (arithmetic x);
62 floating_point atan2 (arithmetic y, arithmetic x);
66 floating_point ceil (arithmetic x);
70 floating_point cos (arithmetic x);
74 floating_point cosh (arithmetic x);
78 floating_point exp (arithmetic x);
82 floating_point fabs (arithmetic x);
86 floating_point floor (arithmetic x);
90 floating_point fmod (arithmetic x, arithmetic y);
94 floating_point frexp (arithmetic value, int* exp);
98 floating_point ldexp (arithmetic value, int exp);
102 floating_point log (arithmetic x);
106 floating_point log10 (arithmetic x);
110 floating_point modf (floating_point value, floating_point* iptr);
114 floating_point pow (arithmetic x, arithmetic y);
118 floating_point sin (arithmetic x);
122 floating_point sinh (arithmetic x);
126 floating_point sqrt (arithmetic x);
130 floating_point tan (arithmetic x);
134 floating_point tanh (arithmetic x);
156 floating_point acosh (arithmetic x);
160 floating_point asinh (arithmetic x);
164 floating_point atanh (arithmetic x);
168 floating_point cbrt (arithmetic x);
172 floating_point copysign (arithmetic x, arithmetic y);
176 floating_point erf (arithmetic x);
180 floating_point erfc (arithmetic x);
184 floating_point exp2 (arithmetic x);
188 floating_point expm1 (arithmetic x);
192 floating_point fdim (arithmetic x, arithmetic y);
196 floating_point fma (arithmetic x, arithmetic y, arithmetic z);
200 floating_point fmax (arithmetic x, arithmetic y);
204 floating_point fmin (arithmetic x, arithmetic y);
208 floating_point hypot (arithmetic x, arithmetic y);
220 floating_point lgamma (arithmetic x);
232 floating_point log1p (arithmetic x);
236 floating_point log2 (arithmetic x);
240 floating_point logb (arithmetic x);
256 floating_point nearbyint (arithmetic x);
260 floating_point nextafter (arithmetic x, arithmetic y);
264 floating_point nexttoward (arithmetic x, long double y);
268 floating_point remainder (arithmetic x, arithmetic y);
272 floating_point remquo (arithmetic x, arithmetic y, int* pquo);
276 floating_point rint (arithmetic x);
280 floating_point round (arithmetic x);
284 floating_point scalbln (arithmetic x, long ex);
288 floating_point scalbn (arithmetic x, int ex);
292 floating_point tgamma (arithmetic x);
296 floating_point trunc (arithmetic x);