HomeSort by relevance Sort by last modified time
    Searched refs:__tg_exp (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Headers/
tgmath.h 415 __tg_exp(float __x) {return expf(__x);} function
419 __tg_exp(double __x) {return exp(__x);} function
423 __tg_exp(long double __x) {return expl(__x);} function
427 __tg_exp(float _Complex __x) {return cexpf(__x);} function
431 __tg_exp(double _Complex __x) {return cexp(__x);} function
435 __tg_exp(long double _Complex __x) {return cexpl(__x);} function
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x))
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 415 __tg_exp(float __x) {return expf(__x);} function
419 __tg_exp(double __x) {return exp(__x);} function
423 __tg_exp(long double __x) {return expl(__x);} function
427 __tg_exp(float _Complex __x) {return cexpf(__x);} function
431 __tg_exp(double _Complex __x) {return cexp(__x);} function
435 __tg_exp(long double _Complex __x) {return cexpl(__x);} function
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x))
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 415 __tg_exp(float __x) {return expf(__x);} function
419 __tg_exp(double __x) {return exp(__x);} function
423 __tg_exp(long double __x) {return expl(__x);} function
427 __tg_exp(float _Complex __x) {return cexpf(__x);} function
431 __tg_exp(double _Complex __x) {return cexp(__x);} function
435 __tg_exp(long double _Complex __x) {return cexpl(__x);} function
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x))
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 415 __tg_exp(float __x) {return expf(__x);} function
419 __tg_exp(double __x) {return exp(__x);} function
423 __tg_exp(long double __x) {return expl(__x);} function
427 __tg_exp(float _Complex __x) {return cexpf(__x);} function
431 __tg_exp(double _Complex __x) {return cexp(__x);} function
435 __tg_exp(long double _Complex __x) {return cexpl(__x);} function
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x))
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 415 __tg_exp(float __x) {return expf(__x);} function
419 __tg_exp(double __x) {return exp(__x);} function
423 __tg_exp(long double __x) {return expl(__x);} function
427 __tg_exp(float _Complex __x) {return cexpf(__x);} function
431 __tg_exp(double _Complex __x) {return cexp(__x);} function
435 __tg_exp(long double _Complex __x) {return cexpl(__x);} function
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x))
  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 415 __tg_exp(float __x) {return expf(__x);} function
419 __tg_exp(double __x) {return exp(__x);} function
423 __tg_exp(long double __x) {return expl(__x);} function
427 __tg_exp(float _Complex __x) {return cexpf(__x);} function
431 __tg_exp(double _Complex __x) {return cexp(__x);} function
435 __tg_exp(long double _Complex __x) {return cexpl(__x);} function
438 #define exp(__x) __tg_exp(__tg_promote1((__x))(__x))

Completed in 558 milliseconds