search for: s9

Displaying 20 results from an estimated 104 matches for "s9".

Did you mean: 9s
2012 Jun 18
1
Slide Show (S9) v1.1 Update - More Template Packs (Deck.js, Impress.js, CSSS, Slidy2, etc.)
Hello, If you're interested in authoring your presentations/slide shows in Markdown, you might check out the Slide Show (S9) gem in Ruby. A simple slide show looks like: What's Slide Show (S9)? ======================= A Free Web Alternative to PowerPoint and KeyNote in Ruby Getting Started in 1-2-3 Easy Steps =================================== * Step 1: Author your slides in plai...
2007 Feb 14
1
Re: qemu-0.9.0 with initial tap interface
...-- > > > > > >> atomic_add_32(&kqemu_busy, -1); > >> > >> > And it all works? Interesting. ... > > So the next question is, do you think this will work on Solaris 9/X86? The 32-bit kqemu binary compiled on snv_55 loads on a S9 x86 kernel; but panics the kernel as soon as qemu tries to use the /dev/kqemu device. AFAICT, the problem is that the kthread_t structure has changed between s9 and s10/s11, so that the statement... struct kqemu_user_page * CDECL kqemu_lock_user_page(unsigned long *ppage_index, unsigned long user...
2017 Feb 06
2
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...1_QS = tmp2_QS; } state_QS[ order ] = tmp1_QS; corr_QC[ order ] += silk_RSHIFT64( silk_SMULL( tmp1_QS, state_QS[ 0 ] ), 2 * QS - QC ); } in which corr_QC[0, 1, ..., order] is the only output. Suppose order = 10, and each stage of the inner loop is noted by s0, s1, ..., s9. And suppose we simultaneously process 8 input in SIMD, from in0 to in7. Let PROC(inx(sy)) denote processing input[x] at stage y. If there is no dependency between inx(sy) and in(x+1)(sy), then we can do this FOR in=0 TO N WITH in+=8 FOR y=0 TO order-1 WITH y++ PROC(in0(sy) in1(sy) in2(sy) i...
2009 Feb 05
0
Slide Show (S9) Gem V0.7 - Better Support for More Markdown (Ruby) Libs and More
...sent because it's required in gem spec). If you want to use rdiscount as your markdown library install it using RubyGems e.g. gem install rdiscount Same goes for rpeg-markdown or maruku and so on. That's it. Questions and comments welcome. Send them along here or to the S5, S6, S9 and friends web slide show forum/mailing list @ http://groups.google.com/group/webslideshow Cheers. - Gerald PS: What's Slide Show (S9)? A Ruby gem that lets you create slide shows and author slides in plain text using a wiki-style markup language that's easy-to-write and easy-to-rea...
2008 Mar 10
2
Create Slide Shows (PowerPoint/KeyNote-Style) Using Markdown using the Slide Show (S9) Ruby Gem
...lideshow.rubyforge.org/svn/samples/rest.text o http://slideshow.rubyforge.org/svn/samples/microformats.text And the matching slide shows are online at: o http://slideshow.rubyforge.org/rest.html o http://slideshow.rubyforge.org/microformats.html Find out more about the Slide Show (S9) Ruby gem @ http://slideshow.rubyforge.org Questions and comments welcome. Cheers. PS: Note, Slide Show (S9) is also compatible (works with) Opera Show. -- Gerald Bauer - Internet Professional - http://geraldbauer.wordpress.com
2017 Feb 07
2
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...in4(s2) in5(s1) in6(s0)) /* > > prolog 6 */ > > PROC(in0(s7) in1(s6) in2(s5) in3(s4) in4(s3) in5(s2) in6(s1) in7(s0)) > > /* fully process 8 inputs */ > > PROC(in0(s8) in1(s7) in2(s6) in3(s5) in4(s4) in5(s3) in6(s2) in7(s1)) > > /* continue */ > > PROC(in0(s9) in1(s8) in2(s7) in3(s6) in4(s5) in5(s4) in6(s3) in7(s2)) > > /* continue */ > > PROC(in0(s10) in1(s9) in2(s8) in3(s7) in4(s6) in5(s5) in6(s4) in7(s3)) > > /* continue */ > > PROC(in1(s10) in2(s9) in3(s8) in4(s7) in5(s6) in6(s5) in7(s4)) /* > > epilog 0 */ > &gt...
2017 Feb 07
3
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...ROC(in0(s7) in1(s6) in2(s5) in3(s4) in4(s3) in5(s2) in6(s1) > > in7(s0)) > > > /* fully process 8 inputs */ > > > PROC(in0(s8) in1(s7) in2(s6) in3(s5) in4(s4) in5(s3) in6(s2) > > in7(s1)) > > > /* continue */ > > > PROC(in0(s9) in1(s8) in2(s7) in3(s6) in4(s5) in5(s4) in6(s3) > > in7(s2)) > > > /* continue */ > > > PROC(in0(s10) in1(s9) in2(s8) in3(s7) in4(s6) in5(s5) in6(s4) > > in7(s3)) > > > /* continue */ > > > PROC(in1(s10) in2(s9) in3(s8) in...
2017 Feb 06
0
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...n0(s6) in1(s5) in2(s4) in3(s3) in4(s2) in5(s1) in6(s0)) /* > prolog 6 */ > PROC(in0(s7) in1(s6) in2(s5) in3(s4) in4(s3) in5(s2) in6(s1) in7(s0)) > /* fully process 8 inputs */ > PROC(in0(s8) in1(s7) in2(s6) in3(s5) in4(s4) in5(s3) in6(s2) in7(s1)) > /* continue */ > PROC(in0(s9) in1(s8) in2(s7) in3(s6) in4(s5) in5(s4) in6(s3) in7(s2)) > /* continue */ > PROC(in0(s10) in1(s9) in2(s8) in3(s7) in4(s6) in5(s5) in6(s4) in7(s3)) > /* continue */ > PROC(in1(s10) in2(s9) in3(s8) in4(s7) in5(s6) in6(s5) in7(s4)) /* > epilog 0 */ > PROC(in2(s10) in3(s9) in4(...
2006 Oct 31
0
6251659 statvfs taking 30 second to complete performance regression s9 to s10 oracle 9ir2 starcat ufs
Author: jkennedy Repository: /hg/zfs-crypto/gate Revision: 6a727a093fbd6794a7ca69a71d9fa81f29c9364b Log message: 6251659 statvfs taking 30 second to complete performance regression s9 to s10 oracle 9ir2 starcat ufs Files: update: usr/src/uts/common/fs/ufs/ufs_alloc.c update: usr/src/uts/common/fs/ufs/ufs_inode.c update: usr/src/uts/common/fs/ufs/ufs_thread.c update: usr/src/uts/common/fs/ufs/ufs_vfsops.c update: usr/src/uts/common/sys/fs/ufs_inode.h
2006 Oct 31
0
6361644 Differences in SUID scripts between S9 and S10
Author: casper Repository: /hg/zfs-crypto/gate Revision: eda2f70f88e7ae03c995f668ced6bcdce8297daf Log message: 6361644 Differences in SUID scripts between S9 and S10 Files: update: usr/src/uts/common/exec/elf/elf.c update: usr/src/uts/common/exec/intp/intp.c update: usr/src/uts/common/os/exec.c update: usr/src/uts/common/sys/exec.h
2006 Oct 31
0
6259653 cp command fail to copy 3.2 GB flash archive from DVD in S9/S10 32 bit x86 system.
Author: peterte Repository: /hg/zfs-crypto/gate Revision: 3ba32c5bc9459959256eb41efe4324aff24953d0 Log message: 6259653 cp command fail to copy 3.2 GB flash archive from DVD in S9/S10 32 bit x86 system. Files: update: usr/src/uts/common/fs/hsfs/hsfs_vnops.c update: usr/src/uts/common/sys/fs/hsfs_spec.h
2017 Apr 05
2
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...s2) in6(s1) >>> > in7(s0)) >>> > > /* fully process 8 inputs */ >>> > > PROC(in0(s8) in1(s7) in2(s6) in3(s5) in4(s4) in5(s3) in6(s2) >>> > in7(s1)) >>> > > /* continue */ >>> > > PROC(in0(s9) in1(s8) in2(s7) in3(s6) in4(s5) in5(s4) in6(s3) >>> > in7(s2)) >>> > > /* continue */ >>> > > PROC(in0(s10) in1(s9) in2(s8) in3(s7) in4(s6) in5(s5) in6(s4) >>> > in7(s3)) >>> > > /* continue */ >>>...
2005 May 29
2
"text"-function: adding text in an x,y-plot
...test-dataset for better understanding: -the dataset was imported with read.table(....,header=TRUE) s1-s10 are the samplenames var1 var2 var3 s1 1 1 2 s2 2 3 1 s3 2 2 3 s4 5 4 3 s5 4 2 3 s6 6 3 2 s7 8 5 4 s8 7 2 1 s9 9 3 2 s10 8 6 4 -then i??ve performed a pincipal component analysis with prcomp -for displaying the result in a x,y-graph i transformed out.pca$x into the dataframe points points <- out.pca$x > points PC1 PC2 PC3 s1 -4.7055777 -0.14781544 -...
2017 Feb 07
0
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...prolog 6 */ > > PROC(in0(s7) in1(s6) in2(s5) in3(s4) in4(s3) in5(s2) in6(s1) > in7(s0)) > > /* fully process 8 inputs */ > > PROC(in0(s8) in1(s7) in2(s6) in3(s5) in4(s4) in5(s3) in6(s2) > in7(s1)) > > /* continue */ > > PROC(in0(s9) in1(s8) in2(s7) in3(s6) in4(s5) in5(s4) in6(s3) > in7(s2)) > > /* continue */ > > PROC(in0(s10) in1(s9) in2(s8) in3(s7) in4(s6) in5(s5) in6(s4) > in7(s3)) > > /* continue */ > > PROC(in1(s10) in2(s9) in3(s8) in4(s7) in5(s6) in6(s5) in7(s4))...
2017 Apr 03
0
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...s5) in3(s4) in4(s3) in5(s2) in6(s1) >> > in7(s0)) >> > > /* fully process 8 inputs */ >> > > PROC(in0(s8) in1(s7) in2(s6) in3(s5) in4(s4) in5(s3) in6(s2) >> > in7(s1)) >> > > /* continue */ >> > > PROC(in0(s9) in1(s8) in2(s7) in3(s6) in4(s5) in5(s4) in6(s3) >> > in7(s2)) >> > > /* continue */ >> > > PROC(in0(s10) in1(s9) in2(s8) in3(s7) in4(s6) in5(s5) in6(s4) >> > in7(s3)) >> > > /* continue */ >> > > PROC(in1...
2017 Jan 31
6
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
Hi, Attached is a patch with arm neon optimizations for silk_warped_autocorrelation_FIX(). Please review. Thanks, Felicia -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/attachments/20170131/9a912bb4/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name:
2011 Oct 07
1
ANOVA/ANCOVA Repeated Measure Mixed Model
...Alert B _Value_ One S1 Alert C _Value_ One S1 Passive A _Value_ One S1 Passive B _Value_ One S1 Passive C _Value_ One S2 Alert A _Value_ ... Two S9 Alert A _Value_ Two S9 Alert B _Value_ Two S9 Alert C _Value_ ... This is the code I used: M400_500_anova = aov(Response ~ Condition * Stimulus * Group + Error(Subject/Condition * Stimulus ), data=My_Data) Is this...
2017 Apr 05
4
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...t; > /* fully process 8 inputs */ > > > > PROC(in0(s8) in1(s7) in2(s6) in3(s5) in4(s4) > > in5(s3) in6(s2) > > > in7(s1)) > > > > /* continue */ > > > > PROC(in0(s9) in1(s8) in2(s7) in3(s6) in4(s5) > > in5(s4) in6(s3) > > > in7(s2)) > > > > /* continue */ > > > > PROC(in0(s10) in1(s9) in2(s8) in3(s7) in4(s6) > > in5(s5) in6(s4) > >...
2017 Apr 05
0
[PATCH] Optimize silk_warped_autocorrelation_FIX() for ARM NEON
...(s0)) > > > /* fully process 8 inputs */ > > > PROC(in0(s8) in1(s7) in2(s6) in3(s5) in4(s4) > in5(s3) in6(s2) > > in7(s1)) > > > /* continue */ > > > PROC(in0(s9) in1(s8) in2(s7) in3(s6) in4(s5) > in5(s4) in6(s3) > > in7(s2)) > > > /* continue */ > > > PROC(in0(s10) in1(s9) in2(s8) in3(s7) in4(s6) > in5(s5) in6(s4) > > in7(s3)) >...
2019 Aug 27
2
TargetRegisterInfo::getCommonSubClass bug, perhaps.
Hi, ABCRegister.td : def SGPR32 : RegisterClass<"ABC", [i32], 16, (add S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 )>; def SFGPR32 : RegisterClass<"ABC", [f32], 16, (add S0, S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14, S15 )>; ===== Instruction selection ends: ... t8: i32 = ADDrr t37, t32 ... Instruction Selection cor...