Home
last modified time | relevance | path

Searched refs:darkThreshold (Results 1 – 10 of 10) sorted by relevance

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/interpolation/
H A DInterpolatingMicrosphere.java47 private final double darkThreshold; field in InterpolatingMicrosphere
75 double darkThreshold, in InterpolatingMicrosphere() argument
87 if (darkThreshold < 0) { in InterpolatingMicrosphere()
88 throw new NotPositiveException(darkThreshold); in InterpolatingMicrosphere()
94 this.darkThreshold = darkThreshold; in InterpolatingMicrosphere()
125 double darkThreshold, in InterpolatingMicrosphere() argument
128 this(dimension, size, maxDarkFraction, darkThreshold, background); in InterpolatingMicrosphere()
146 darkThreshold = other.darkThreshold; in InterpolatingMicrosphere()
309 if (illumination > darkThreshold && in illuminate()
H A DInterpolatingMicrosphere2D.java55 double darkThreshold, in InterpolatingMicrosphere2D() argument
57 super(DIMENSION, size, maxDarkFraction, darkThreshold, background); in InterpolatingMicrosphere2D()
H A DMicrosphereProjectionInterpolator.java75 double darkThreshold, in MicrosphereProjectionInterpolator() argument
83 darkThreshold, in MicrosphereProjectionInterpolator()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/java/org/apache/commons/math3/analysis/interpolation/
H A DMicrosphereProjectionInterpolatorTest.java46 final double darkThreshold = 1e-2; in testLinearFunction2D() local
56 darkThreshold, in testLinearFunction2D()
66 darkThreshold, in testLinearFunction2D()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DScreenP.h66 int darkThreshold; member
H A DColor.c159 default_dark_threshold_spec = xmScreen->screen.darkThreshold; in GetDefaultThresholdsForScreen()
H A DScreen.c93 sizeof(int), Offset(screen.darkThreshold),
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DScreenP.h70 int darkThreshold; member
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DScreen.c81 sizeof(int), Offset(darkThreshold),
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h2077 (((XmScreen)w)->screen.darkThreshold)