HomeSort by: relevance | last modified time | path
    Searched defs:__tg_nexttoward (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Headers/
tgmath.h 1062 __tg_nexttoward(float __x, long double __y) {return nexttowardf(__x, __y);} function
1066 __tg_nexttoward(double __x, long double __y) {return nexttoward(__x, __y);} function
1070 __tg_nexttoward(long double __x, long double __y) {return nexttowardl(__x, __y);} function
1073 #define nexttoward(__x, __y) __tg_nexttoward(__tg_promote1((__x))(__x), (__y))

Completed in 15 milliseconds