Home | History | Annotate | Download | only in glshared

Lines Matching defs:Step

3205 static double step (double edge, double x)
3210 class Step : public PreciseFunc2 { public: Step (void) : PreciseFunc2("step", step) {} };
5152 addScalarFactory<Step>(*funcs);