Home
last modified time | relevance | path

Searched refs:Plus_Infinity (Results 1 – 6 of 6) sorted by last modified time

/dports/textproc/xmlada/xmlada-e5bbafe/schema/
H A Dschema-decimal.ads111 type XML_Float_Kind is (Plus_Infinity, Minus_Infinity, NaN, Standard_Float); literal
H A Dschema-decimal.adb588 when Plus_Infinity =>
599 when Plus_Infinity =>
647 when Plus_Infinity =>
658 when Plus_Infinity =>
692 return XML_Float'(Kind => Plus_Infinity);
742 when Plus_Infinity =>
/dports/devel/ppl/ppl-1.2/src/
H A Dppl.hh.dist6871 struct Plus_Infinity {
6885 struct Is_Special<Plus_Infinity> : public True {};
6891 extern Plus_Infinity PLUS_INFINITY;
H A Dchecked.cc31 Plus_Infinity PLUS_INFINITY;
H A Dchecked_defs.hh589 struct Plus_Infinity { struct
603 struct Is_Special<Plus_Infinity> : public True {};
609 extern Plus_Infinity PLUS_INFINITY;
/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200868115 constructor and assignment operator from Plus_Infinity.