HomeSort by relevance Sort by last modified time
    Searched refs:__tg_exp (Results 1 - 9 of 9) 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))
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/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))
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/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))
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/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))
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/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))
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/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))
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/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))
  /prebuilts/sdk/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))
  /prebuilts/sdk/tools/darwin/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 60 milliseconds