HomeSort by relevance Sort by last modified time
    Searched refs:fmax (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
FontRenderer.cpp 655 mBounds->right = fmax(mBounds->right, x3);
656 mBounds->bottom = fmax(mBounds->bottom, y1);
  /external/srec/srec/cfront/
frontobj.c 352 int fmax, i, j, high_cut, bandwidth; local
407 fmax = bandwidth;
409 /* finc= fmax/freqobj->ns; */
  /frameworks/compile/libbcc/lib/ScriptCRT/
rs_cl.c 412 extern float __attribute__((overloadable)) fmax(float, float);
413 FN_FUNC_FN_FN(fmax); variable
414 FN_FUNC_FN_F(fmax); variable
    [all...]

Completed in 175 milliseconds

1 23