Searched refs:Binary (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h31 enum CodeGenType { Unknown, Object, DynObj, Exec, External, Binary }; enumerator in enum:mcld::LinkerConfig::CodeGenType
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h35 Binary, enumerator in enum:mcld::Input::Type
/frameworks/native/libs/math/include/math/
H A Dhalf.h96 enum Binary { binary }; enum
97 explicit constexpr half(Binary, uint16_t bits) noexcept : mBits(bits) { }
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp267 case mcld::LinkerConfig::Binary:
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp41 LinkerConfig::Binary == pConfig.codeGenType());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp55 LinkerConfig::Binary == m_Config.codeGenType());
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp131 if (LinkerConfig::Binary == config().codeGenType())
191 case LinkerConfig::Binary: {
668 case LinkerConfig::Binary:
686 case LinkerConfig::Binary:
766 case LinkerConfig::Binary: {
2643 LinkerConfig::Binary == config().codeGenType()) {
2662 LinkerConfig::Binary == config().codeGenType()) {
2733 LinkerConfig::Binary == config().codeGenType()))
2784 LinkerConfig::Binary != config().codeGenType()))
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp123 bool is_binary = m_Config.codeGenType() == LinkerConfig::Binary;
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp494 config_.setCodeGenType(mcld::LinkerConfig::Binary);
/frameworks/rs/script_api/
H A Drs_math.spec1113 summary: Binary mantissa and exponent

Completed in 251 milliseconds