OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__tg_promote3
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
59
#define
__tg_promote3
(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
macro
750
__tg_fma(
__tg_promote3
((__x), (__y), (__z))(__x), \
751
__tg_promote3
((__x), (__y), (__z))(__y), \
752
__tg_promote3
((__x), (__y), (__z))(__z))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
59
#define
__tg_promote3
(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
macro
750
__tg_fma(
__tg_promote3
((__x), (__y), (__z))(__x), \
751
__tg_promote3
((__x), (__y), (__z))(__y), \
752
__tg_promote3
((__x), (__y), (__z))(__z))
Completed in 28 milliseconds