Home
last modified time | relevance | path

Searched refs:TTest (Results 1 – 4 of 4) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DTestUtils.java38 private static TTest tTest = new TTestImpl();
67 public static void setChiSquareTest(TTest chiSquareTest) { in setChiSquareTest()
78 public static TTest getTTest() { in getTTest()
DTTest.java47 public interface TTest { interface
DTTestImpl.java36 public class TTestImpl implements TTest {
/external/skia/src/gpu/
DGrUserStencilSettings.h45 template<typename TTest, typename TOp> struct GrTStencilFaceSettings {
47 TTest fTest; // Stencil test function, where fRef is on the left side.