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

  /external/clang/lib/Headers/
tgmath.h 700 __tg_fdim(float __x, float __y) {return fdimf(__x, __y);} function
704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);} function
708 __tg_fdim(long double __x, long double __y) {return fdiml(__x, __y);} function
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 700 __tg_fdim(float __x, float __y) {return fdimf(__x, __y);} function
704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);} function
708 __tg_fdim(long double __x, long double __y) {return fdiml(__x, __y);} function
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \

Completed in 250 milliseconds