From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27248 invoked by alias); 30 May 2013 12:04:36 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 27160 invoked by uid 89); 30 May 2013 12:04:35 -0000 X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 5 recipients Received: from mail-vb0-f45.google.com (HELO mail-vb0-f45.google.com) (209.85.212.45) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 30 May 2013 12:04:16 +0000 Received: by mail-vb0-f45.google.com with SMTP id 12so89073vbf.32 for ; Thu, 30 May 2013 05:04:14 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.52.178.134 with SMTP id cy6mr3756838vdc.73.1369915453845; Thu, 30 May 2013 05:04:13 -0700 (PDT) Received: by 10.58.164.10 with HTTP; Thu, 30 May 2013 05:04:13 -0700 (PDT) Date: Thu, 30 May 2013 12:04:00 -0000 Message-ID: Subject: Reduction of Logic to Arithmetic From: Ranganath kulkarni To: java-patches@gcc.gnu.org, libstdc++@gcc.gnu.org, gcc-regression@gcc.gnu.org, gcc-testresults@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-q2/txt/msg00053.txt.bz2 By using logic functions we can convert logical algorithm into simple algorithm without logical trees. This converts logical operation to algebraic manipulation or math equation. This article is posted to viXra pre print archive link http://vixra.org/abs/1305.0080 Therefore we can make efficient programming. A complex program can be executable in an ordinary processor. Therefore it can be useful for mobile tablet and all computers.