search for: l1306

Displaying 7 results from an estimated 7 matches for "l1306".

Did you mean: 1306
2004 Sep 10
1
altivec lpc_restore_signal
...m v8,v9,v8,v16 cmplw cr0,r5,r10 bc 12,0,L1101 vand v0,v0,v18 addis r31,0,hi16(L1307) ori r31,r31,lo16(L1307) b L1199 L1101: addi r5,r5,16 lvx v2,0,r5 vperm v1,v1,v2,v17 addi r11,r11,-16 lvx v10,0,r11 vperm v9,v10,v9,v16 cmplw cr0,r5,r10 bc 12,0,L1102 vand v1,v1,v18 addis r31,0,hi16(L1306) ori r31,r31,lo16(L1306) b L1199 L1102: addi r5,r5,16 lvx v3,0,r5 vperm v2,v2,v3,v17 addi r11,r11,-16 lvx v11,0,r11 vperm v10,v11,v10,v16 cmplw cr0,r5,r10 bc 12,0,L1103 vand v2,v2,v18 addis r31,0,hi16(L1305) ori r31,r31,lo16(L1305) b L1199 L1103: addi r5,r5,16 lvx v4,0,r5 vperm v...
2020 Sep 20
3
help improving relevance of snippets displayed by Omega
Olly, Thanks again very much for helping me improve my understanding of Xapian and Omega. Thanks especially for pointing out that my idea of trying to generate a snippet from stemmed text lacking capitalization and punctuation would probably not produce a user-friendly result. But I'm still doubtful that expanding the sample size could be the right way to obtain excerpts from the document
2004 Oct 06
3
flac-1.1.1 completely broken on linux/ppc and on macosx if built with the standard toolchain (not xcode)
Sadly the latest optimization broke completely everything. The asm code isn't gas compliant. the libFLAC linker script has a typo, disabling the asm optimization and/or altivec won't let a correct build anyway. Instant fixes for the asm stuff: sed -i -e"s:;:\#:" on the lpc_asm.s to load address instead of addis+ori you could use lis and la and PLEASE use the @l(register)
2024 Mar 14
1
driver.parameter.offdelay vs ups.delay.shutdown / driver.parameter.ondelay vs ups.delay.start
Hi, My Cyber Power reports these two values. Each pair has the same value. Would they normally be the same thing? Thanks Alan
2024 Mar 16
0
driver.parameter.offdelay vs ups.delay.shutdown / driver.parameter.ondelay vs ups.delay.start
....parameter.*` corresponds to the initial value from ups.conf or `-x` command-line flags. > > For usbhid-ups (and a few other drivers), the offdelay parameter sets ups.delay.shutdown when the driver starts: > > https://github.com/networkupstools/nut/blob/v2.8.1/drivers/usbhid-ups.c#L1300-L1306 > > and likewise for ondelay and ups.delay.start. > > -- > Charles Lepple > clepple at gmail > > > Nut-upsuser mailing list > > Nut-upsuser at alioth-lists.debian.net > > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser >
2020 Sep 21
0
help improving relevance of snippets displayed by Omega
...tores only an identifier. It works by doing the Xapian search, then fetching the resultant IDs from the database, then it boils down to calling prepare_search_result_for_display on each result: https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/hansardlist.php#L1279-L1306 Which uses two functions to then work out the extract, position_of_first_word: https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/searchengine.php#L562 and highlight: https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/searchengine.ph...
2020 Sep 21
1
help improving relevance of snippets displayed by Omega
...> It works by doing the Xapian search, then fetching the resultant IDs from > the database, then it boils down to calling > prepare_search_result_for_display on each result: > > https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/hansardlist.php#L1279-L1306 > Which uses two functions to then work out the extract, > position_of_first_word: > > https://github.com/mysociety/theyworkforyou/blob/master/www/includes/easyparliament/searchengine.php#L562 > and highlight: > > https://github.com/mysociety/theyworkforyou/blob/master/www/incl...