Home
last modified time | relevance | path

Searched refs:template_muladd (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
Dfp-contract-pragma.cpp27 T template_muladd(T a, T b, T c) { in template_muladd() function
35 return template_muladd<float>(a, b, c); in fp_contract_3()