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

  /external/clang/lib/Headers/
tgmath.h 718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
  /prebuilt/sdk/11/renderscript/clang-include/
tgmath.h 718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
  /prebuilt/sdk/12/renderscript/clang-include/
tgmath.h 718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
  /prebuilt/sdk/13/renderscript/clang-include/
tgmath.h 718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
  /prebuilt/sdk/14/renderscript/clang-include/
tgmath.h 718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))
  /prebuilt/sdk/15/renderscript/clang-include/
tgmath.h 718 __tg_floor(float __x) {return floorf(__x);} function
722 __tg_floor(double __x) {return floor(__x);} function
726 __tg_floor(long double __x) {return floorl(__x);} function
729 #define floor(__x) __tg_floor(__tg_promote1((__x))(__x))

Completed in 223 milliseconds