Home
last modified time | relevance | path

Searched refs:kDefault (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/ftl/
Dmixins.h80 template <typename Self, typename T, auto kDefault = T{}>
83 constexpr DefaultConstructible() : DefaultConstructible(T{kDefault}) {} in DefaultConstructible()
/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc492 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/
Dinterpreter_test.cc1104 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction()
1114 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction()
1164 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enumerator