Lines Matching full:arithmetic

46 floating_point acos (arithmetic x);
50 floating_point asin (arithmetic x);
54 floating_point atan (arithmetic x);
58 floating_point atan2 (arithmetic y, arithmetic x);
62 floating_point ceil (arithmetic x);
66 floating_point cos (arithmetic x);
70 floating_point cosh (arithmetic x);
74 floating_point exp (arithmetic x);
78 floating_point fabs (arithmetic x);
82 floating_point floor (arithmetic x);
86 floating_point fmod (arithmetic x, arithmetic y);
90 floating_point frexp (arithmetic value, int* exp);
94 floating_point ldexp (arithmetic value, int exp);
98 floating_point log (arithmetic x);
102 floating_point log10 (arithmetic x);
110 floating_point pow (arithmetic x, arithmetic y);
114 floating_point sin (arithmetic x);
118 floating_point sinh (arithmetic x);
122 floating_point sqrt (arithmetic x);
126 floating_point tan (arithmetic x);
130 floating_point tanh (arithmetic x);
136 bool signbit(arithmetic x);
138 int fpclassify(arithmetic x);
140 bool isfinite(arithmetic x);
141 bool isinf(arithmetic x);
142 bool isnan(arithmetic x);
143 bool isnormal(arithmetic x);
145 bool isgreater(arithmetic x, arithmetic y);
146 bool isgreaterequal(arithmetic x, arithmetic y);
147 bool isless(arithmetic x, arithmetic y);
148 bool islessequal(arithmetic x, arithmetic y);
149 bool islessgreater(arithmetic x, arithmetic y);
150 bool isunordered(arithmetic x, arithmetic y);
152 floating_point acosh (arithmetic x);
156 floating_point asinh (arithmetic x);
160 floating_point atanh (arithmetic x);
164 floating_point cbrt (arithmetic x);
168 floating_point copysign (arithmetic x, arithmetic y);
172 floating_point erf (arithmetic x);
176 floating_point erfc (arithmetic x);
180 floating_point exp2 (arithmetic x);
184 floating_point expm1 (arithmetic x);
188 floating_point fdim (arithmetic x, arithmetic y);
192 floating_point fma (arithmetic x, arithmetic y, arithmetic z);
196 floating_point fmax (arithmetic x, arithmetic y);
200 floating_point fmin (arithmetic x, arithmetic y);
204 floating_point hypot (arithmetic x, arithmetic y);
208 int ilogb (arithmetic x);
212 floating_point lgamma (arithmetic x);
216 long long llrint (arithmetic x);
220 long long llround (arithmetic x);
224 floating_point log1p (arithmetic x);
228 floating_point log2 (arithmetic x);
232 floating_point logb (arithmetic x);
236 long lrint (arithmetic x);
240 long lround (arithmetic x);
248 floating_point nearbyint (arithmetic x);
252 floating_point nextafter (arithmetic x, arithmetic y);
256 floating_point nexttoward (arithmetic x, long double y);
260 floating_point remainder (arithmetic x, arithmetic y);
264 floating_point remquo (arithmetic x, arithmetic y, int* pquo);
268 floating_point rint (arithmetic x);
272 floating_point round (arithmetic x);
276 floating_point scalbln (arithmetic x, long ex);
280 floating_point scalbn (arithmetic x, int ex);
284 floating_point tgamma (arithmetic x);
288 floating_point trunc (arithmetic x);