Lines Matching refs:__attribute_const__
144 int ilogb(double __x) __attribute_const__;
145 int ilogbf(float __x) __attribute_const__;
146 int ilogbl(long double __x) __RENAME_LDBL(ilogb, 3, 3) __attribute_const__;
189 double fabs(double __x) __attribute_const__;
190 float fabsf(float __x) __attribute_const__;
191 long double fabsl(long double __x) __RENAME_LDBL(fabs, 3, 3) __attribute_const__;
273 double copysign(double __value, double __sign) __attribute_const__;
274 float copysignf(float __value, float __sign) __attribute_const__;
275 …pysignl(long double __value, long double __sign) __RENAME_LDBL(copysign, 3, 3) __attribute_const__;
277 double nan(const char* __kind) __attribute_const__;
278 float nanf(const char* __kind) __attribute_const__;
279 long double nanl(const char* __kind) __RENAME_LDBL(nan, 13, 13) __attribute_const__;
293 double fmax(double __x, double __y) __attribute_const__;
294 float fmaxf(float __x, float __y) __attribute_const__;
295 long double fmaxl(long double __x, long double __y) __RENAME_LDBL(fmax, 3, 3) __attribute_const__;
297 double fmin(double __x, double __y) __attribute_const__;
298 float fminf(float __x, float __y) __attribute_const__;
299 long double fminl(long double __x, long double __y) __RENAME_LDBL(fmin, 3, 3) __attribute_const__;
323 int (isinf)(double __x) __attribute_const__ __INTRODUCED_IN(21);
324 int (isnan)(double __x) __attribute_const__;
365 int finite(double __x) __attribute_const__;
366 int isnanf(float __x) __attribute_const__;
373 int finitef(float __x) __attribute_const__;