Home
last modified time | relevance | path

Searched refs:realFormat (Results 1 – 25 of 62) sorted by relevance

123

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/complex/
H A DComplexFormat.java47 private final NumberFormat realFormat; field in ComplexFormat
56 this.realFormat = imaginaryFormat; in ComplexFormat()
71 this.realFormat = format; in ComplexFormat()
82 public ComplexFormat(NumberFormat realFormat, NumberFormat imaginaryFormat) in ComplexFormat() argument
87 if (realFormat == null) { in ComplexFormat()
93 this.realFormat = realFormat; in ComplexFormat()
142 NumberFormat realFormat, in ComplexFormat() argument
154 if (realFormat == null) { in ComplexFormat()
160 this.realFormat = realFormat; in ComplexFormat()
339 return realFormat; in getRealFormat()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/math/
H A Dpackage.d211 static if (F.realFormat == RealFormat.ieeeExtended ||
212 F.realFormat == RealFormat.ieeeExtended53)
248 else static if (F.realFormat == RealFormat.ieeeQuadruple)
266 else static if (F.realFormat == RealFormat.ieeeDouble)
276 else static if (F.realFormat == RealFormat.ieeeSingle)
364 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
386 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
404 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
425 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
443 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
[all …]
H A Dtraits.d48 static if (F.realFormat == RealFormat.ieeeSingle)
56 else static if (F.realFormat == RealFormat.ieeeDouble)
277 static if (F.realFormat == RealFormat.ieeeSingle) in isSubnormal()
282 else static if (F.realFormat == RealFormat.ieeeDouble) in isSubnormal()
288 else static if (F.realFormat == RealFormat.ieeeQuadruple) in isSubnormal()
350 static if (F.realFormat == RealFormat.ieeeSingle)
354 else static if (F.realFormat == RealFormat.ieeeDouble)
368 else static if (F.realFormat == RealFormat.ieeeQuadruple)
475 static if (F.realFormat == RealFormat.ieeeDouble) in isIdentical()
479 else static if (F.realFormat == RealFormat.ieeeQuadruple) in isIdentical()
[all …]
H A Doperations.d50 static if (F.realFormat == RealFormat.ieeeExtended || in NaN()
51 F.realFormat == RealFormat.ieeeExtended53) in NaN()
91 else static if (F.realFormat == RealFormat.ieeeDouble) in NaN()
106 static if (F.realFormat == RealFormat.ieeeQuadruple) in NaN()
176 else static if (F.realFormat == RealFormat.ieeeDouble) in getNaNPayload()
289 static if (F.realFormat != RealFormat.ieeeDouble) in nextUp()
326 static if (F.realFormat == RealFormat.ieeeDouble) in nextUp()
874 static if (F.realFormat == RealFormat.ieeeSingle
875 || F.realFormat == RealFormat.ieeeDouble
876 || F.realFormat == RealFormat.ieeeExtended
[all …]
H A Dexponential.d1011 static if (F.realFormat == RealFormat.ieeeSingle) in expImpl()
1029 else static if (F.realFormat == RealFormat.ieeeDouble) in expImpl()
1122 static if (F.realFormat == RealFormat.ieeeSingle) in expImpl()
1164 enum realFormat = floatTraits!T.realFormat; in testExp() local
1525 enum realFormat = floatTraits!T.realFormat; in expm1Impl() local
1526 static if (realFormat == RealFormat.ieeeQuadruple) in expm1Impl()
1575 else static if (realFormat == RealFormat.ieeeDouble) in expm1Impl()
1917 enum realFormat = floatTraits!T.realFormat; in exp2Impl() local
1918 static if (realFormat == RealFormat.ieeeQuadruple) in exp2Impl()
1951 else static if (realFormat == RealFormat.ieeeDouble) in exp2Impl()
[all …]
H A Dtrigonometry.d317 enum realFormat = floatTraits!T.realFormat; in tanImpl() local
318 static if (realFormat == RealFormat.ieeeQuadruple) in tanImpl()
346 realFormat == RealFormat.ieeeDouble) in tanImpl()
365 else static if (realFormat == RealFormat.ieeeSingle) in tanImpl()
398 static if (realFormat == RealFormat.ieeeSingle) in tanImpl()
433 static if (realFormat == RealFormat.ieeeSingle) in tanImpl()
684 enum realFormat = floatTraits!T.realFormat; in atanImpl() local
685 static if (realFormat == RealFormat.ieeeQuadruple) in atanImpl()
728 else static if (realFormat == RealFormat.ieeeDouble) in atanImpl()
748 else static if (realFormat == RealFormat.ieeeSingle) in atanImpl()
[all …]
H A Drounding.d557 static if (F.realFormat == RealFormat.ieeeDouble)
613 static if (F.realFormat == RealFormat.ieeeExtended)
660 else static if (F.realFormat == RealFormat.ieeeQuadruple)
910 static if (F.realFormat == RealFormat.ieeeSingle)
919 static if (F.realFormat == RealFormat.ieeeSingle)
923 else static if (F.realFormat == RealFormat.ieeeDouble)
932 else static if (F.realFormat == RealFormat.ieeeExtended ||
933 F.realFormat == RealFormat.ieeeExtended53)
942 else static if (F.realFormat == RealFormat.ieeeQuadruple)
962 static if (F.realFormat == RealFormat.ieeeSingle)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Ddatetimeformat.cs787 String realFormat = null; in GetRealFormat()
792 realFormat = dtfi.ShortDatePattern; in GetRealFormat()
795 realFormat = dtfi.LongDatePattern; in GetRealFormat()
801 realFormat = dtfi.FullDateTimePattern; in GetRealFormat()
811 realFormat = dtfi.MonthDayPattern; in GetRealFormat()
815 realFormat = RoundtripFormat; in GetRealFormat()
819 realFormat = dtfi.RFC1123Pattern; in GetRealFormat()
825 realFormat = dtfi.ShortTimePattern; in GetRealFormat()
828 realFormat = dtfi.LongTimePattern; in GetRealFormat()
838 realFormat = dtfi.YearMonthPattern; in GetRealFormat()
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpnm1.c93 int realFormat; in pnm_readpnminit() local
96 realFormat = pm_readmagicnumber(fileP); in pnm_readpnminit()
97 switch (PAM_FORMAT_TYPE(realFormat)) { in pnm_readpnminit()
100 *formatP = realFormat; in pnm_readpnminit()
109 *formatP = realFormat; in pnm_readpnminit()
116 *formatP = realFormat; in pnm_readpnminit()
130 realFormat); in pnm_readpnminit()
H A Dlibpbm2.c89 int realFormat; in pbm_readpbminit() local
91 realFormat = pm_readmagicnumber(ifP); in pbm_readpbminit()
93 switch (PAM_FORMAT_TYPE(realFormat)) { in pbm_readpbminit()
95 *formatP = realFormat; in pbm_readpbminit()
116 realFormat); in pbm_readpbminit()
H A Dlibpgm1.c125 int realFormat; in pgm_readpgminit() local
128 realFormat = pm_readmagicnumber(fileP); in pgm_readpgminit()
129 switch (PAM_FORMAT_TYPE(realFormat)) { in pgm_readpgminit()
131 *formatP = realFormat; in pgm_readpgminit()
154 *formatP = realFormat; in pgm_readpgminit()
172 realFormat); in pgm_readpgminit()
H A Dlibppm1.c123 int realFormat; in ppm_readppminit() local
126 realFormat = pm_readmagicnumber(fileP); in ppm_readppminit()
127 switch (PAM_FORMAT_TYPE(realFormat)) { in ppm_readppminit()
129 *formatP = realFormat; in ppm_readppminit()
134 *formatP = realFormat; in ppm_readppminit()
139 *formatP = realFormat; in ppm_readppminit()
151 realFormat); in ppm_readppminit()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DDateTimeFormat.cs861 String realFormat = null; in GetRealFormat()
866 realFormat = dtfi.ShortDatePattern; in GetRealFormat()
869 realFormat = dtfi.LongDatePattern; in GetRealFormat()
875 realFormat = dtfi.FullDateTimePattern; in GetRealFormat()
885 realFormat = dtfi.MonthDayPattern; in GetRealFormat()
889 realFormat = RoundtripFormat; in GetRealFormat()
893 realFormat = dtfi.RFC1123Pattern; in GetRealFormat()
899 realFormat = dtfi.ShortTimePattern; in GetRealFormat()
902 realFormat = dtfi.LongTimePattern; in GetRealFormat()
912 realFormat = dtfi.YearMonthPattern; in GetRealFormat()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DDateTimeFormat.cs861 String realFormat = null; in GetRealFormat()
866 realFormat = dtfi.ShortDatePattern; in GetRealFormat()
869 realFormat = dtfi.LongDatePattern; in GetRealFormat()
875 realFormat = dtfi.FullDateTimePattern; in GetRealFormat()
885 realFormat = dtfi.MonthDayPattern; in GetRealFormat()
889 realFormat = RoundtripFormat; in GetRealFormat()
893 realFormat = dtfi.RFC1123Pattern; in GetRealFormat()
899 realFormat = dtfi.ShortTimePattern; in GetRealFormat()
902 realFormat = dtfi.LongTimePattern; in GetRealFormat()
912 realFormat = dtfi.YearMonthPattern; in GetRealFormat()
[all …]
/dports/x11-wm/jwm/jwm-2.3.7/src/
H A Dhint.c554 int realFormat; in ReadWindowState() local
591 if(status == Success && realFormat != 0) { in ReadWindowState()
637 if(status == Success && realFormat != 0) { in ReadWindowState()
721 int realFormat; in ReadWMName() local
732 if(status != Success || realFormat == 0) { in ReadWMName()
749 if(status == Success && realFormat != 0) { in ReadWMName()
755 tprop.format = realFormat; in ReadWMName()
800 int realFormat; in ReadWMProtocols() local
948 int realFormat; in ReadWMState() local
1086 int realFormat; in GetCardinalAtom() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/
H A Dmath.d325 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
347 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
365 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
386 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
404 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
421 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
480 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
523 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
2471 enum realFormat = floatTraits!real.realFormat; variable
2472 static if (realFormat == RealFormat.ieeeQuadruple)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/
H A Dmath.d325 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
347 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
365 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
386 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
404 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
421 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
480 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
523 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
2471 enum realFormat = floatTraits!real.realFormat; variable
2472 static if (realFormat == RealFormat.ieeeQuadruple)
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/
H A Dmath.d325 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
347 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
365 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
386 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
404 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
421 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
480 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
523 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
2471 enum realFormat = floatTraits!real.realFormat; variable
2472 static if (realFormat == RealFormat.ieeeQuadruple)
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Dmath.d330 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
352 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
370 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
391 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
409 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
426 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
485 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
527 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
5705 static if (F.realFormat == RealFormat.ieeeSingle)
5889 static if (F.realFormat == RealFormat.ieeeSingle)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Dmath.d330 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
352 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
370 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
391 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
409 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
426 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
485 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
527 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
5705 static if (F.realFormat == RealFormat.ieeeSingle)
5889 static if (F.realFormat == RealFormat.ieeeSingle)
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Dmath.d292 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
314 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
332 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
353 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
371 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
388 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
447 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
489 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
5691 static if (F.realFormat == RealFormat.ieeeSingle)
5875 static if (F.realFormat == RealFormat.ieeeSingle)
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Dmath.d330 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
352 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
370 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
391 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
409 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
426 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
485 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
527 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
5705 static if (F.realFormat == RealFormat.ieeeSingle)
5889 static if (F.realFormat == RealFormat.ieeeSingle)
[all …]
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/
H A Dmath.d292 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
314 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
332 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
353 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
371 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
388 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
447 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
489 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
5691 static if (F.realFormat == RealFormat.ieeeSingle)
5875 static if (F.realFormat == RealFormat.ieeeSingle)
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/
H A Dmath.d292 enum realFormat = RealFormat.ieeeSingle; in floatTraits() local
314 enum realFormat = RealFormat.ieeeDouble; in floatTraits() local
332 enum realFormat = RealFormat.ieeeExtended53; in floatTraits() local
353 enum realFormat = RealFormat.ieeeExtended; in floatTraits() local
371 enum realFormat = RealFormat.ieeeQuadruple; in floatTraits() local
388 enum realFormat = RealFormat.ibmExtended; in floatTraits() local
447 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
489 static if (F.realFormat == RealFormat.ieeeSingle) in floorImpl()
5691 static if (F.realFormat == RealFormat.ieeeSingle)
5875 static if (F.realFormat == RealFormat.ieeeSingle)
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/internal/math/
H A Dgammafunction.d116 static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble) in gammaStirling()
252 static if (floatTraits!(real).realFormat == RealFormat.ieeeQuadruple)
254 else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
256 else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
258 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)
598 static if (floatTraits!(real).realFormat == RealFormat.ieeeQuadruple)
603 else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
608 else static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended53)
613 else static if (floatTraits!(real).realFormat == RealFormat.ieeeDouble)

123