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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2025 Exp2Opt Exp2; member in class:llvm::LibCallSimplifierImpl
2030 : Cos(UnsafeFPShrink), Pow(UnsafeFPShrink), Exp2(UnsafeFPShrink) {
2117 return &Exp2;
2186 return &Exp2;
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2063 class Exp2 : public ExpFunc { public: Exp2 (void) : ExpFunc("exp2", deExp2) {} }; function in class:deqp::gls::BuiltinPrecisionTests::Functions::Exp2
2066 ExprP<float> exp2 (const ExprP<float>& x) { return app<Exp2>(x); }
3274 Interval ret = call<Exp2>(ctx, iargs.b);
5104 addScalarFactory<Exp2>(*funcs);

Completed in 399 milliseconds