Searched defs:promote (Results 1 – 3 of 3) 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()
819 bool TIntermUnary::promote(TInfoSink&) in promote() function in TIntermUnary857 bool TIntermBinary::promote(TInfoSink& infoSink) in promote() function in TIntermBinary