HomeSort by relevance Sort by last modified time
    Searched defs:adjusted (Results 1 - 25 of 30) sorted by null

1 2

  /external/elfutils/src/tests/
dwfl-addr-sect.c 36 Dwarf_Addr adjusted = address; local
38 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
48 elf_ndxscn (scn), adjusted);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
AndroidLocale.java 40 String adjusted = languageCode.toLowerCase(Locale.US); local
44 adjusted = "iw";
46 adjusted = "in";
48 adjusted = "ji";
51 return adjusted;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DebugInfoItem.java 169 int adjusted = opcode - 0x0A; local
170 int addressDiff = adjusted / 15;
171 int lineDiff = (adjusted % 15) - 4;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 233 int adjusted = next - 0x0A; local
234 codeAddress += adjusted / 15;
235 lineNumber += (adjusted % 15) - 4;
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 475 * source line gets adjusted. */
618 Elf_Word adjusted = local
620 state.address_ += (adjusted / stmtl_header_.line_range) *
679 const Elf_Word adjusted = op - stmtl_header_.opcode_base; local
681 state.address_ += (adjusted / stmtl_header_.line_range) *
689 (adjusted % stmtl_header_.line_range);
  /external/vixl/src/vixl/a64/
simulator-a64.h 204 // | halfbit(frac) halfbit(adjusted)
223 // adjusted = frac - (halfbit(mantissa) & ~onebit(frac)); / |
225 // mantissa = (mantissa >> shift) + halfbit(adjusted);
271 // For subnormal outputs, the shift must be adjusted by the exponent. The +1
309 uint64_t adjusted = mantissa - adjustment; local
310 T halfbit_adjusted = (adjusted >> (shift-1)) & 1;
    [all...]
  /external/bison/lib/
vasnprintf.c 3711 int adjusted; local
3846 int adjusted; local
4173 int adjusted; local
4320 int adjusted; local
    [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java 2095 String adjusted = languageCode.toLowerCase(Locale.US); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 315 operation is subnormal (that is, its adjusted exponent is less than
325 This occurs and signals overflow if the adjusted exponent of a result
364 adjusted exponent of the result would be smaller (more negative) than
831 self_adjusted = self.adjusted()
832 other_adjusted = other.adjusted()
2803 def adjusted(self): member in class:Decimal
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 315 operation is subnormal (that is, its adjusted exponent is less than
325 This occurs and signals overflow if the adjusted exponent of a result
364 adjusted exponent of the result would be smaller (more negative) than
831 self_adjusted = self.adjusted()
832 other_adjusted = other.adjusted()
2803 def adjusted(self): member in class:Decimal
    [all...]
  /external/v8/src/arm64/
simulator-arm64.cc 2617 uint64_t adjusted = mantissa - (halfbit_mantissa & ~onebit_mantissa); local
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.10/
gradle-tooling-api-1.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.11/
gradle-tooling-api-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 

Completed in 843 milliseconds

1 2