Searched refs:LdExp (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1319 LibFunc::Func LdExp = LibFunc::ldexpl; variable
1321 LdExp = LibFunc::ldexpf;
1323 LdExp = LibFunc::ldexp;
1325 if (TLI->has(LdExp)) {
1342 M->getOrInsertFunction(TLI->getName(LdExp), Op->getType(),
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3263 class LdExp : public PrimitiveFunc<Signature<float, float, int> > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
5150 addScalarFactory<LdExp>(*funcs);

Completed in 1054 milliseconds