Searched refs:Absolute (Results 1 – 19 of 19) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ResolveInfo.cpp | 103 if (pBinding == Local || pBinding == Absolute) in setBinding() 105 if (pBinding == Weak || pBinding == Absolute) in setBinding() 197 return ResolveInfo::Absolute; in binding()
|
D | ELFReaderIf.cpp | 85 return ResolveInfo::Absolute; in getSymBinding()
|
D | IdenticalCodeFolding.cpp | 266 (sym->binding() == ResolveInfo::Absolute)) { in initConstantContent()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 400 ResolveInfo::Absolute, in initStandardSymbols() 410 ResolveInfo::Absolute, in initStandardSymbols() 420 ResolveInfo::Absolute, in initStandardSymbols() 429 ResolveInfo::Absolute, in initStandardSymbols() 438 ResolveInfo::Absolute, in initStandardSymbols() 448 ResolveInfo::Absolute, in initStandardSymbols() 459 ResolveInfo::Absolute, in initStandardSymbols() 470 ResolveInfo::Absolute, in initStandardSymbols() 481 ResolveInfo::Absolute, in initStandardSymbols() 499 f_pPreInitArrayStart->resolveInfo()->setBinding(ResolveInfo::Absolute); in finalizeStandardSymbols() [all …]
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | shared.rsh | 77 /* Absolute epsilon used for floats. Value is similar to float.h. */
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | shared.rsh | 77 /* Absolute epsilon used for floats. Value is similar to float.h. */
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 70 enum Binding { Global = 0, Weak = 1, Local = 2, Absolute = 3, NoneBinding }; enumerator
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | shared.rsh | 80 /* Absolute epsilon used for floats. Value is similar to float.h. */
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 494 ResolveInfo::Absolute, in initTargetSymbols() 504 ResolveInfo::Absolute, in initTargetSymbols() 514 ResolveInfo::Absolute, in initTargetSymbols()
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 186 <h4>Absolute humidity</h4> 188 <p>The absolute humidity is the mass of water vapor in a given volume of dry air. Absolute
|
/frameworks/compile/mclinker/lib/Object/ |
D | ObjectLinker.cpp | 553 ResolveInfo::Absolute, in addScriptSymbols() 568 ResolveInfo::Absolute, in addScriptSymbols()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 248 ResolveInfo::Absolute, in initTargetSymbols() 258 ResolveInfo::Absolute, in initTargetSymbols()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 153 ResolveInfo::Absolute, in initTargetSymbols() 163 ResolveInfo::Absolute, in initTargetSymbols()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 430 ResolveInfo::Common == pDesc || ResolveInfo::Absolute == pBind || in AddSymbol()
|
/frameworks/rs/api/ |
D | rs_math.spec | 159 summary: Absolute value of an integer 828 summary: Absolute value of a float
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | index.jd | 659 Absolute value of an integer 907 Absolute value of a float
|
D | overview.jd | 801 Absolute value of an integer 1017 Absolute value of a float
|
D | rs_math.jd | 156 Absolute value of an integer 372 Absolute value of a float 1344 <span class='normal'>: Absolute value of an integer</span> 2924 <span class='normal'>: Absolute value of a float</span>
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 157 * abs: Absolute value of an integer 1583 * fabs: Absolute value of a float
|