Home
last modified time | relevance | path

Searched defs:MaxDouble (Results 1 – 7 of 7) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/Standard/
H A DStandard_Real.cxx161 RealMap MaxDouble; in HardwareHighBitsOfDouble() local
183 RealMap MaxDouble; in HardwareLowBitsOfDouble() local
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/RDGeneral/
H A DRDValue-doublemagic.h95 static const boost::uint64_t MaxDouble = 0xfff8000000000000; // variable
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/Observable/
H A DMax.cs162 class MaxDouble : Producer<double> class
166 public MaxDouble(IObservable<double> source) in MaxDouble() method in System.Reactive.Linq.ObservableImpl.MaxDouble
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/ELinq/
H A DReflectionUtil.cs615 MaxDouble, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/ALinq/
H A DReflectionUtil.cs571 MaxDouble, enumerator
/dports/graphics/libpano13/libpano13-2.9.20/
H A DColourBrightness.c1554 double MaxDouble(double a, double b, double c) in MaxDouble() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Numerics.Vectors/tests/
H A DGenericVectorTests.cs1830 public void MaxDouble() { TestMax<Double>(); } in MaxDouble() method in System.Numerics.Tests.GenericVectorTests