Searched refs:gamma (Results 1 - 25 of 90) sorted by relevance

1234

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dlassign.test24 lassign "a b {c d} e" alpha beta gamma delta epsilon
25 list $alpha $beta $gamma $delta $epsilon
29 set remain [lassign "a b {c d} e gg hhh ii" alpha beta gamma delta]
30 list $alpha $beta $gamma $delta $remain
38 lassign "a b {c d} e" array(alpha) array(beta) array(gamma) array(delta) array(epsilon)
39 list $array(alpha) $array(beta) $array(gamma) $array(delta) $array(epsilon)
42 catch {unset alpha beta gamma delta epsilon}
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebDeviceOrientation.h33 - (id)initWithCanProvideAlpha:(bool)canProvideAlpha alpha:(double)alpha canProvideBeta:(bool)canProvideBeta beta:(double)beta canProvideGamma:(bool)canProvideGamma gamma:(double)gamma;
H A DWebDeviceOrientation.mm63 - (id)initWithCanProvideAlpha:(bool)canProvideAlpha alpha:(double)alpha canProvideBeta:(bool)canProvideBeta beta:(double)beta canProvideGamma:(bool)canProvideGamma gamma:(double)gamma
71 m_internal = [[WebDeviceOrientationInternal alloc] initWithCoreDeviceOrientation:DeviceOrientationData::create(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma, false, 0, false, 0)];
73 m_internal = [[WebDeviceOrientationInternal alloc] initWithCoreDeviceOrientation:DeviceOrientationData::create(canProvideAlpha, alpha, canProvideBeta, beta, canProvideGamma, gamma)];
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-profile.cxx44 gamma = g;
/macosx-10.10.1/groff-38/groff/font/devps/generate/
H A Dlgreekmap10 gamma *g
H A Dsymbolchars44 gamma *g
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i56 double gamma(double);
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_math.rb212 check(4 * sqrt_pi / 3, Math.gamma(-1.5))
213 check(-2 * sqrt_pi, Math.gamma(-0.5))
214 check(sqrt_pi, Math.gamma(0.5))
215 check(1, Math.gamma(1))
216 check(sqrt_pi / 2, Math.gamma(1.5))
217 check(1, Math.gamma(2))
218 check(3 * sqrt_pi / 4, Math.gamma(2.5))
219 check(2, Math.gamma(3))
220 check(15 * sqrt_pi / 8, Math.gamma(3.5))
221 check(6, Math.gamma(
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dexponential.tcl7 variable gamma 0.57721566490153286
62 variable gamma
110 return [expr { $sum + $gamma + log($x) }]
113 return [expr { log($x) + $gamma }]
131 variable gamma
176 set a [expr { -log($x) - $gamma }]
270 variable gamma
281 return [expr {$gamma+log($x)+$integral}]
322 variable gamma
335 return [expr {$gamma
[all...]
H A Dcalculus.tcl1040 # gammaover1mgamma - gamma / (1 - gamma), where gamma is the power
1041 # oneover1mgamma - 1 / (1 - gamma), where gamma is the power
1043 # u - Changed variable u == (x-a)**(1-gamma)
1046 # Returns u**(1/1-gamma) * f(a + u**(1/1-gamma) ).
1068 # romberg_powerLawLower gamma f a b ?-option value...?
1071 # gamma
[all...]
H A Dpdf_stat.tcl25 pdf-gamma pdf-poisson pdf-chisquare pdf-students-t pdf-beta \
26 cdf-gamma cdf-poisson cdf-chisquare cdf-beta \
27 random-gamma random-poisson random-chisquare random-students-t random-beta \
748 # Calculate normalized incomplete gamma function
843 # pdf-gamma --
844 # Return the probabilities belonging to a gamma distribution
857 # This uses the following parameterization for the gamma:
862 proc ::math::statistics::pdf-gamma { alpha beta x } {
917 return [pdf-gamma [expr {0.5*$df}] 0.5 $x]
1118 # cdf-gamma
[all...]
H A Dconstants.tcl29 gamma 0.57721566490153286061 "Euler's constant"
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_color.c129 double gamma; local
136 gamma = 1.0 / cielab->display.d_gammaR ;
141 * ((float)pow((double)i / cielab->range, gamma));
145 gamma = 1.0 / cielab->display.d_gammaG ;
150 * ((float)pow((double)i / cielab->range, gamma));
154 gamma = 1.0 / cielab->display.d_gammaB ;
159 * ((float)pow((double)i / cielab->range, gamma));
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dgamma.c39 static char sccsid[] = "@(#)gamma.c 8.1 (Berkeley) 6/4/93";
49 #define gamma ______gamma macro
55 #undef gamma macro
146 extern double gamma(x) function
232 /* Return r*gamma(y). */
336 y = gamma(y);
338 y = -x*gamma(-x);
H A Dlgamma.c49 #define gamma ______gamma macro
56 #undef gamma macro
59 /* Log gamma function.
68 * Use gamma(x+1) = x*gamma(x) for argument reduction.
280 extern double gamma();
290 y = gamma(x);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c29 * -gamma <float> -min <float> -max <float>"
35 * -gamma <float>: Specify a gamma correction to be applied when mapping
198 Float gamma; member in struct:__anon12978
214 /* Given a pixel value in Float format, "fin", and a gamma-correction
215 lookup table, "ftab", macro "gcorrectFloat" returns the gamma-corrected pixel
228 static Boln gtableFloat (Float gamma, Float table[]) argument
232 if (gamma < MINGAMMA || gamma > MAXGAMMA) {
233 printf ("Invalid gamma valu
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/ppm/
H A Dppm.c38 * Read image: "ppm -verbose <bool> -gamma <float>
44 * -gamma <float>: Specify a gamma correction to be applied when mapping
130 Float gamma; member in struct:__anon12989
158 /* Given a pixel value in Float format, "valIn", and a gamma-correction
159 * lookup table, "tab", macro "gcorrectFloat" returns the gamma-corrected
173 static Boln gtableFloat (Float gamma, Float table[]) argument
177 if (gamma < MINGAMMA || gamma > MAXGAMMA) {
178 printf ("Invalid gamma valu
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypesPrivate.h252 // boot compress gamma types
284 IOFBCompressedGamma gamma; member in struct:IOFBBootGamma
288 #define kIOFBBootGammaKey "boot-gamma"
289 #define kIOFBBootGammaRestoredKey "boot-gamma-restored"
/macosx-10.10.1/IOGraphics-485/tools/
H A Dbootgamma.c26 channelGamma = &bootGamma->gamma.red;
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl69 {double gamma(double)}
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp509 SInt32 fade, gamma, point; local
538 gamma = 65536 - ((point * 65536) / fFadeStateEnd);
539 DEBGFADE("AppleBacklight: gamma: %d\n", gamma);
540 doIntegerSet(displayParams, gIODisplayGammaScaleKey, gamma);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/png/
H A Dpng.c359 double gamma; local
360 if (!png_get_gAMA(png_ptr, info_ptr, &gamma)) {
361 gamma = 0.45455;
363 png_set_gamma(png_ptr, 1.0, gamma);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c71 * - the gamma value for the image.
76 * colormap, palette and gamma values match. A hash table is used to locate
83 double gamma; /* Gamma exponent value for images. */ member in struct:__anon13223
89 * For a particular (display, colormap, palette, gamma) combination, a data
157 double gamma; /* Display gamma value to correct for. */ member in struct:PhotoMaster
209 double gamma; /* Gamma value for these instances. */ member in struct:PhotoInstance
363 {TK_CONFIG_DOUBLE, "-gamma", NULL, NULL,
364 DEF_PHOTO_GAMMA, Tk_Offset(PhotoMaster, gamma), 0},
375 * Hash table used to hash from (display, colormap, palette, gamma) t
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c74 * - the gamma value for the image.
79 * possible, that is, if the display, colormap, palette and gamma
87 double gamma; /* Gamma exponent value for images. */ member in struct:__anon13566
93 * For a particular (display, colormap, palette, gamma) combination,
161 double gamma; /* Display gamma value to correct for. */ member in struct:PhotoMaster
213 double gamma; /* Gamma value for these instances. */ member in struct:PhotoInstance
363 {TK_CONFIG_DOUBLE, "-gamma", (char *) NULL, (char *) NULL,
364 DEF_PHOTO_GAMMA, Tk_Offset(PhotoMaster, gamma), 0},
376 * Hash table used to hash from (display, colormap, palette, gamma)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/raw/
H A Draw.c47 * Read RAW image: "raw -useheader true -verbose <bool> -gamma <float>
55 * -width <int> -height <int> -gamma <float>
85 * -gamma <float>: Specify a gamma correction to be applied when mapping
194 Float gamma; member in struct:__anon12993
214 /* Given a pixel value in Float format, "valIn", and a gamma-correction
215 * lookup table, "tab", macro "gcorrectFloat" returns the gamma-corrected
229 static Boln gtableFloat (Float gamma, Float table[]) argument
233 if (gamma < MINGAMMA || gamma > MAXGAMM
[all...]

Completed in 167 milliseconds

1234