Searched refs:kDefault (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/include/ftl/ |
D | mixins.h | 80 template <typename Self, typename T, auto kDefault = T{}> 83 constexpr DefaultConstructible() : DefaultConstructible(T{kDefault}) {} in DefaultConstructible()
|
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 492 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enumerator 644 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction() 659 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction()
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 1104 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction() 1114 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction() 1164 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enumerator
|