Home
last modified time | relevance | path

Searched refs:kBool (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/common/feature_policy/
H A Dfeature_policy.cc434 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
437 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
440 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
443 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
446 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
449 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
452 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
455 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
458 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
461 mojom::PolicyValueType::kBool)}, in GetDefaultFeatureList()
[all …]
H A Dpolicy_value.cc18 : type_(mojom::PolicyValueType::kBool), bool_value_(bool_value) {} in PolicyValue()
41 DCHECK_EQ(type_, mojom::PolicyValueType::kBool); in BoolValue()
51 DCHECK_EQ(mojom::PolicyValueType::kBool, type_); in SetBoolValue()
86 case mojom::PolicyValueType::kBool: in Combine()
101 case mojom::PolicyValueType::kBool: in operator ==()
119 case mojom::PolicyValueType::kBool: in operator <()
144 case mojom::PolicyValueType::kBool: in SetToMax()
158 case mojom::PolicyValueType::kBool: in SetToMin()
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/routines/
H A Dlogic.cc29 if ((kind1 == DtypeKind::kBool) != (kind2 == DtypeKind::kBool)) { in CheckLogicDtypes()
41 return internal::BroadcastBinary(LogicBinaryImpl<KernelType>{}, x1, x2, Dtype::kBool); in LogicBinary()
55 Array out = Empty(x.shape(), Dtype::kBool, x.device()); in LogicalNot()
67 …return static_cast<bool>(x2) ? x1.AsType(Dtype::kBool) : Zeros(x1.shape(), Dtype::kBool, x1.device… in LogicalAnd()
74 …eturn static_cast<bool>(x2) ? Ones(x1.shape(), Dtype::kBool, x1.device()) : x1.AsType(Dtype::kBool in LogicalOr()
81 Array out = internal::EmptyReduced(a.shape(), Dtype::kBool, sorted_axis, keepdims, a.device()); in All()
91 Array out = internal::EmptyReduced(a.shape(), Dtype::kBool, sorted_axis, keepdims, a.device()); in Any()
100 Array out = Empty(x.shape(), Dtype::kBool, x.device()); in IsNan()
109 Array out = Empty(x.shape(), Dtype::kBool, x.device()); in IsInf()
118 Array out = Empty(x.shape(), Dtype::kBool, x.device()); in IsFinite()
H A Dmisc.cc27 if ((kind1 == DtypeKind::kBool) != (kind2 == DtypeKind::kBool)) { in CheckComparisonDtypes()
142 if (x.dtype() == Dtype::kBool) { in Square()
186 if (x.dtype() == Dtype::kBool) { in Absolute()
211 if (x1.dtype() == Dtype::kBool && x2.kind() == DtypeKind::kBool) { in Maximum()
221 if (x1.dtype() == Dtype::kBool && x2.dtype() == Dtype::kBool) { in Maximum()
229 if (x1.dtype() == Dtype::kBool && x2.kind() == DtypeKind::kBool) { in Minimum()
239 if (x1.dtype() == Dtype::kBool && x2.dtype() == Dtype::kBool) { in Minimum()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/feature_policy/
H A Dpolicy_value.cc29 : type_(mojom::PolicyValueType::kBool), bool_value_(bool_value) {} in PolicyValue()
56 DCHECK_EQ(type_, mojom::PolicyValueType::kBool); in BoolValue()
71 DCHECK_EQ(mojom::PolicyValueType::kBool, type_); in SetBoolValue()
99 case mojom::PolicyValueType::kBool: in operator ==()
119 case mojom::PolicyValueType::kBool: in IsCompatibleWith()
134 case mojom::PolicyValueType::kBool: in SetToMax()
148 case mojom::PolicyValueType::kBool: in SetToMin()
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/python/
H A Ddtype.cc25 return Dtype::kBool; in GetDtypeFromString()
38 return Dtype::kBool; in GetDtypeFromString()
48 return Dtype::kBool; in GetDtypeFromNumpyDtype()
97 return Dtype::kBool; in GetDtype()
119 return Dtype::kBool; in GetDtype()
151 case Dtype::kBool: in GetNumpyDtypeFromModule()
/dports/science/py-chainer/chainer-7.8.0/chainerx_cc/chainerx/
H A Ddtype.cc16 if (kind1 == DtypeKind::kBool) { in PromoteTypes()
19 if (kind2 == DtypeKind::kBool) { in PromoteTypes()
67 {"bool", Dtype::kBool}, in GetDtype()
77 {"?", Dtype::kBool}, in GetDtype()
100 Dtype::kBool, in GetAllDtypes()
/dports/audio/faust/faust-2.37.3/compiler/generator/csharp/
H A Dcsharp_instructions.hh265 if (fTypingVisitor.fCurType == Typed::kBool) { in visit()
271 if (fTypingVisitor.fCurType == Typed::kBool) { in visit()
354 if (type1 != Typed::kBool) { in visit()
366 if (type2 != Typed::kBool) { in visit()
387 bool forceInt = (type1 != Typed::kBool) || (type2 != Typed::kBool); in visit()
393 if (forceInt && (type1 == Typed::kBool)) { in visit()
402 if (forceInt && (type2 == Typed::kBool)) { in visit()
422 if (fTypingVisitor.fCurType != Typed::kBool) in visitCond()
433 if (fTypingVisitor.fCurType == Typed::kBool) { in visit()
/dports/audio/faust/faust-2.37.3/compiler/extended/
H A Dmaxprim.hh139 faustassert(b1 == kBool); // second is boolean, cast to int in generateCode()
148 faustassert(b0 == kBool); // first is boolean, cast to int in generateCode()
158 faustassert(b0 == kBool); in generateCode()
159 faustassert(b1 == kBool); // both are booleans, cast both in generateCode()
198 faustassert(b1 == kBool); // second is boolean, cast to int in old_generateCode()
202 faustassert(b0 == kBool); // first is boolean, cast to int in old_generateCode()
207 faustassert(b0 == kBool); in old_generateCode()
208 faustassert(b1 == kBool); in old_generateCode()
H A Dminprim.hh139 faustassert(b1 == kBool); // second is boolean, cast to int in generateCode()
148 faustassert(b0 == kBool); // first is boolean, cast to int in generateCode()
158 faustassert(b0 == kBool); in generateCode()
159 faustassert(b1 == kBool); // both are booleans, cast both in generateCode()
198 faustassert(b1 == kBool); // second is boolean, cast to int in old_generateCode()
202 faustassert(b0 == kBool); // first is boolean, cast to int in old_generateCode()
207 faustassert(b0 == kBool); in old_generateCode()
208 faustassert(b1 == kBool); in old_generateCode()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions_type.hh57 kBool, enumerator
134 case kBool: in getPtrFromType()
166 case kBool: in getVecFromType()
213 return kBool; in getTypeFromPtr()
245 return kBool; in getTypeFromVec()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h129 kBool, kInteger, kFloatingPoint, kOther
141 GMOCK_DECLARE_KIND_(bool, kBool);
191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
196 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
201 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
206 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
232 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/net/flower/flower-0.10/contrib/googletest-release-1.8.0/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/devel/llvm11/llvm-11.0.1.src/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h129 kBool, kInteger, kFloatingPoint, kOther
141 GMOCK_DECLARE_KIND_(bool, kBool);
191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
196 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
201 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
206 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
232 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/devel/llvm90/llvm-9.0.1.src/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h129 kBool, kInteger, kFloatingPoint, kOther
141 GMOCK_DECLARE_KIND_(bool, kBool);
191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
196 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
201 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
206 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
232 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/devel/llvm10/llvm-10.0.1.src/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h129 kBool, kInteger, kFloatingPoint, kOther
141 GMOCK_DECLARE_KIND_(bool, kBool);
191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
196 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
201 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
206 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
232 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/math/curv/curv-0.5/extern/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/devel/arpc/arpc-0.7/contrib/googletest-release-1.8.0/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/science/gromacs/gromacs-2021.4/src/external/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h129 kBool, kInteger, kFloatingPoint, kOther
141 GMOCK_DECLARE_KIND_(bool, kBool);
191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
196 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
201 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
206 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
232 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h129 kBool, kInteger, kFloatingPoint, kOther
141 GMOCK_DECLARE_KIND_(bool, kBool);
191 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
196 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
201 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
206 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
232 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/lang/spidermonkey60/firefox-60.9.0/testing/gtest/gmock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>
/dports/biology/vcflib/vcflib-1.0.2/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h127 kBool, kInteger, kFloatingPoint, kOther
139 GMOCK_DECLARE_KIND_(bool, kBool);
189 struct LosslessArithmeticConvertibleImpl<kBool, bool, kBool, bool>
194 struct LosslessArithmeticConvertibleImpl<kBool, bool, kInteger, To>
199 struct LosslessArithmeticConvertibleImpl<kBool, bool, kFloatingPoint, To>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
230 struct LosslessArithmeticConvertibleImpl<kFloatingPoint, From, kBool, bool>

12345678910>>...30