Searched defs:promote (Results 1 – 3 of 3) sorted by relevance
21 complex<long double> promote(complex<T> x) { return complex<long double>(x.real(),x.imag()); } in promote() function23 complex<long double> promote(float x) { return complex<long double>( x); } in promote() function24 complex<long double> promote(double x) { return complex<long double>( x); } in promote() function25 complex<long double> promote(long double x) { return complex<long double>( x); } in promote() function
204 bool promote) { in CreateOrPromoteMatch()982 bool promote = true; in PromoteOrCreateShorterSuggestion() local
965 bool TIntermUnary::promote(TInfoSink&) in promote() function in TIntermUnary1034 bool TIntermBinary::promote(TInfoSink& infoSink) in promote() function in TIntermBinary