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

  /external/clang/lib/Headers/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/sdk/tools/darwin/renderscript/clang-include/
tgmath.h 758 __tg_fmax(float __x, float __y) {return fmaxf(__x, __y);} function
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);} function
766 __tg_fmax(long double __x, long double __y) {return fmaxl(__x, __y);} function
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \

Completed in 52 milliseconds