Searched defs:__pure2 (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/nocrt/
H A Dmath.h59 #define __pure2 macro
206 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions.
212 int RT_NOCRT(__fpclassifyd)(double) __pure2;
213 int RT_NOCRT(__fpclassifyf)(float) __pure2;
214 int RT_NOCRT(__fpclassifyl)(long double) __pure2;
215 int RT_NOCRT(__isfinitef)(float) __pure2;
216 int RT_NOCRT(__isfinite)(double) __pure2;
217 int RT_NOCRT(__isfinitel)(long double) __pure2;
218 int RT_NOCRT(__isinff)(float) __pure2;
219 int RT_NOCRT(__isinfl)(long double) __pure2;
[all...]

Completed in 46 milliseconds