Home
last modified time | relevance | path

Searched refs:real (Results 1 – 25 of 2318) sorted by relevance

12345678910>>...93

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Derrorfunction.d647 real erfc(real a) in erfc()
720 real y; in erfc()
757 real erfce(real x) in erfce()
761 real p; in erfce()
795 real erfce(real x) in erfce()
830 real erf(real x) in erf()
846 real y; in erf()
925 real expx2(real x, int sign) in expx2()
984 real normalDistributionImpl(real a) in normalDistributionImpl()
1023 real normalDistributionInvImpl(real p) in normalDistributionInvImpl()
[all …]
H A Dgammafunction.d87 real gammaStirling(real x) in gammaStirling()
144 real igammaTemmeLarge(real a, real x) in igammaTemmeLarge()
282 real gamma(real x) in gamma()
437 real logGamma(real x) in logGamma()
638 real betaIncomplete(real aa, real bb, real xx ) in betaIncomplete()
756 real betaIncompleteInv(real aa, real bb, real yy0 ) in betaIncompleteInv()
1091 real betaDistExpansion1(real a, real b, real x ) in betaDistExpansion1()
1180 real betaDistExpansion2(real a, real b, real x ) in betaDistExpansion2()
1264 real betaDistPowerSeries(real a, real b, real x ) in betaDistPowerSeries()
1321 real gammaIncomplete(real a, real x ) in gammaIncomplete()
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Derrorfunction.d648 real erfc(real a) in erfc()
721 real y; in erfc()
758 real erfce(real x) in erfce()
762 real p; in erfce()
796 real erfce(real x) in erfce()
831 real erf(real x) in erf()
847 real y; in erf()
926 real expx2(real x, int sign) in expx2()
985 real normalDistributionImpl(real a) in normalDistributionImpl()
1024 real normalDistributionInvImpl(real p) in normalDistributionInvImpl()
[all …]
H A Dgammafunction.d88 real gammaStirling(real x) in gammaStirling()
145 real igammaTemmeLarge(real a, real x) in igammaTemmeLarge()
285 real gamma(real x) in gamma()
440 real logGamma(real x) in logGamma()
646 real betaIncomplete(real aa, real bb, real xx ) in betaIncomplete()
764 real betaIncompleteInv(real aa, real bb, real yy0 ) in betaIncompleteInv()
1099 real betaDistExpansion1(real a, real b, real x ) in betaDistExpansion1()
1188 real betaDistExpansion2(real a, real b, real x ) in betaDistExpansion2()
1272 real betaDistPowerSeries(real a, real b, real x ) in betaDistPowerSeries()
1329 real gammaIncomplete(real a, real x ) in gammaIncomplete()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmathspecial.d88 real gamma(real x) in gamma()
107 real logGamma(real x) in logGamma()
120 real sgnGamma(real x) in sgnGamma()
154 real beta(real x, real y) in beta()
176 real digamma(real x) in digamma()
223 real betaIncomplete(real a, real b, real x ) in betaIncomplete()
236 real betaIncompleteInverse(real a, real b, real y ) in betaIncompleteInverse()
255 real gammaIncomplete(real a, real x ) in gammaIncomplete()
265 real gammaIncompleteCompl(real a, real x ) in gammaIncompleteCompl()
304 real erf(real x) in erf()
[all …]
H A Dmath.d1293 real atan2(real y, real x) @trusted pure nothrow @nogc in atan2()
3733 real fmod(real x, real y) @trusted nothrow @nogc in fmod()
3754 real modf(real x, ref real i) @trusted nothrow @nogc in modf()
3882 real hypot(real x, real y) @safe pure nothrow @nogc in hypot()
3895 static assert(real.min_normal*real.max > 2 && real.min_normal*real.max <= 4); in hypot()
3949 … [3*real.min_normal*real.epsilon, 4*real.min_normal*real.epsilon, 5*real.min_normal*real.epsilon],
3952 [ real.infinity, real.nan, real.infinity],
3954 [ real.nan, real.nan, real.nan],
3955 [ real.nan, real.max, real.nan],
3956 [ real.max, real.nan, real.nan],
[all …]
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmathspecial.d88 real gamma(real x) in gamma()
107 real logGamma(real x) in logGamma()
120 real sgnGamma(real x) in sgnGamma()
155 real beta(real x, real y) in beta()
177 real digamma(real x) in digamma()
225 real betaIncomplete(real a, real b, real x ) in betaIncomplete()
238 real betaIncompleteInverse(real a, real b, real y ) in betaIncompleteInverse()
257 real gammaIncomplete(real a, real x ) in gammaIncomplete()
269 real gammaIncompleteCompl(real a, real x ) in gammaIncompleteCompl()
312 real erf(real x) in erf()
[all …]
H A Dmath.d1293 real atan2(real y, real x) @trusted pure nothrow @nogc in atan2()
3733 real fmod(real x, real y) @trusted nothrow @nogc in fmod()
3754 real modf(real x, ref real i) @trusted nothrow @nogc in modf()
3882 real hypot(real x, real y) @safe pure nothrow @nogc in hypot()
3895 static assert(real.min_normal*real.max > 2 && real.min_normal*real.max <= 4); in hypot()
3949 … [3*real.min_normal*real.epsilon, 4*real.min_normal*real.epsilon, 5*real.min_normal*real.epsilon],
3952 [ real.infinity, real.nan, real.infinity],
3954 [ real.nan, real.nan, real.nan],
3955 [ real.nan, real.max, real.nan],
3956 [ real.max, real.nan, real.nan],
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h60 return abs(__c.real()); in norm()
63 return __c.real() * __c.real() + __c.imag() * __c.imag(); in norm()
189 return std::complex<_Tp>(__x.real(), __x.real()); in asinh()
195 return std::complex<_Tp>(copysign(__z.real(), __x.real()), in asinh()
215 if (__x.real() < 0) in acosh()
222 return std::complex<_Tp>(__x.real(), __x.real()); in acosh()
242 if (std::isinf(__x.real()) || __x.real() == 0) in atanh()
247 return std::complex<_Tp>(__x.real(), __x.real()); in atanh()
258 return std::complex<_Tp>(copysign(__z.real(), __x.real()), in atanh()
339 signbit(__x.imag()) ? __x.real() : -__x.real()); in acos()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dvla-ptype.exp32 set real [fortran_real4]
48 gdb_test "ptype vla1" "type = $real, allocatable \\\(10,10,10\\\)" \
58 gdb_test "ptype vla1" "type = $real, allocatable \\\(10,10,10\\\)" \
60 gdb_test "ptype vla1(3, 6, 9)" "type = $real"
66 gdb_test "ptype vla2(5, 45, 20)" "type = $real" \
71 gdb_test "ptype pvla" "type = $real \\\(10,10,10\\\)" \
73 gdb_test "ptype pvla(3, 6, 9)" "type = $real"
77 gdb_test "ptype pvla" "type = $real \\\(7,42:50,13:35\\\)" \
79 gdb_test "ptype vla2(5, 45, 20)" "type = $real" \
105 "type = $real, allocatable \\(-2:-1,-5:-2,-3:-1\\)" \
[all …]
H A Dvla-ptype-sub.exp33 set real [fortran_real4]
40 gdb_test "ptype array2" "type = $real \\\(42,42,42\\\)" \
44 gdb_test "ptype array2(13, 11, 5)" "type = $real" \
51 gdb_test "ptype array2" "type = $real \\\(6,6,6\\\)" \
55 gdb_test "ptype array2(4, 4, 4)" "type = $real" \
68 gdb_test "ptype array2" "type = $real \\\(10,10,10\\\)" \
72 gdb_test "ptype array2(4, 4, 4)" "type = $real" \
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Dvla-ptype.exp32 set real [fortran_real4]
48 gdb_test "ptype vla1" "type = $real, allocatable \\\(10,10,10\\\)" \
58 gdb_test "ptype vla1" "type = $real, allocatable \\\(10,10,10\\\)" \
60 gdb_test "ptype vla1(3, 6, 9)" "type = $real"
66 gdb_test "ptype vla2(5, 45, 20)" "type = $real" \
71 gdb_test "ptype pvla" "type = $real \\\(10,10,10\\\)" \
73 gdb_test "ptype pvla(3, 6, 9)" "type = $real"
77 gdb_test "ptype pvla" "type = $real \\\(7,42:50,13:35\\\)" \
79 gdb_test "ptype vla2(5, 45, 20)" "type = $real" \
105 "type = $real, allocatable \\(-2:-1,-5:-2,-3:-1\\)" \
[all …]
H A Dvla-ptype-sub.exp33 set real [fortran_real4]
40 gdb_test "ptype array2" "type = $real \\\(42,42,42\\\)" \
44 gdb_test "ptype array2(13, 11, 5)" "type = $real" \
51 gdb_test "ptype array2" "type = $real \\\(6,6,6\\\)" \
55 gdb_test "ptype array2(4, 4, 4)" "type = $real" \
68 gdb_test "ptype array2" "type = $real \\\(10,10,10\\\)" \
72 gdb_test "ptype array2(4, 4, 4)" "type = $real" \
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Doperations.d103 real x = real.nan; in NaN()
235 static if (real.init != real.init)
545 assert( nextUp(-real.min_normal*(1-real.epsilon)) == -real.min_normal*(1-2*real.epsilon) );
549 assert( nextUp(real.min_normal*(1-real.epsilon)) == real.min_normal );
550 assert( nextUp(real.min_normal) == real.min_normal*(1+real.epsilon) );
552 … static assert( nextUp(-real.min_normal*(1-real.epsilon)) == -real.min_normal*(1-2*real.epsilon) );
749 real fdim(real x, real y) @safe pure nothrow @nogc in fdim()
838 real fma(real x, real y, real z) @safe pure nothrow @nogc { return (x * y) + z; } in pragma()
1174 real num = real.infinity;
1399 real num = real.infinity;
[all …]
H A Dconstants.d23 enum real E = 0x1.5bf0a8b1457695355fb8ac404e7a8p+1L; /** e = 2.718281... */
24 enum real LOG2T = 0x1.a934f0979a3715fc9257edfe9b5fbp+1L; /** $(SUB log, 2)10 = 3.321928... */
25 enum real LOG2E = 0x1.71547652b82fe1777d0ffda0d23a8p+0L; /** $(SUB log, 2)e = 1.442695... */
28 enum real LN2 = 0x1.62e42fefa39ef35793c7673007e5fp-1L; /** ln 2 = 0.693147... */
29 enum real LN10 = 0x1.26bb1bbb5551582dd4adac5705a61p+1L; /** ln 10 = 2.302585... */
30 enum real PI = 0x1.921fb54442d18469898cc51701b84p+1L; /** &pi; = 3.141592... */
31 enum real PI_2 = PI/2; /** $(PI) / 2 = 1.570796... */
32 enum real PI_4 = PI/4; /** $(PI) / 4 = 0.785398... */
33 enum real M_1_PI = 0x1.45f306dc9c882a53f84eafa3ea69cp-2L; /** 1 / $(PI) = 0.318309... */
34 enum real M_2_PI = 2*M_1_PI; /** 2 / $(PI) = 0.636619... */
[all …]
H A Dexponential.d114 assert(pow(real.nan, 2) is real.nan);
115 assert(pow(real.infinity, 2) == real.infinity);
375 assert(pow(2, real.nan) is real.nan);
429 static real impl(real x, real y) @nogc pure nothrow in impl()
700 assert(pow(real.infinity, real.infinity) == real.infinity);
733 immutable real rnan = real.nan;
2973 real log(real x) @safe pure nothrow @nogc in log()
3218 assert(log1p(real.nan) is real.nan);
3219 assert(log1p(-real.nan) is -real.nan);
3234 real log2(real x) @safe pure nothrow @nogc in log2()
[all …]
H A Dtraits.d439 shared real e;
443 e = real.nan;
467 bool isIdentical(real x, real y) @trusted pure nothrow @nogc in isIdentical()
500 assert( isIdentical(real.infinity, real.infinity));
501 assert( isIdentical(-real.infinity, -real.infinity));
504 assert(!isIdentical(real.nan, -real.nan));
505 assert(!isIdentical(real.infinity, -real.infinity));
628 assert(copysign(real.infinity, -1.0) == -real.infinity);
629 assert(copysign(real.nan, 1.0) is real.nan);
630 assert(copysign(-real.nan, 1.0) is real.nan);
[all …]
H A Dtrigonometry.d87 real function(real) pcos = &cos;
149 real function(real) psin = &sin;
178 real tan(real x) @safe pure nothrow @nogc in pragma()
210 private real tanAsm(real x) @trusted pure nothrow @nogc in version()
558 real acos(real x) @safe pure nothrow @nogc in acos()
602 real asin(real x) @safe pure nothrow @nogc in asin()
646 real atan(real x) @safe pure nothrow @nogc in pragma()
916 real atan2(real y, real x) @trusted pure nothrow @nogc // TODO: @safe in pragma()
951 private real atan2Asm(real y, real x) @trusted pure nothrow @nogc in version()
1117 real cosh(real x) @safe pure nothrow @nogc in cosh()
[all …]
H A Drounding.d45 real ceil(real x) @trusted pure nothrow @nogc in ceil()
115 assert(ceil(real.infinity) == real.infinity);
188 real floor(real x) @trusted pure nothrow @nogc in floor()
256 assert(floor(real.infinity) == real.infinity);
369 assert(real.infinity.quantize(real.nan).isNaN);
372 assert(real.nan.quantize(real.nan).isNaN);
443 real nearbyint(real x) @safe pure nothrow @nogc
474 real rint(real x) @safe pure nothrow @nogc
506 assert(rint(real.infinity) == real.infinity);
512 real function(real) print = &rint;
[all …]
H A Dremainder.d41 real fmod(real x, real y) @trusted nothrow @nogc in fmod()
73 real modf(real x, ref real i) @trusted nothrow @nogc in modf()
92 real frac;
93 real intpart;
120 real remainder(real x, real y) @trusted nothrow @nogc in remainder()
126 real remquo(real x, real y, out int n) @trusted nothrow @nogc /// ditto in remquo()
H A Dpackage.d303 assert(ieeeMean(-1*(1+8*real.epsilon),-2*(1+8*real.epsilon))
304 ==-1.5*(1+5*real.epsilon));
307 static if (floatTraits!(real).realFormat == RealFormat.ieeeExtended)
309 assert(ieeeMean(1.0L,real.infinity)==0x1p8192L);
310 assert(ieeeMean(0.0L,real.infinity)==1.5);
312 assert(ieeeMean(0.5*real.min_normal*(1-4*real.epsilon),0.5*real.min_normal)
313 == 0.5*real.min_normal*(1-2*real.epsilon));
320 static assert(real.mant_dig == 53 || real.mant_dig == 64 in version()
321 || real.mant_dig == 113, in version()
327 static assert(real.mant_dig == 53 || real.mant_dig == 113,
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dcomplex32 void real(T);
60 void real(float);
89 void real(double);
746 return __x.real() == __y.real() && __x.imag() == __y.imag();
812 // real
825 real(_Tp __re)
913 return __c.real() * __c.real() + __c.imag() * __c.imag();
1156 return complex<_Tp>(__x.real(), __x.real());
1190 return complex<_Tp>(__x.real(), __x.real());
1217 return complex<_Tp>(__x.real(), __x.real());
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-vla-fortran.exp38 set real [fortran_real4]
57 "501\\^done,type=\"$real, allocatable \\(:\\)\"" \
66 "$real" "get children of vla1_not_allocated"
80 mi_create_varobj_checked vla1_allocated vla1 "$real, allocatable \\\(5\\\)" \
83 "511\\^done,type=\"$real, allocatable \\\(5\\\)\"" \
92 "$real" "get children of vla1_allocated"
149 mi_create_varobj_checked pvla2_not_associated pvla2 "$real \\(:,:\\)" \
152 "581\\^done,type=\"$real \\(:,:\\)\"" \
161 "$real" "get children of pvla2_not_associated"
187 "$real \\\(5,2\\\)" "create local variable pvla2_associated"
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dmi-vla-fortran.exp38 set real [fortran_real4]
57 "501\\^done,type=\"$real, allocatable \\(:\\)\"" \
66 "$real" "get children of vla1_not_allocated"
80 mi_create_varobj_checked vla1_allocated vla1 "$real, allocatable \\\(5\\\)" \
83 "511\\^done,type=\"$real, allocatable \\\(5\\\)\"" \
92 "$real" "get children of vla1_allocated"
149 mi_create_varobj_checked pvla2_not_associated pvla2 "$real \\(:,:\\)" \
152 "581\\^done,type=\"$real \\(:,:\\)\"" \
161 "$real" "get children of pvla2_not_associated"
187 "$real \\\(5,2\\\)" "create local variable pvla2_associated"
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/builtins/ppc/
H A Ddivtc3.c40 DD real = { .ld = __gcc_qdiv(realNumerator, denom) }; in __divtc3() local
43 real.s.hi = crt_scalbn(real.s.hi, -ilogbw); in __divtc3()
44 real.s.lo = crt_scalbn(real.s.lo, -ilogbw); in __divtc3()
48 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi)) in __divtc3()
57 real.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) * aDD.s.hi; in __divtc3()
58 real.s.lo = 0.0; in __divtc3()
68 real.s.hi = CRT_INFINITY * (aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi); in __divtc3()
69 real.s.lo = 0.0; in __divtc3()
79 real.s.hi = crt_copysign(0.0,(aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi)); in __divtc3()
80 real.s.lo = 0.0; in __divtc3()
[all …]

12345678910>>...93