Searched refs:optscale (Results 1 – 8 of 8) sorted by relevance
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/pkfix-helper/ |
H A D | pkfix-helper | 191 my $optscale = $doc_dot_tfm / $tfm_dot_tfm; 194 return 1.0 if $optscale < 1.0; 195 $optscale = int($optscale*10 + 0.5) / 10; 197 return $optscale;
|
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/ |
H A D | i1pro_imp.h | 596 double *optscale, /* Factor to scale gain/int time by to make optimal (may be NULL) */ 612 double *optscale, /* Factor to scale gain/int time by to make optimal (may be NULL) */ 637 double *optscale, /* Factor to scale gain/int time by to make optimal (may be NULL) */ 699 double *optscale, /* Factor to scale gain/int time by to make optimal */
|
H A D | munki_imp.h | 509 double *optscale, /* Factor to scale gain/int time by to make optimal (may be NULL) */ 625 double *optscale, /* Factor to scale gain/int time by to make optimal */
|
H A D | i1pro_imp.c | 1587 double optscale; in i1pro_imp_calibrate() local 2937 double optscale = 1.0; in i1pro_imp_measure() local 2964 if ((ev = i1pro_trialmeasure(p, &saturated, &optscale, nummeas, &s->inttime, in i1pro_imp_measure() 2977 s->inttime, s->gainmode, 1, 1, s->targoscale, optscale)) != I1PRO_OK) { in i1pro_imp_measure() 4976 ev = i1pro_whitemeasure_3(p, abswav0, abswav1, absraw, optscale, nummeas, in i1pro_whitemeasure() 5108 if (optscale != NULL) { in i1pro_whitemeasure_3() 5121 *optscale = opttarget/lhighest; in i1pro_whitemeasure_3() 5255 if (optscale != NULL) { in i1pro2_wl_measure() 5268 *optscale = opttarget/lhighest; in i1pro2_wl_measure() 5779 if (optscale != NULL) { [all …]
|
H A D | munki_imp.c | 2189 double optscale = 1.0; in munki_imp_measure() local 2215 if ((ev = munki_trialmeasure(p, &saturated, &optscale, nummeas, &s->inttime, in munki_imp_measure() 2228 s->inttime, s->gainmode, 1, 1, &s->targoscale, optscale, 0.0)) != MUNKI_OK) { in munki_imp_measure() 3821 double *optscale, /* Return scale for gain/int time to make optimal (may be NULL) */ in munki_whitemeasure() argument 3923 if (optscale != NULL) { in munki_whitemeasure() 3929 *optscale = opttarget/maxval; in munki_whitemeasure() 3932 targoscale, maxval, opttarget, *optscale); in munki_whitemeasure() 4644 double *optscale, /* Return scale for gain/int time to make optimal (may be NULL) */ in munki_trialmeasure() argument 4749 if (optscale != NULL) { in munki_trialmeasure() 4755 *optscale = opttarget/ maxval; in munki_trialmeasure() [all …]
|
/dports/audio/openal-soft/openal-soft-1.21.1/alc/ |
H A D | alc.cpp | 1697 al::optional<DevAmbiScaling> optscale; in UpdateDeviceParams() local 1730 optscale = DevAmbiScalingFromEnum(attrList[attrIdx + 1]); in UpdateDeviceParams() 1796 if(!optlayout || !optscale) in UpdateDeviceParams() 1800 if((*optlayout == DevAmbiLayout::FuMa || *optscale == DevAmbiScaling::FuMa) in UpdateDeviceParams() 1825 device->mAmbiScale = *optscale; in UpdateDeviceParams()
|
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/ |
H A D | xmath.vim | 123 syn keyword xmathFunc controllable GuiShellUnrealize optscale ss2arma
|
/dports/editors/vim/vim-8.2.3745/runtime/syntax/ |
H A D | xmath.vim | 123 syn keyword xmathFunc controllable GuiShellUnrealize optscale ss2arma
|