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

  /external/clang/lib/Headers/
tgmath.h 1069 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);} function
1073 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);} function
1077 __tg_nexttoward(long double __x, long double __y) {return nexttowardl(__x, __y);} function
1080 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 1052 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);} function
1056 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);} function
1060 __tg_nexttoward(long double __x, long double __y) {return nexttowardl(__x, __y);} function
1063 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y))

Completed in 20 milliseconds