Searched defs:ExpFunc (Results 1 – 4 of 4) sorted by relevance
45 ExpFunc []*ExpFunc // accumulated ExpFunc from Files member71 ExpFunc []*ExpFunc // exported functions for this file member139 type ExpFunc struct { struct140 Func *ast.FuncDecl141 ExpName string // name to use from C142 Doc string
27 typedef T (*ExpFunc)(T); typedef
2253 class ExpFunc : public CFloatFunc1 class2256 ExpFunc(const string &name, DoubleFunc1 &func) : CFloatFunc1(name, func) in ExpFunc() function in deqp::gls::BuiltinPrecisionTests::Functions::ExpFunc
2945 class ExpFunc : public CFloatFunc1<T> class2948 ExpFunc(const string &name, DoubleFunc1 &func) : CFloatFunc1<T>(name, func) in ExpFunc() function in vkt::shaderexecutor::Functions::ExpFunc