HomeSort by relevance Sort by last modified time
    Searched defs:__NDK_FPABI__ (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
complex.h 51 double cabs(double complex) __NDK_FPABI__;
52 float cabsf(float complex) __NDK_FPABI__;
53 long double cabsl(long double complex) __NDK_FPABI__;
54 double carg(double complex) __NDK_FPABI__;
55 float cargf(float complex) __NDK_FPABI__;
56 long double cargl(long double complex) __NDK_FPABI__;
57 double complex ccos(double complex) __NDK_FPABI__;
58 float complex ccosf(float complex) __NDK_FPABI__;
59 double complex ccosh(double complex) __NDK_FPABI__;
60 float complex ccoshf(float complex) __NDK_FPABI__;
    [all...]
stdlib.h 72 extern double atof(const char*) __NDK_FPABI__;
74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
104 extern double erand48(unsigned short xsubi[3]) __NDK_FPABI__;
105 extern double drand48(void) __NDK_FPABI__;
time.h 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
complex.h 51 double cabs(double complex) __NDK_FPABI__;
52 float cabsf(float complex) __NDK_FPABI__;
53 long double cabsl(long double complex) __NDK_FPABI__;
54 double carg(double complex) __NDK_FPABI__;
55 float cargf(float complex) __NDK_FPABI__;
56 long double cargl(long double complex) __NDK_FPABI__;
57 double complex ccos(double complex) __NDK_FPABI__;
58 float complex ccosf(float complex) __NDK_FPABI__;
59 double complex ccosh(double complex) __NDK_FPABI__;
60 float complex ccoshf(float complex) __NDK_FPABI__;
    [all...]
stdlib.h 72 extern double atof(const char*) __NDK_FPABI__;
74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
104 extern double erand48(unsigned short xsubi[3]) __NDK_FPABI__;
105 extern double drand48(void) __NDK_FPABI__;
time.h 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
complex.h 51 double cabs(double complex) __NDK_FPABI__;
52 float cabsf(float complex) __NDK_FPABI__;
53 long double cabsl(long double complex) __NDK_FPABI__;
54 double carg(double complex) __NDK_FPABI__;
55 float cargf(float complex) __NDK_FPABI__;
56 long double cargl(long double complex) __NDK_FPABI__;
57 double complex ccos(double complex) __NDK_FPABI__;
58 float complex ccosf(float complex) __NDK_FPABI__;
59 double complex ccosh(double complex) __NDK_FPABI__;
60 float complex ccoshf(float complex) __NDK_FPABI__;
    [all...]
stdlib.h 72 extern double atof(const char*) __NDK_FPABI__;
74 extern double strtod(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
75 extern float strtof(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
76 extern long double strtold(const char*, char**) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
78 extern long double strtold_l(const char *, char **, locale_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
104 extern double erand48(unsigned short xsubi[3]) __NDK_FPABI__;
105 extern double drand48(void) __NDK_FPABI__;
time.h 68 extern double difftime(time_t, time_t) __LIBC_ABI_PUBLIC__ __NDK_FPABI__;
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 533 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
537 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
549 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
551 #define __NDK_FPABI__
555 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/sys/
cdefs.h 502 /* __NDK_FPABI__ or __NDK_FPABI_MATH__ are applied to APIs taking or returning float or
506 __NDK_FPABI_MATH__ is applied to APIs in math.h. It normally equals to __NDK_FPABI__,
518 #define __NDK_FPABI__ __attribute__((pcs("aapcs")))
520 #define __NDK_FPABI__
524 #define __NDK_FPABI_MATH__ __NDK_FPABI__

Completed in 1187 milliseconds

1 2 3 4