xref: /onnv-gate/usr/src/cmd/fps/fptest/fpstestmsg.h (revision 6491:448e02e63395)
16429Svs195195 /*
26429Svs195195  * CDDL HEADER START
36429Svs195195  *
46429Svs195195  * The contents of this file are subject to the terms of the
56429Svs195195  * Common Development and Distribution License (the "License").
66429Svs195195  * You may not use this file except in compliance with the License.
76429Svs195195  *
86429Svs195195  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96429Svs195195  * or http://www.opensolaris.org/os/licensing.
106429Svs195195  * See the License for the specific language governing permissions
116429Svs195195  * and limitations under the License.
126429Svs195195  *
136429Svs195195  * When distributing Covered Code, include this CDDL HEADER in each
146429Svs195195  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156429Svs195195  * If applicable, add the following below this CDDL HEADER, with the
166429Svs195195  * fields enclosed by brackets "[]" replaced with your own identifying
176429Svs195195  * information: Portions Copyright [yyyy] [name of copyright owner]
186429Svs195195  *
196429Svs195195  * CDDL HEADER END
206429Svs195195  */
216429Svs195195 
226429Svs195195 /*
23*6491Sia112686  * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
246429Svs195195  * Use is subject to license terms.
256429Svs195195  */
266429Svs195195 
276429Svs195195 #ifndef _FPSTESTMSG_H
286429Svs195195 #define	_FPSTESTMSG_H
296429Svs195195 
306429Svs195195 #pragma ident	"%Z%%M%	%I%	%E% SMI"
316429Svs195195 
326429Svs195195 #ifdef __cplusplus
336429Svs195195 extern "C" {
346429Svs195195 #endif
356429Svs195195 
366429Svs195195 #define	FPSM_01	"\nFPU System (Reliability) Test for CPU=%d Stress Level=%d"
376429Svs195195 #define	FPSM_02	"\nLapack %s precision test. CPU=%d"
386429Svs195195 #define	FPSM_03 "\n%s on architecture = %s"
396429Svs195195 #define	FPSM_04 "\nPASS limit (modulo): Low=%d Med=%d High=%d"
406429Svs195195 #define	FPSM_05 "\nLapack Stress Level=%d"
416429Svs195195 
426429Svs195195 #ifdef __cplusplus
436429Svs195195 }
446429Svs195195 #endif
456429Svs195195 
466429Svs195195 #endif /* _FPSTESTMSG_H */
47