Lines Matching full:arithmetic
47 floating_point acos (arithmetic x);
51 floating_point asin (arithmetic x);
55 floating_point atan (arithmetic x);
59 floating_point atan2 (arithmetic y, arithmetic x);
63 floating_point ceil (arithmetic x);
67 floating_point cos (arithmetic x);
71 floating_point cosh (arithmetic x);
75 floating_point exp (arithmetic x);
79 floating_point fabs (arithmetic x);
83 floating_point floor (arithmetic x);
87 floating_point fmod (arithmetic x, arithmetic y);
91 floating_point frexp (arithmetic value, int* exp);
95 floating_point ldexp (arithmetic value, int exp);
99 floating_point log (arithmetic x);
103 floating_point log10 (arithmetic x);
111 floating_point pow (arithmetic x, arithmetic y);
115 floating_point sin (arithmetic x);
119 floating_point sinh (arithmetic x);
123 floating_point sqrt (arithmetic x);
127 floating_point tan (arithmetic x);
131 floating_point tanh (arithmetic x);
137 bool signbit(arithmetic x);
139 int fpclassify(arithmetic x);
141 bool isfinite(arithmetic x);
142 bool isinf(arithmetic x);
143 bool isnan(arithmetic x);
144 bool isnormal(arithmetic x);
146 bool isgreater(arithmetic x, arithmetic y);
147 bool isgreaterequal(arithmetic x, arithmetic y);
148 bool isless(arithmetic x, arithmetic y);
149 bool islessequal(arithmetic x, arithmetic y);
150 bool islessgreater(arithmetic x, arithmetic y);
151 bool isunordered(arithmetic x, arithmetic y);
153 floating_point acosh (arithmetic x);
157 floating_point asinh (arithmetic x);
161 floating_point atanh (arithmetic x);
165 floating_point cbrt (arithmetic x);
169 floating_point copysign (arithmetic x, arithmetic y);
173 floating_point erf (arithmetic x);
177 floating_point erfc (arithmetic x);
181 floating_point exp2 (arithmetic x);
185 floating_point expm1 (arithmetic x);
189 floating_point fdim (arithmetic x, arithmetic y);
193 floating_point fma (arithmetic x, arithmetic y, arithmetic z);
197 floating_point fmax (arithmetic x, arithmetic y);
201 floating_point fmin (arithmetic x, arithmetic y);
205 floating_point hypot (arithmetic x, arithmetic y);
209 int ilogb (arithmetic x);
213 floating_point lgamma (arithmetic x);
217 long long llrint (arithmetic x);
221 long long llround (arithmetic x);
225 floating_point log1p (arithmetic x);
229 floating_point log2 (arithmetic x);
233 floating_point logb (arithmetic x);
237 long lrint (arithmetic x);
241 long lround (arithmetic x);
249 floating_point nearbyint (arithmetic x);
253 floating_point nextafter (arithmetic x, arithmetic y);
257 floating_point nexttoward (arithmetic x, long double y);
261 floating_point remainder (arithmetic x, arithmetic y);
265 floating_point remquo (arithmetic x, arithmetic y, int* pquo);
269 floating_point rint (arithmetic x);
273 floating_point round (arithmetic x);
277 floating_point scalbln (arithmetic x, long ex);
281 floating_point scalbn (arithmetic x, int ex);
285 floating_point tgamma (arithmetic x);
289 floating_point trunc (arithmetic x);