Home
last modified time | relevance | path

Searched refs:IsReal (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DMbrHandler.cpp175 bool IsReal; member
268 n.IsReal = true; in ReadTables()
278 n.IsReal = false; in ReadTables()
313 n.IsReal = false; in Open()
359 if (_items[i].IsReal) in GetArchiveProperty()
397 if (item.IsReal) in GetProperty()
412 if (item.IsReal) in GetProperty()
426 case kpidPrimary: if (item.IsReal) prop = item.IsPrim; break; in GetProperty()
427 case kpidBegChs: if (item.IsReal) part.BeginChs.ToString(prop); break; in GetProperty()
428 case kpidEndChs: if (item.IsReal) part.EndChs.ToString(prop); break; in GetProperty()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DMbrHandler.cpp175 bool IsReal; member
268 n.IsReal = true; in ReadTables()
278 n.IsReal = false; in ReadTables()
313 n.IsReal = false; in Open()
359 if (_items[i].IsReal) in GetArchiveProperty()
397 if (item.IsReal) in GetProperty()
412 if (item.IsReal) in GetProperty()
426 case kpidPrimary: if (item.IsReal) prop = item.IsPrim; break; in GetProperty()
427 case kpidBegChs: if (item.IsReal) part.BeginChs.ToString(prop); break; in GetProperty()
428 case kpidEndChs: if (item.IsReal) part.EndChs.ToString(prop); break; in GetProperty()
/dports/graphics/podofo/podofo-0.9.7/src/podofo/base/
H A DPdfVariant.h177 inline bool IsReal() const { return GetDataType() == ePdfDataType_Real; } in IsReal() function
635 if( !IsReal() && !IsNumber() ) in SetNumber()
641 if ( IsReal() ) in SetNumber()
655 if( !IsReal() && !IsNumber() ) in GetNumber()
660 if ( IsReal() ) in GetNumber()
673 if( !IsReal() && !IsNumber() ) in SetReal()
679 if ( IsReal() ) in SetReal()
693 if( !IsReal() && !IsNumber() ) in GetReal()
698 if ( IsReal() ) in GetReal()
/dports/science/tfel/tfel-3.4.0/include/TFEL/TypeTraits/
H A DIsReal.hxx31 struct IsReal< X >{ \
42 struct IsReal<const X >{ \
67 struct IsReal{ struct
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/TypeTraits/
H A DIsReal.hxx31 struct IsReal< X >{ \
42 struct IsReal<const X >{ \
67 struct IsReal{ struct
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Stensor/Internals/
H A DStensorEigenSolver.hxx63 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
83 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
115 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
141 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
176 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
199 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
237 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
263 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
309 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
336 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
[all …]
H A DStensorComputeEigenVectors.hxx58 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in computeEigenVector()
84 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
99 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in test()
129 TFEL_STATIC_ASSERT(IsReal<T>::cond); in computeEigenVector()
149 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
179 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in computeEigenValues()
193 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in computeEigenVector()
243 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in test()
291 TFEL_STATIC_ASSERT(IsReal<T>::cond); in computeEigenVector()
304 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
[all …]
H A DStensorComputeEigenValues.hxx53 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
69 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
91 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Stensor/Internals/
H A DStensorEigenSolver.hxx63 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
83 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
115 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
141 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
176 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
199 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
237 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
263 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
309 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenValues()
336 TFEL_STATIC_ASSERT(IsReal<base>::cond); in computeEigenVectors()
[all …]
H A DStensorComputeEigenVectors.hxx58 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in computeEigenVector()
84 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
99 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in test()
129 TFEL_STATIC_ASSERT(IsReal<T>::cond); in computeEigenVector()
149 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
179 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in computeEigenValues()
193 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in computeEigenVector()
243 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in test()
291 TFEL_STATIC_ASSERT(IsReal<T>::cond); in computeEigenVector()
304 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
[all …]
H A DStensorComputeEigenValues.hxx53 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
69 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
91 TFEL_STATIC_ASSERT(tfel::typetraits::IsReal<T>::cond); in exe()
/dports/deskutils/genius/genius-1.0.27/lib/equation_solving/
H A Dfind_root.gel32 else if(not IsReal(a) or not IsReal(b) or not IsReal(TOL)) then
67 else if(not IsReal(a) or not IsReal(b) or not IsReal(TOL)) then
105 else if(not IsReal(a) or not IsReal(b) or not IsReal(TOL)) then
145 else if(not IsReal(x0) or not IsReal(x1) or not IsReal(x2) or not IsReal(TOL)) then
H A Dformulas.gel29 if (IsReal(a) and IsReal(b) and IsReal(c)) then (
/dports/math/cppad/CppAD-20210000.8/example/general/
H A Dbool_fun.cpp39 static bool IsReal(const Complex &x) in IsReal() function
52 CPPAD_BOOL_UNARY(Complex, IsReal)
65 ok &= IsReal(x); in BoolFun()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DMbrHandler.cpp180 bool IsReal; member
271 n.IsReal = true; in ReadTables()
281 n.IsReal = false; in ReadTables()
316 n.IsReal = false; in Open()
361 if (_items[i].IsReal) in GetArchiveProperty()
398 if (item.IsReal) in GetProperty()
411 if (item.IsReal) in GetProperty()
425 case kpidPrimary: if (item.IsReal) prop = item.IsPrim; break; in GetProperty()
426 case kpidBegChs: if (item.IsReal) part.BeginChs.ToString(prop); break; in GetProperty()
427 case kpidEndChs: if (item.IsReal) part.EndChs.ToString(prop); break; in GetProperty()
/dports/deskutils/genius/genius-1.0.27/lib/calculus/
H A Dfourier.gel9 else if not (IsReal(L) and L > 0) then
26 else if not (IsReal(L) and L > 0) then
43 else if not (IsReal(L) and L > 0) then
59 else if not (IsReal(L) and L > 0) then
86 else if not (IsReal(L) and L > 0) then
109 else if not (IsReal(L) and L > 0) then
129 else if not (IsReal(L) and L > 0) then
149 else if not (IsReal(a) and IsReal(b) and b > a) then
167 else if not (IsReal(L) and L > 0) then
186 else if not (IsReal(L) and L > 0) then
H A Ddifferentiation.gel38 else if not IsReal(h) then
58 else if not IsReal(h) then
77 else if not IsReal(h) then
96 else if(not IsReal(h)) then
/dports/misc/usd/USD-21.11/pxr/base/js/testenv/
H A DtestJsDouble.cpp43 TF_AXIOM(v2.IsReal()); in TestStreamInterface()
54 TF_AXIOM(v2.IsReal()); in TestWriterInterface()
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/Quantity/
H A DqtSpecific.hxx118 struct IsReal<tfel::math::qt<unit,T> >{ struct
122 static constexpr bool cond = IsReal<T>::cond; argument
130 struct IsReal<const tfel::math::qt<unit,T> >{ struct
134 static constexpr bool cond = IsReal<T>::cond; argument
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/Quantity/
H A DqtSpecific.hxx118 struct IsReal<tfel::math::qt<unit,T> >{ struct
122 static constexpr bool cond = IsReal<T>::cond; argument
130 struct IsReal<const tfel::math::qt<unit,T> >{ struct
134 static constexpr bool cond = IsReal<T>::cond; argument
/dports/devel/f18/f18-1688bef/runtime/
H A Dtype-code.h39 constexpr bool IsReal() const { in IsReal() function
56 if (IsReal()) { in Categorize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/sqlite/
H A Dspan_join_operator_table.cc419 if (!t1_.IsReal() && !t2_.IsReal()) in IsOverlappingSpan()
436 return (t1_.ts() == t2_.ts() && t1_.IsReal() && t2_.IsReal()) || in IsOverlappingSpan()
522 bool t1_less = std::make_tuple(t1_part, t1_.AdjustedTsEnd(), t1_.IsReal()) < in FindEarliestFinishQuery()
523 std::make_tuple(t2_part, t2_.AdjustedTsEnd(), t2_.IsReal()); in FindEarliestFinishQuery()
532 PERFETTO_DCHECK(t1_.IsReal() || t2_.IsReal()); in Column()
553 partition = t1_.IsReal() ? t1_.partition() : t2_.partition(); in Column()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/sqlite/
H A Dspan_join_operator_table.cc355 if (!t1_.IsReal() && !t2_.IsReal()) in IsOverlappingSpan()
372 return (t1_.ts() == t2_.ts() && t1_.IsReal() && t2_.IsReal()) || in IsOverlappingSpan()
458 bool t1_less = std::make_tuple(t1_part, t1_.AdjustedTsEnd(), t1_.IsReal()) < in FindEarliestFinishQuery()
459 std::make_tuple(t2_part, t2_.AdjustedTsEnd(), t2_.IsReal()); in FindEarliestFinishQuery()
468 PERFETTO_DCHECK(t1_.IsReal() || t2_.IsReal()); in Column()
489 partition = t1_.IsReal() ? t1_.partition() : t2_.partition(); in Column()
/dports/science/qmcpack/qmcpack-3.11.0/src/Utilities/for_testing/
H A DcheckMatrix.hpp34 using IsReal = std::enable_if_t<std::is_floating_point<T>::value, bool>; typedef
44 template<typename T, IsReal<T> = true>
/dports/misc/usd/USD-21.11/pxr/base/js/
H A Dvalue.h202 JS_API bool IsReal() const;
267 bool _Is(double*) const { return IsReal(); } in _Is()

12345678