From patchwork Sat Jul 25 14:20:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chung-Lin Tang X-Patchwork-Id: 499970 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 6675D1402B5 for ; Sun, 26 Jul 2015 00:20:06 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=HzxMm/WF; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type; q=dns; s=default; b=w5TeUgcDHTUkLKFYNhNwZyVBg4Vqv CajmGJrMwJzZkTMLPnxfQnEG3YsC5zrjy+W4xItINKNcF/S11+1Xua0+CBO72V1z 84KELmJg0wsnNAB/ZpsR/e/ACkiBUejgluuHKX6Gasof7TTGkLMQZu69omEhhmVQ ttO7vmwxjoE3KQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:message-id:date:mime-version :content-type; s=default; bh=L742sRxPXn4RuJ7/zCStkOVD9pI=; b=Hzx Mm/WFILFj6VVYH5cXMxok8G6JgcgBojBiB28TK5ZGLPF6cHRLl7qpyshCNUpMbmo fP6/Cx3XKAkeF+qNQGCb+LNACVGtriow+Tq1T+mB9iy7VSDinY6PHfm6guv+Ad8t TR/bdpUeaGzun9KcF24/fQ3fUreZjT8c9GlFUEYU= Received: (qmail 22184 invoked by alias); 25 Jul 2015 14:20:01 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 22174 invoked by uid 89); 25 Jul 2015 14:20:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com To: GNU C Library From: Chung-Lin Tang Subject: [PATCH, nios2] Update Nios II libm-test-ulps Message-ID: <55B39B18.2090309@codesourcery.com> Date: Sat, 25 Jul 2015 22:20:08 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Nios II ULPs file updated, patch committed. Chung-Lin 2015-07-25 Chung-Lin Tang * sysdeps/nios2/libm-test-ulps: Update. diff --git a/sysdeps/nios2/libm-test-ulps b/sysdeps/nios2/libm-test-ulps index 0806905..676154c 100644 --- a/sysdeps/nios2/libm-test-ulps +++ b/sysdeps/nios2/libm-test-ulps @@ -1,23 +1,44 @@ # Begin of automatic generation # Maximal error of functions: +Function: "acos": +float: 1 +ifloat: 1 + Function: "acosh": double: 1 +float: 2 idouble: 1 +ifloat: 2 + +Function: "asin": +float: 1 +ifloat: 1 Function: "asinh": double: 1 float: 1 +idouble: 1 ifloat: 1 -Function: "atan2": +Function: "atan": float: 1 ifloat: 1 -Function: "atanh": +Function: "atan2": float: 1 ifloat: 1 +Function: "atanh": +double: 1 +float: 2 +idouble: 1 +ifloat: 2 + +Function: "cabs": +double: 1 +idouble: 1 + Function: Real part of "cacos": double: 1 float: 2 @@ -42,6 +63,10 @@ float: 2 idouble: 1 ifloat: 2 +Function: "carg": +float: 1 +ifloat: 1 + Function: Real part of "casin": double: 1 float: 1 @@ -87,9 +112,9 @@ float: 1 ifloat: 1 Function: "cbrt": -double: 1 +double: 3 float: 1 -idouble: 1 +idouble: 3 ifloat: 1 Function: Real part of "ccos": @@ -129,27 +154,27 @@ idouble: 1 ifloat: 2 Function: Real part of "clog": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 +double: 3 +float: 2 +idouble: 3 +ifloat: 2 Function: Imaginary part of "clog": float: 1 ifloat: 1 Function: Real part of "clog10": +double: 3 +float: 3 +idouble: 3 +ifloat: 3 + +Function: Imaginary part of "clog10": double: 2 float: 2 idouble: 2 ifloat: 2 -Function: Imaginary part of "clog10": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 - Function: "cos": float: 1 ifloat: 1 @@ -187,16 +212,16 @@ idouble: 1 ifloat: 1 Function: Real part of "csqrt": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 +double: 2 +float: 2 +idouble: 2 +ifloat: 2 Function: Imaginary part of "csqrt": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 +double: 2 +float: 2 +idouble: 2 +ifloat: 2 Function: Real part of "ctan": double: 1 @@ -224,30 +249,38 @@ ifloat: 2 Function: "erf": double: 1 -idouble: 1 - -Function: "erfc": -double: 1 float: 1 idouble: 1 ifloat: 1 +Function: "erfc": +double: 2 +float: 2 +idouble: 2 +ifloat: 2 + Function: "exp10": -double: 1 -idouble: 1 +double: 2 +idouble: 2 -Function: "expm1": +Function: "exp2": double: 1 float: 1 idouble: 1 ifloat: 1 -Function: "gamma": +Function: "expm1": double: 1 float: 1 idouble: 1 ifloat: 1 +Function: "gamma": +double: 2 +float: 2 +idouble: 2 +ifloat: 2 + Function: "hypot": double: 1 idouble: 1 @@ -271,32 +304,40 @@ idouble: 4 ifloat: 4 Function: "lgamma": -double: 1 -float: 1 -idouble: 1 -ifloat: 1 +double: 2 +float: 2 +idouble: 2 +ifloat: 2 Function: "log": float: 1 ifloat: 1 Function: "log10": -double: 1 +double: 2 float: 2 -idouble: 1 +idouble: 2 ifloat: 2 Function: "log1p": +double: 1 float: 1 +idouble: 1 ifloat: 1 -Function: "pow": +Function: "log2": +double: 2 float: 1 +idouble: 2 ifloat: 1 +Function: "pow": +float: 3 +ifloat: 3 + Function: "pow10": -double: 1 -idouble: 1 +double: 2 +idouble: 2 Function: "sin": float: 1 @@ -306,11 +347,27 @@ Function: "sincos": float: 1 ifloat: 1 +Function: "sinh": +double: 2 +float: 2 +idouble: 2 +ifloat: 2 + +Function: "tan": +float: 1 +ifloat: 1 + +Function: "tanh": +double: 2 +float: 2 +idouble: 2 +ifloat: 2 + Function: "tgamma": double: 4 -float: 3 +float: 5 idouble: 4 -ifloat: 3 +ifloat: 5 Function: "y0": double: 2