Searched refs:f1 (Results 176 - 200 of 364) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk/tk/library/
H A Dtkfbox.tcl837 set data(dirMenuBtn) $w.contents.f1.menu
838 set data(dirMenu) $w.contents.f1.menu.menu
839 set data(upBtn) $w.contents.f1.up
1054 # f1: the frame with the directory option menu
1056 set f1 [ttk::frame $w.contents.f1]
1057 bind [::tk::AmpWidget ttk::label $f1.lab -text [mc "&Directory:"]] \
1058 <<AltUnderlined>> [list focus $f1.menu]
1060 set data(dirMenuBtn) $f1.menu
1064 set data(dirMenu) $f1
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DNegativeTest.java91 private int f1; field in class:NegativeTest.BadKeyClass1
98 private BadKeyClass1 f1 = new BadKeyClass1(); field in class:NegativeTest.UseBadKeyClass1
/macosx-10.10/JavaScriptCore-7600.1.17/disassembler/udis86/
H A Ditab.py257 f1 = ( self.nameOfTable( self.GtabMeta[ i ][ 'type' ] ) ) + ","
259 self.ItabC.write( " /* %03d */ { %s %s %s },\n" % ( i, f0, f1, f2 ) )
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DDynamicsCompressor.cpp102 float f1 = normalizedFrequency * gk;
104 float r1 = expf(-f1 * piFloat);
/macosx-10.10/apr-32/apr/apr/
H A Dbuildconf122 VERSION=`echo $REVISION | cut -d- -s -f1`
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dobjnames-test08.sh195 obj_name=`echo "$this_line" | cut -f1`
H A Dobjnames-test10.sh195 obj_name=`echo "$this_line" | cut -f1`
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtextend.cpp128 bool f1 = fs.DataOpen("e05a", 1); local
129 A(!f1);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tools/
H A Dinstall.tcl47 label .f1 -text "Where should the following files be installed?"
48 pack .f1
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dttkmenu.tcl50 pack [ttk::frame $w.f1] -fill both -expand yes
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dtkfbox.tcl810 set data(dirMenuBtn) $w.f1.menu
811 set data(dirMenu) $w.f1.menu.menu
812 set data(upBtn) $w.f1.up
1006 # f1: the frame with the directory option menu
1008 set f1 [frame $w.f1]
1009 bind [::tk::AmpWidget label $f1.lab -text "[mc "&Directory:"]" ] \
1010 <<AltUnderlined>> [list focus $f1.menu]
1012 set data(dirMenuBtn) $f1.menu
1013 set data(dirMenu) [tk_optionMenu $f1
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl1292 frame .dirsel.f1 -relief flat -borderwidth 0
1297 pack .dirsel.f1 -fill x
1302 label .dirsel.f1.lab -text $tkgetdir::msg(ldir)
1303 menubutton .dirsel.f1.dir -relief raised -indicatoron 1 -anchor w \
1304 -menu .dirsel.f1.dir.m
1305 menu .dirsel.f1.dir.m -tearoff 0
1306 button .dirsel.f1.up -image b_up -command tkgetdir::UpDir
1307 bind .dirsel.f1.up <<RetEnt>> {.dirsel.f1.up invoke}
1309 pack .dirsel.f1
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl1292 frame .dirsel.f1 -relief flat -borderwidth 0
1297 pack .dirsel.f1 -fill x
1302 label .dirsel.f1.lab -text $tkgetdir::msg(ldir)
1303 menubutton .dirsel.f1.dir -relief raised -indicatoron 1 -anchor w \
1304 -menu .dirsel.f1.dir.m
1305 menu .dirsel.f1.dir.m -tearoff 0
1306 button .dirsel.f1.up -image b_up -command tkgetdir::UpDir
1307 bind .dirsel.f1.up <<RetEnt>> {.dirsel.f1.up invoke}
1309 pack .dirsel.f1
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl1279 frame .dirsel.f1 -relief flat -borderwidth 0
1284 pack .dirsel.f1 -fill x
1289 label .dirsel.f1.lab -text $tkgetdir::msg(ldir)
1290 menubutton .dirsel.f1.dir -relief raised -indicatoron 1 -anchor w \
1291 -menu .dirsel.f1.dir.m
1292 menu .dirsel.f1.dir.m -tearoff 0
1293 button .dirsel.f1.up -image b_up -command tkgetdir::UpDir
1294 bind .dirsel.f1.up <<RetEnt>> {.dirsel.f1.up invoke}
1296 pack .dirsel.f1
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dpdf_stat.tcl942 set f1 [expr {exp([::math::ln_Gamma $nplus1over2] - \
946 expr {$f1 * $f2 * pow(1.0 + $x * $x/double($degrees), -$nplus1over2)}
1077 set f1 [expr {$amin1 + 2 * $m}]
1079 double(($f1 - 1) * $f1)}]
1081 double($f1 * ($f1 + 1))}]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dfoputils.tcl464 foreach f1 $file1 {
465 lappend retlist [list $op2 $f1 $retval]
468 foreach f1 $file1 {
470 lappend retlist [list $op2 "$f1 $f2" $retval]
/macosx-10.10/dcerpc-61/dcerpc/perf/
H A Dperf.c323 float *f1,
336 *o1 = (*f1 / *f2) * (d1 / d2);
337 *o2 = (*f2 / *f1) * (d2 / d1);
307 perf_fp_test( handle_t h __attribute__(unused), float *f1, float *f2, double d1, double d2, float *o1, double *o2 ) argument
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-sh.c2219 unsigned int f1, f2;
2221 f1 = op1->flags;
2230 if ((f1 & (BRANCH | DELAY)) != 0
2234 if (((f1 | f2) & SETSSP)
2235 && (f1 & (SETSSP | USESSP))
2239 if ((f1 & SETS1) != 0
2242 if ((f1 & SETS2) != 0
2245 if ((f1 & SETSR0) != 0
2248 if ((f1 & SETSAS)
2251 if ((f1
2217 unsigned int f1, f2; local
2283 unsigned int f1; local
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dcms-examples.pl370 my ( $f1, $f2 ) = @_;
375 if ( !open( $fp1, "<$f1" ) ) {
376 print STDERR "Can't Open file $f1\n";
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dedt-mapper.el262 (global-unset-key [f1])
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dexp.c90 vc(invln2, 1.4426950408889634148E0 ,aa3b,40b8,17f1,295c, 1, .B8AA3B295C17F1)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dctests.m21 int f1;
26 int f1;
95 ASSERT_EQUALS(invokeHelper.f1, v1.f1, "%d");
171 ASSERT_EQUALS(output.f1, 1, "%d");
202 ASSERT_EQUALS(output.f1, 1, "%d");
293 input.f1 = 1;
319 input.f1 = 1;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dctests.m22 int f1;
27 int f1;
97 ASSERT_EQUALS(invokeHelper.f1, v1.f1, "%d");
173 ASSERT_EQUALS(output.f1, 1, "%d");
204 ASSERT_EQUALS(output.f1, 1, "%d");
295 input.f1 = 1;
321 input.f1 = 1;
/macosx-10.10/ruby-106/ruby/test/open-uri/
H A Dtest_ssl.rb149 8d:e8:53:d5:0b:f1:52:3f:7b:60:93:86:ae:89:ab:
216 f0:86:61:ce:f1:ff:42:c7:23
268 f0:86:61:ce:f1:ff:42:c7:23
293 03:f1:02:b8:f2:82:26:5d:08:4d:30:83:de:e7:c5:
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt87 5a:87:58:8f:2d:ab:76:21:6b:54:0c:d9:f1:41:f6:4e:cd:2b:
91 18:6e:23:ae:43:92:99:3f:98:c5:69:30:f1:36:3b:ad:b9:30:
218 95:d7:56:cd:94:f1:a9:93:d0:68:22:dc:4d:7d:a0:
289 bb:2a:52:82:ce:af:29:6d:f1:11:6f:6d:e6:07:00:
316 9e:be:0b:5b:49:0c:78:f1:d5:4c:55:29:e0:f6:fd:4c:03:a9:
320 46:4b:41:37:97:7f:ec:8e:f1:d4:a1:96:c2:20:b6:5e:ad:a9:
379 25:88:81:c4:2e:0e:f1:13:2c:38:8a:95:02:24:c3:3a:95:63:
436 87:fd:46:f1:95:75:b2:09:57:03:30:c1:7a:cd:72:47:71:80:
545 bb:61:cd:f3:47:c0:99:a6:f1:f3:91:e8:78:7c:00:
804 7c:59:3f:c4:f1
[all...]

Completed in 345 milliseconds

1234567891011>>