Home
last modified time | relevance | path

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

12

/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 …]
/external/clang/test/Parser/
Daltivec-csk-bool.c10 true_value = 1 enumerator
/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
/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
/external/ComputeLibrary/tests/datasets/
DThresholdDataset.h103 …void add_config(uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType threshol… in add_config()
/external/clang/test/PCH/
Dcxx_exprs.h26 const bool true_value = true; variable
/external/angle/third_party/spirv-tools/src/source/opt/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h356 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/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()
/external/swiftshader/third_party/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()
/external/pytorch/torch/csrc/jit/passes/
Dremove_mutation.cpp136 auto true_value = if_node->blocks().at(0)->outputs().at(offset); in tryMakeUnaliasedIfOutputAndMutationAtomic() local
/external/toolchain-utils/cros_utils/
Dmisc.py493 true_value="yes", argument
/external/eigen/test/
Dgpu_basic.cu146 const ComplexType true_value = ComplexType(ValueType(1), ValueType(0)); in operator ()() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dir.h526 ExprPtr true_value() const { in true_value() function
539 void set_true_value(ExprPtr true_value) { in set_true_value()
Dmem_dependency_checker.cpp980 ExprPtr true_value = v->true_value(); in visit() local
1017 ExprPtr true_value = v->ret_val1(); in visit() local
Dregisterizer.cpp319 ExprPtr true_value = v->true_value(); in visit() local
Dir_mutator.cpp231 ExprPtr true_value = v->true_value(); in mutate() local
/external/libchrome/base/
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
/external/pytorch/test/cpp/tensorexpr/
Dtest_cpp_codegen.cpp127 auto true_value = alloc<Sub>(alloc<IntImm>(0), alloc<IntImm>(1)); in TEST() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dselect_v2_test_util.cc61 constexpr float true_value = 99.f; in SetUpData() local
/external/cronet/tot/base/
Dvalues_unittest.cc94 Value true_value(true); in TEST() local
259 Value true_value(true); in TEST() local
360 Value true_value(true); in TEST() local
/external/cronet/stable/base/
Dvalues_unittest.cc94 Value true_value(true); in TEST() local
259 Value true_value(true); in TEST() local
360 Value true_value(true); in TEST() local
/external/cronet/stable/net/socket/
Dtcp_socket_win.cc763 BOOL true_value = 1; in SetExclusiveAddrUse() local

12