Home
last modified time | relevance | path

Searched defs:true_value (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Doperators_test.cpp35 int true_value(int x) { return x; } in true_value() function
36 long true_value(long x) { return x; } in true_value() function
37 signed char true_value(signed char x) { return x; } in true_value() function
38 unsigned int true_value(unsigned int x) { return x; } in true_value() function
39 unsigned long true_value(unsigned long x) { return x; } in true_value() function
40 unsigned char true_value(unsigned char x) { return x; } in true_value() function
102 T true_value(Wrapped1<T> x) { return x.value(); } in true_value() function
165 T true_value(Wrapped2<T,U> x) { return x.value(); } in true_value() function
184 T true_value(Wrapped3<T> x) { return x.value(); } in true_value() function
211 T true_value(Wrapped4<T,U> x) { return x.value(); } in true_value() function
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dstandard_callbacks.hpp19 template <> inline const char* true_value() { return "true"; } in true_value() function
20 template <> inline const wchar_t* true_value() { return L"true"; } in true_value() function
/aosp_15_r20/external/clang/test/Parser/
H A Daltivec-csk-bool.c10 true_value = 1 enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dexplicit_operator_bool.hpp98 static void true_value(OPERATORS_NOT_ALLOWED*) {} in true_value() function
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DThresholdDataset.h103 …void add_config(uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType threshol… in add_config()
/aosp_15_r20/external/clang/test/PCH/
H A Dcxx_exprs.h26 const bool true_value = true; variable
/aosp_15_r20/tools/repohooks/rh/
H A Dterminal.py160 true_value='yes', false_value='no', prolog=None): argument
/aosp_15_r20/external/libchrome/base/
H A Dvalues_unittest.cc49 Value true_value(true); in TEST() local
166 Value true_value(true); in TEST() local
267 Value true_value(true); in TEST() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_peepholer.py189 def f(cond, true_value, false_value): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dir.h526 ExprPtr true_value() const { in true_value() function
539 void set_true_value(ExprPtr true_value) { in set_true_value()
H A Dmem_dependency_checker.cpp980 ExprPtr true_value = v->true_value(); in visit() local
1017 ExprPtr true_value = v->ret_val1(); in visit() local
H A Dregisterizer.cpp319 ExprPtr true_value = v->true_value(); in visit() local
/aosp_15_r20/art/compiler/optimizing/
H A Dselect_generator.cc137 HInstruction* true_value = nullptr; in TryGenerateSelectSimpleDiamondPattern() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
H A Dir_builder.h355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
H A Dir_builder.h355 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dremove_mutation.cpp136 auto true_value = if_node->blocks().at(0)->outputs().at(offset); in tryMakeUnaliasedIfOutputAndMutationAtomic() local
/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dmisc.py493 true_value="yes", argument
/aosp_15_r20/external/cronet/base/
H A Dvalues_unittest.cc89 Value true_value(true); in TEST() local
254 Value true_value(true); in TEST() local
355 Value true_value(true); in TEST() local
/aosp_15_r20/external/eigen/test/
H A Dgpu_basic.cu146 const ComplexType true_value = ComplexType(ValueType(1), ValueType(0)); in operator ()() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_peepholer.py351 def f(cond, true_value, false_value): argument
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_cpp_codegen.cpp127 auto true_value = alloc<Sub>(alloc<IntImm>(0), alloc<IntImm>(1)); in TEST() local

12