Searched refs:vmax (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dmachineparameters.tcl116 variable vmax
248 set vmax 1.
251 $self log "Iteration #$i , exponentmax = $exponentmax, vmax = $vmax"
255 set new [expr {$vmax * $basis}]
261 if {$new / $basis != $vmax} then {
264 set vmax $new
268 $self log "Value maximum : $vmax"
339 -vmax {
340 set result $vmax
[all...]
H A Dfuzzy.tcl115 set vmax [expr {($eps3 > $vmin2)? $eps3 : $vmin2}]
116 set result [expr {floor($number+$vmax)}]
/macosx-10.9.5/ruby-104/ruby/
H A Drandom.c1028 range_values(VALUE vmax, VALUE *begp, VALUE *endp, int *exclp) argument
1032 if (!rb_range_values(vmax, begp, &end, exclp)) return Qfalse;
1041 rand_int(struct MT *mt, VALUE vmax, int restrictive) argument
1047 if (FIXNUM_P(vmax)) {
1048 max = FIX2LONG(vmax);
1059 if (rb_bigzero_p(vmax)) return Qnil;
1060 if (!RBIGNUM_SIGN(vmax)) {
1062 vmax = rb_big_clone(vmax);
1063 RBIGNUM_SET_SIGN(vmax,
1092 VALUE beg = Qundef, end = Qundef, vmax, v; local
1210 VALUE vmax, v; local
1320 VALUE v, vmax, r; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Dspinbox.tcl190 foreach {vmin vmax incr} [Widget::getMegawidgetOption $path -range] {
204 } elseif { $newval > $vmax } {
205 set newval $vmax
216 } elseif { $newval > $vmax } {
217 set newval $vmax
225 set newval $vmax
234 if { $newval < $vmin || $newval > $vmax } {
262 foreach {vmin vmax incr} [Widget::getMegawidgetOption $path -range] {
303 foreach {vmin vmax incr} [Widget::getMegawidgetOption $path -range] {
311 if { [catch {expr {$vmax<
[all...]
H A Dscrollw.tcl171 foreach {vmin vmax} [$path.hscroll get] { break }
173 (!$data(hsb,auto) || ($vmin != 0 || $vmax != 1))}]
174 foreach {vmin vmax} [$path.vscroll get] { break }
176 (!$data(vsb,auto) || ($vmin != 0 || $vmax != 1))}]
214 proc ScrolledWindow::_set_hscroll { path vmin vmax } {
219 if {$data(hsb,packed) && $vmin == 0 && $vmax == 1} {
225 } elseif {!$data(hsb,packed) && ($vmin != 0 || $vmax != 1)} {
234 $path.hscroll set $vmin $vmax
242 proc ScrolledWindow::_set_vscroll { path vmin vmax } {
247 if {$data(vsb,packed) && $vmin == 0 && $vmax
[all...]
H A Dscrollview.tcl132 proc ScrollView::_set_hscroll { path vmin vmax } {
137 set x1 [expr {$vmax*$_widget(width)+$_widget(bd)-1}]
140 uplevel \#0 $_widget(oldxscroll) $vmin $vmax
148 proc ScrollView::_set_vscroll { path vmin vmax } {
153 set y1 [expr {$vmax*$_widget(height)+$_widget(bd)-1}]
156 uplevel \#0 $_widget(oldyscroll) $vmin $vmax
171 set vmax [lindex $vminmax 1]
175 set y1 [expr {$vmax*$_widget(height)+$_widget(bd)-1}]
182 uplevel \#0 $_widget(oldyscroll) $vmin $vmax
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dscrollw.tcl181 method _set_scroll {varname vmin vmax} {
188 if {$vmin == $sb(lastmin) && $vmax == $sb(lastmax)} {
192 set sb(lastmax) $vmax
194 if {$sb(packed) && $vmin == 0 && $vmax == 1} {
199 } elseif {!$sb(packed) && ($vmin != 0 || $vmax != 1)} {
208 $sb(bar) set $vmin $vmax
238 foreach {vmin vmax} [$sb(bar) get] { break }
240 (!$sb(auto) || ($vmin != 0 || $vmax != 1))}]
/macosx-10.9.5/IOAudioFamily-197.4.2/PCMBlitterLib/
H A DIOAudioBlitterLibX86.cpp85 const __m128 vmax = (const __m128) { 32767.0f, 32767.0f, 32767.0f, 32767.0f }; local
97 vf0 = _mm_min_ps(vf0, vmax); \
98 vf1 = _mm_min_ps(vf1, vmax); \
189 const __m128 vmax = (const __m128) { 32767.0f, 32767.0f, 32767.0f, 32767.0f }; local
201 vf0 = _mm_min_ps(vf0, vmax); \
202 vf1 = _mm_min_ps(vf1, vmax); \
299 const __m128 vmax = (const __m128) { kMaxFloat32, kMaxFloat32, kMaxFloat32, kMaxFloat32 }; local
308 vf##x = _mm_min_ps(vf##x, vmax); \
391 const __m128 vmax = (const __m128) { kMaxFloat32, kMaxFloat32, kMaxFloat32, kMaxFloat32 }; local
400 vf##x = _mm_min_ps(vf##x, vmax); \
511 const __m128 vmax = (const __m128) { kMaxFloat32, kMaxFloat32, kMaxFloat32, kMaxFloat32 }; local
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmush.vim83 syntax keyword mushFunction contained version visible vmag vmax vmin vmul vsub
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotpriv.tcl2277 set vmax [expr {$vmean + 3.0 * $stdev}]
2279 return [list $vmin $vmax]
/macosx-10.9.5/cctools-845/as/
H A Darm.c9554 X(vmax, 0x0000600, 0x0000f00, N_INV), \
15336 nUF(vmax, vmax, 3, (RNDQ, oRNDQ, RNDQ), neon_dyadic_if_su),
15337 nUF(vmaxq, vmax, 3, (RNQ, oRNQ, RNQ), neon_dyadic_if_su),

Completed in 151 milliseconds