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

  /external/clang/lib/Headers/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x))
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x))
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x))
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x))
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x))
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
264 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x))
293 #define sin(__x) __tg_sin(__tg_promote1((__x))(__x))
322 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 56 #define __tg_promote1(__x) (__typeof__(__tg_promote(__x))) macro
90 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x))
119 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x))
148 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x))
177 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x))
206 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x))
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x))
264 #define cos(__x) __tg_cos(__tg_promote1((__x))(__x))
293 #define sin(__x) __tg_sin(__tg_promote1((__x))(__x))
322 #define tan(__x) __tg_tan(__tg_promote1((__x))(__x)
    [all...]

Completed in 4678 milliseconds