Home
last modified time | relevance | path

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

/external/clang/test/Parser/
Daltivec-csk-bool.c10 true_value = 1 enumerator
/external/clang/test/PCH/
Dcxx_exprs.h26 const bool true_value = true; variable
/external/tensorflow/tensorflow/python/util/
Dtf_should_use.py74 def _new__init__(self, true_value, tf_should_use_helper): argument
/external/python/cpython2/Lib/test/
Dtest_peepholer.py189 def f(cond, true_value, false_value): argument
/external/python/cpython3/Lib/test/
Dtest_peepholer.py248 def f(cond, true_value, false_value): argument
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dif_conversion.cpp69 Instruction* true_value = nullptr; in Process() local
Dir_builder.h317 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.h317 Instruction* AddSelect(uint32_t type, uint32_t cond, uint32_t true_value, in AddSelect()
/external/toolchain-utils/cros_utils/
Dmisc.py503 true_value='yes', argument
/external/v8/src/
Dcode-stub-assembler.h686 TNode<A> SelectConstant(TNode<BoolT> condition, TNode<A> true_value, in SelectConstant()
699 TNode<Smi> SelectSmiConstant(SloppyTNode<BoolT> condition, int true_value, in SelectSmiConstant()
703 TNode<Smi> SelectSmiConstant(SloppyTNode<BoolT> condition, Smi* true_value, in SelectSmiConstant()
707 TNode<Smi> SelectSmiConstant(SloppyTNode<BoolT> condition, int true_value, in SelectSmiConstant()
Dcode-stub-assembler.cc195 SloppyTNode<BoolT> condition, int true_value, int false_value) { in SelectInt32Constant()
201 SloppyTNode<BoolT> condition, int true_value, int false_value) { in SelectIntPtrConstant()
212 Smi* true_value, in SelectSmiConstant()
/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/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis_test.cc440 Output true_value = ops::Placeholder(root.WithOpName("true_value"), DT_FLOAT); in TEST() local
/external/googletest/googlemock/test/
Dgmock-generated-actions_test.cc606 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() argument
/external/google-breakpad/src/testing/test/
Dgmock-generated-actions_test.cc768 ACTION_P2(OverloadedAction, true_value, false_value) { in ACTION_P2() argument
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1195 LiftoffRegister true_value = __ PopToRegister(pinned); in Select() local
/external/v8/src/interpreter/
Dinterpreter-generator.cc1413 Node* true_value = TrueConstant(); in IGNITION_HANDLER() local