From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7e15102eb14c0020 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.75.39 with SMTP id z7mr5074949pav.26.1349127024827; Mon, 01 Oct 2012 14:30:24 -0700 (PDT) Path: g9ni12826pbh.1!nntp.google.com!news.glorb.com!news2.arglkargh.de!noris.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Mon, 01 Oct 2012 23:30:24 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: highest bit, statically determined References: <50673111$0$9505$9b4e6d93@newsspool1.arcor-online.net> <38594cbf-b52d-4002-8db9-410f55126a09@googlegroups.com> <50694f43$0$6577$9b4e6d93@newsspool3.arcor-online.net> <036db9eb-36e8-4a2e-8832-cecd9f1f4e2d@googlegroups.com> In-Reply-To: <036db9eb-36e8-4a2e-8832-cecd9f1f4e2d@googlegroups.com> Message-ID: <506a0b6f$0$9525$9b4e6d93@newsspool1.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 01 Oct 2012 23:30:23 CEST NNTP-Posting-Host: 70636b9a.newsspool1.arcor-online.net X-Trace: DXC=\FfH;difX7o]BlmkiiU@Biic==]BZ:afn4Fo<]lROoRankgeX?EC@@`@eiPY3A=egePCY\c7>ejVh8Z[X6aiUXLbhH9Ym?4V5e` X-Complaints-To: usenet-abuse@arcor.de Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-10-01T23:30:23+02:00 List-Id: On 01.10.12 10:52, Anatoly Chernyshev wrote: > (0|1=>0,2|3=>1,4..7=>2, 8..15=>3, 16..31=>4,32..63=>5, 64..127=>6, 128..255=>7); 68580000 2.653934000 68580000 2.021029000 68580000 27.702262000 68580000 1.173348000 -- first_1_bit_table I guess the approaches can be used together for larger N-tets.