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

  /external/clang/lib/Headers/
tgmath.h 776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} function
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} function
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} function
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} function
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} function
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} function
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} function
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} function
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} function
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} function
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} function
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} function
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} function
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} function
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} function
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \
  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 776 __tg_fmin(float __x, float __y) {return fminf(__x, __y);} function
780 __tg_fmin(double __x, double __y) {return fmin(__x, __y);} function
784 __tg_fmin(long double __x, long double __y) {return fminl(__x, __y);} function
787 #define fmin(__x, __y) __tg_fmin(__tg_promote2((__x), (__y))(__x), \

Completed in 32 milliseconds