Searched defs:promote (Results 1 – 4 of 4) sorted by relevance
24 complex<long double> promote(complex<T> x) { return complex<long double>(x.real(),x.imag()); } in promote() function26 complex<long double> promote(float x) { return complex<long double>( x); } in promote() function27 complex<long double> promote(double x) { return complex<long double>( x); } in promote() function28 complex<long double> promote(long double x) { return complex<long double>( x); } in promote() function
514 bool promote = true; in PromoteOrCreateShorterSuggestion() local548 bool promote) { in EnsureMatchPresent()
60 bool promote) { in CreateOrPromoteMatch()932 bool promote = true; in PromoteOrCreateShorterSuggestion() local
863 bool TIntermUnary::promote(TInfoSink&) in promote() function in TIntermUnary902 bool TIntermBinary::promote(TInfoSink& infoSink) in promote() function in TIntermBinary