Searched refs:s4 (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_so_partial_sums.rb3 alt = 1.0 ; s0 = s1 = s2 = s3 = s4 = s5 = s6 = s7 = s8 = 0.0
12 s4 += 1.0 / (d3 * dc * dc)
26 printf("%.9f\tCookson Hills\n", s4)
/macosx-10.10.1/CPANInternal-159.1/Readonly-1.03/t/
H A Ddeeps.t18 use vars qw/$s1 $s2 $s3 $s4/;
29 eval {Readonly::Scalar $s4 => $m2};
39 eval {$s4 = 7};
40 is $@ => expected(__LINE__-1), 'Modify s4';
58 eval {$$s4 = 21};
59 is $@ => expected(__LINE__-1), 'Deep-modify s4 should fail';
60 is $m1 => 17, 's4 mod should fail';
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/python/
H A Decho.py25 filt.configure(s1.get(), s2.get(), s3.get(), s4.get(), s5.get(), s6.get())
39 s4 = Scale(f, from_=1.0, to=0, resolution=0.01, label="Decay1", command=config) variable
40 s4.pack(side='left')
51 s4.set(0.4)
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dsemaphore.c139 _dispatch_semaphore_create_port(semaphore_t *s4) argument
144 if (*s4) {
162 if (!dispatch_atomic_cmpxchg(s4, 0, tmp, relaxed)) {
170 _dispatch_semaphore_create_handle(HANDLE *s4) argument
174 if (*s4) {
184 if (!dispatch_atomic_cmpxchg(s4, 0, tmp)) {
691 semaphore_t s4;
693 while (slowpath(kr = semaphore_create(mach_task_self(), &s4,
698 return s4;
700 sem_t s4;
[all...]
/macosx-10.10.1/apr-32/apr/apr/test/
H A Dtestlock.c155 apr_status_t s1, s2, s3, s4; local
170 s4 = apr_thread_create(&t4, NULL, thread_mutex_function, NULL, p);
171 ABTS_INT_EQUAL(tc, APR_SUCCESS, s4);
176 apr_thread_join(&s4, t4);
184 apr_status_t s1, s2, s3, s4; local
203 s4 = apr_thread_create(&t4, NULL, thread_rwlock_func, NULL, p);
204 APR_ASSERT_SUCCESS(tc, "create thread 4", s4);
209 apr_thread_join(&s4, t4);
219 apr_status_t s0, s1, s2, s3, s4; local
251 s4
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Unicode/
H A Duc-005.js96 var s4 = '\u02b4 = Z'; variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
140 expect = s4.charAt(0);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtextend.cpp101 c4_Storage s4("e04a", 2);
102 A(s4.Strategy().FileSize() == kSize1);
103 c4_View v4 = s4.View("a");
105 s4.Commit();
106 A(s4.Strategy().FileSize() > kSize1); // == kSize2);
H A Dtstore5.cpp50 c4_Storage s4; local
52 bool ok = s4.LoadFrom(fs1);
55 c4_View v1 = s4.View("a");
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos2.tcl125 set s4 [::Plotchart::createRightAxis .t2.c3 {0.0 100.0 20.0}]
129 $s4 plot series2 0.5 0.0
130 $s4 plot series2 1.5 20.0
131 $s4 plot series2 2.5 5.0
132 $s4 plot series2 2.5 30.0
H A Dxyplot_demo.tcl24 set s4 [$xyp add_data sf4 $xydata4 -legend "Serie 4 data" -color orange]
32 set s4 [$xyp2 add_data sf4 $xydata4]
/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dudp_in.c72 struct sockaddr_in *s4; local
87 s4 = (struct sockaddr_in *)&from;
88 inet_ntop(from.ss_family, &(s4->sin_addr), fromstr, 64);
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h91 #define CreateProcessA(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr) \
93 (HANDLE)(CreateProcessA)(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr), \
97 #define CreateProcessW(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr) \
99 (HANDLE)(CreateProcessW)(s1,s2,sd1,sd2,b,d1,s3,s4,pd2,hr), \
/macosx-10.10.1/shell_cmds-179/hexdump/
H A Ddisplay.c126 int32_t s4; local
173 bcopy(bp, &s4, sizeof(s4));
174 (void)printf(pr->fmt, (quad_t)s4);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DIdentify.c270 struct in_addr s4; local
302 if (inet_pton(AF_INET, arg, &s4) == 1)
304 mDNSu8 *p = (mDNSu8 *)&s4;
309 target.ip.v4.NotAnInteger = s4.s_addr;
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_local_remote_options.rb80 s4 = URI.parse 'http://more-gems.example.com/' # Intentional duplicate
84 @cmd.handle_options %W[--source #{s1} --source #{s2} --source #{s3} --source #{s4}]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Decho.tcl26 pack [scale .f.s4 -label Decay1 -from 1.0 -to 0.0 -resolution .01 \
H A Dcompose.tcl38 pack [scale .f.f2.s4 -label Decay -from 1.0 -to 0.0 -resolution .01 \
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dsi_getaddrinfo.c191 struct sockaddr_in s4; local
217 struct sockaddr_in *s4 = (struct sockaddr_in *)sa; local
218 memcpy(&a4, &s4->sin_addr, sizeof(a4));
219 port = s4->sin_port;
250 memset(&s4, 0, sizeof(s4));
251 s4.sin_len = sizeof(s4);
252 s4.sin_family = AF_INET;
253 s4
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_parse.c1807 VALUE s1, s2, s3, s4, s5; local
1814 s4 = rb_reg_nth_match(4, m);
1822 if (NIL_P(s3) && !NIL_P(s4))
1828 if (NIL_P(s3) && !NIL_P(s4)) {
1838 if (NIL_P(s3) && !NIL_P(s4)) {
1856 if (NIL_P(s3) && !NIL_P(s4)) {
1894 if (NIL_P(s3) && !NIL_P(s4)) {
1902 if (NIL_P(s3) && !NIL_P(s4)) {
1916 if (NIL_P(s3) && !NIL_P(s4)) {
1936 if (!NIL_P(s4)) {
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dstring.test306 set s4 [ctoken orgstr " \t\n"]
310 list $s1 $s1v $s2 $s2v $s3 $s3v $s4 $s4v $s5 $s5v
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/uwin/
H A Dlgamma.c119 #define s4 2.467759345363656348e-002 macro
225 q = s0+z*(s1+z*(s2+z*(s3+z*s4)));
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A Dffa.c305 float s1, s2, s3, s4, s5, s6, s7; local
321 s4 = c2 * s2 + c2 * s2;
326 c7 = c3 * c4 - s3 * s4;
327 s7 = c4 * s3 + s4 * c3;
364 cr1[k] = c4 * (br0 - br1) - s4 * (bi0 - bi1);
365 ci1[k] = c4 * (bi0 - bi1) + s4 * (br0 - br1);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dastrotst.cpp315 UnicodeString s1, s2, s3, s4, s5; local
327 s1.remove(); s2.remove(); s3.remove(); s4.remove(); s5.remove();
342 ", Sunset: " + df_dt->format(sunset,s4) +
H A Ddcfmapts.cpp370 UnicodeString s4; local
371 s4 = pat.toLocalizedPattern(s3);
372 logln((UnicodeString)"Extracted pattern is " + s4);
373 if(s4 != p2) {
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_dir_m17n.rb106 s4 = File.stat(filename4) rescue nil
107 exit((s1 && s2 && !s3 && !s4) ? true : false)

Completed in 201 milliseconds

123