ScalES-PPM
Loading...
Searching...
No Matches
Data Types | Modules | Variables
ieee_arithmetic.f90 File Reference

emulation of standard functions on older compilers More...

Data Types

interface  ieee_arithmetic::ieee_is_normal
 
interface  ieee_arithmetic::ieee_is_nan
 
type  ieee_arithmetic::ieee_class_type
 
interface  ieee_arithmetic::ieee_value
 
interface  ieee_arithmetic::ieee_copy_sign
 
interface  ieee_arithmetic::ieee_support_denormal
 
interface  ieee_arithmetic::ieee_support_nan
 
interface  ieee_arithmetic::ieee_support_inf
 

Modules

module  ieee_arithmetic
 emulation of standard functions on older compilers
 

Variables

type(ieee_class_type), parameter, public ieee_arithmetic::ieee_signaling_nan = ieee_class_type(1)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_quiet_nan = ieee_class_type(2)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_negative_inf = ieee_class_type(3)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_negative_normal = ieee_class_type(4)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_negative_denormal = ieee_class_type(5)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_negative_zero = ieee_class_type(6)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_positive_zero = ieee_class_type(7)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_positive_denormal = ieee_class_type(8)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_positive_normal = ieee_class_type(9)
 
type(ieee_class_type), parameter, public ieee_arithmetic::ieee_positive_inf = ieee_class_type(10)
 

Detailed Description

emulation of standard functions on older compilers

Version
1.0
Author
Thomas Jahns jahns.nosp@m.@dkr.nosp@m.z.de

Das diesem Bericht zugrundeliegende Vorhaben wurde mit Mitteln des Bundesministeriums für Bildung, und Forschung unter dem Förderkennzeichen 01IH08004E gefördert. Die Verantwortung für den Inhalt dieser Veröffentlichung liegt beim Autor.