HomeSort by relevance Sort by last modified time
    Searched refs:__pure2 (Results 51 - 54 of 54) sorted by null

1 23

  /bionic/libm/include/
math.h 165 * as __pure2. In C99, FENV_ACCESS affects the purity of these functions.
171 int __fpclassifyd(double) __pure2;
172 int __fpclassifyf(float) __pure2;
173 int __fpclassifyl(long double) __pure2;
174 int __isfinitef(float) __pure2;
175 int __isfinite(double) __pure2;
176 int __isfinitel(long double) __pure2;
177 int __isinff(float) __pure2;
178 int __isinfl(long double) __pure2;
179 int __isnanf(float) __pure2;
    [all...]
  /bionic/libc/include/
stdlib.h 80 extern int abs(int) __pure2;
81 extern long labs(long) __pure2;
82 extern long long llabs(long long) __pure2;
inttypes.h 253 intmax_t imaxabs(intmax_t) __pure2;
254 imaxdiv_t imaxdiv(intmax_t, intmax_t) __pure2;
  /bionic/libc/include/sys/
cdefs.h 180 #define __pure2 __attribute__((__const__)) /* Android-added: used by FreeBSD libm */ macro

Completed in 639 milliseconds

1 23