• Home
  • Raw
  • Download

Lines Matching refs:floating_point

47 floating_point abs(floating_point x);
49 floating_point acos (arithmetic x);
53 floating_point asin (arithmetic x);
57 floating_point atan (arithmetic x);
61 floating_point atan2 (arithmetic y, arithmetic x);
65 floating_point ceil (arithmetic x);
69 floating_point cos (arithmetic x);
73 floating_point cosh (arithmetic x);
77 floating_point exp (arithmetic x);
81 floating_point fabs (arithmetic x);
85 floating_point floor (arithmetic x);
89 floating_point fmod (arithmetic x, arithmetic y);
93 floating_point frexp (arithmetic value, int* exp);
97 floating_point ldexp (arithmetic value, int exp);
101 floating_point log (arithmetic x);
105 floating_point log10 (arithmetic x);
109 floating_point modf (floating_point value, floating_point* iptr);
113 floating_point pow (arithmetic x, arithmetic y);
117 floating_point sin (arithmetic x);
121 floating_point sinh (arithmetic x);
125 floating_point sqrt (arithmetic x);
129 floating_point tan (arithmetic x);
133 floating_point tanh (arithmetic x);
155 floating_point acosh (arithmetic x);
159 floating_point asinh (arithmetic x);
163 floating_point atanh (arithmetic x);
167 floating_point cbrt (arithmetic x);
171 floating_point copysign (arithmetic x, arithmetic y);
175 floating_point erf (arithmetic x);
179 floating_point erfc (arithmetic x);
183 floating_point exp2 (arithmetic x);
187 floating_point expm1 (arithmetic x);
191 floating_point fdim (arithmetic x, arithmetic y);
195 floating_point fma (arithmetic x, arithmetic y, arithmetic z);
199 floating_point fmax (arithmetic x, arithmetic y);
203 floating_point fmin (arithmetic x, arithmetic y);
207 floating_point hypot (arithmetic x, arithmetic y);
219 floating_point lgamma (arithmetic x);
231 floating_point log1p (arithmetic x);
235 floating_point log2 (arithmetic x);
239 floating_point logb (arithmetic x);
255 floating_point nearbyint (arithmetic x);
259 floating_point nextafter (arithmetic x, arithmetic y);
263 floating_point nexttoward (arithmetic x, long double y);
267 floating_point remainder (arithmetic x, arithmetic y);
271 floating_point remquo (arithmetic x, arithmetic y, int* pquo);
275 floating_point rint (arithmetic x);
279 floating_point round (arithmetic x);
283 floating_point scalbln (arithmetic x, long ex);
287 floating_point scalbn (arithmetic x, int ex);
291 floating_point tgamma (arithmetic x);
295 floating_point trunc (arithmetic x);