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
330 bool TIntermUnary::promote(TInfoSink &) in promote() function in TIntermUnary370 bool TIntermBinary::promote(TInfoSink &infoSink) in promote() function in TIntermBinary
205 bool promote) { in CreateOrPromoteMatch()1024 bool promote = true; in PromoteOrCreateShorterSuggestion() local