#ifndef __FP_LOADED #define __FP_LOADED 1 /**************************************************************************** ** ** - ANSI C NCEG floating support ** ***************************************************************************** ** Header defined by NCEG Floating-Point C Extensions WG14/N319 X3J11/94-003 ***************************************************************************** ** * ** HPE CONFIDENTIAL. This software is confidential proprietary software * ** licensed by Hewlett Packard Enterprise Development, LP, and is not * ** authorized to be used, duplicated or disclosed to anyone without the * ** prior written permission of HPE. * ** Copyright 2019 Hewlett Packard Enterprise Development, LP * ** * ** VMS SOFTWARE, INC. CONFIDENTIAL. This software is confidential * ** proprietary software licensed by VMS Software, Inc., and is not * ** authorized to be used, duplicated or disclosed to anyone without * ** the prior written permission of VMS Software, Inc. * ** Copyright 2019 VMS Software, Inc. * ** * ***************************************************************************** */ #pragma __nostandard #include #ifdef __cplusplus extern "C" { #endif /* ** Definitions in this header were superceded by C99 standard ** (ISO/IEC 9899:1999) Section 7.12 Mathematics (p: 212-242). ** ** They have been moved to math.h to better match other systems, the ** C99 standard, and X/Open specifications. */ #ifdef __cplusplus } #endif #pragma __standard #endif /* __FP_LOADED */