HomeSort by relevance Sort by last modified time
    Searched full:absolute (Results 176 - 200 of 5188) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eigen/Eigen/src/plugins/
MatrixCwiseUnaryOps.h 13 /** \returns an expression of the coefficient-wise absolute value of \c *this
23 /** \returns an expression of the coefficient-wise squared absolute value of \c *this
  /external/libvpx/libvpx/
keywords.dox 14 definition is an absolute requirement of the specification.
19 definition is an absolute prohibition of the specification.
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCFixupKinds.h 28 /// fixup_ppc_br24abs - 24-bit absolute relocation for direct branches
32 /// fixup_ppc_brcond14abs - 14-bit absolute relocation for conditional
  /external/llvm/test/CodeGen/SystemZ/
fp-abs-01.ll 1 ; Test floating-point absolute.
26 ; Test f128. With the loads and stores, a pure absolute would probably
fp-abs-02.ll 1 ; Test negated floating-point absolute.
28 ; Test f128. With the loads and stores, a pure negative-absolute would
  /external/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/
ppc32_elf_rel_addr16.s 14 # Check the higher 16-bits of the symbol's absolute address
20 # Check the lower 16-bits of the symbol's absolute address
  /external/llvm/test/MC/ELF/
file-double.s 20 // CHECK-NEXT: Section: Absolute (0xFFF1)
28 // CHECK-NEXT: Section: Absolute (0xFFF1)
  /external/toybox/tests/
modinfo.test 20 # Output of -F filename should be an absolute path to the module.
23 testing "modinfo -F filename gets absolute path" "[ -e `modinfo -F filename ne2k-pci` ] && echo ne2k-pci " "ne2k-pci\n" "" ""
  /external/toybox/toys/posix/
pwd.c 18 -P Print cannonical absolute path
28 // Only use $PWD if it's an absolute path alias for cwd with no "." or ".."
  /external/v8/tools/sodium/
styles.css 7 position:absolute;
15 position:absolute;
  /frameworks/base/core/java/android/view/animation/
TranslateXAnimation.java 42 super(fromXType, fromXValue, toXType, toXValue, ABSOLUTE, 0, ABSOLUTE, 0);
TranslateYAnimation.java 42 super(ABSOLUTE, 0, ABSOLUTE, 0, fromYType, fromYValue, toYType, toYValue);
  /frameworks/compile/mclinker/include/mcld/LD/
DiagSymbolResolutions.inc 43 "inconsistent definitions of absolute symbol `%0': old(%1) -> new(%2)",
44 "you defined an absolute symbol with different values")
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
keywords.dox 14 definition is an absolute requirement of the specification.
19 definition is an absolute prohibition of the specification.
  /system/extras/postinst/
postinst.sh 23 # This script receives no arguments. argv[0] will include the absolute path to
28 # that the absolute path used in first line of this script (/system/bin/sh) is
  /external/ant-glob/src/org/apache/tools/ant/util/
FileUtils.java 107 * Verifies that the specified filename represents an absolute path.
110 * at minimum match "\\a\b" to be considered an absolute path.
112 * @return true if the filename represents an absolute path.
143 * Dissect the specified absolute path.
153 // make sure we are dealing with an absolute path
155 throw new BuildException(path + " is not an absolute path");
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
ConvergingAlgorithm.java 68 * Set the absolute accuracy.
72 * expected absolute value of your results is of much smaller magnitude, set
85 * Get the actual absolute accuracy.
92 * Reset the absolute accuracy to the default.
101 * This is used to stop iterations if the absolute accuracy can't be
105 * safety measure, set the absolute accuracy to a ridiculously small value,
  /external/iptables/extensions/
libxt_rateest.man 2 target. It supports matching on absolute bps/pps values, comparing two rate
7 .\" * Absolute:
12 .\" * Absolute + Delta:
31 For each estimator (either absolute or relative mode), calculate the difference
46 In the so-called "absolute mode", only one rate estimator is used and compared
51 Name of the one rate estimator for absolute mode.
  /toolchain/binutils/binutils-2.25/opcodes/
m32c-desc.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
denoising_neon.c 77 /* Calculate absolute difference and sign masks. */
90 /* Calculate absolute adjustments for level 1, 2 and 3. */
100 /* Figure adjustment absolute value by selecting between the absolute
163 // The delta is set by the excess of absolute pixel diff over the
177 /* Calculate absolute difference and sign masks. */
184 // Clamp absolute difference to delta to get the adjustment.
301 /* Calculate absolute difference and sign masks. */
314 /* Calculate absolute adjustments for level 1, 2 and 3. */
324 /* Figure adjustment absolute value by selecting between the absolut
    [all...]
  /external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter_neon.cc 131 // Calculate absolute difference and sign masks.
141 // Calculate absolute adjustments for level 1, 2 and 3.
151 // Figure adjustment absolute value by selecting between the absolute
208 // The delta is set by the excess of absolute pixel diff over the
222 // Calculate absolute difference and sign masks.
228 // Clamp absolute difference to delta to get the adjustment.
  /external/llvm/test/Object/
readobj-shared-object.test 194 ELF: Section: Absolute (0xFFF1)
206 ELF: Section: Absolute (0xFFF1)
212 ELF: Section: Absolute (0xFFF1)
236 ELF: Section: Absolute (0xFFF1)
242 ELF: Section: Absolute (0xFFF1)
254 ELF: Section: Absolute (0xFFF1)
281 ELF: Section: Absolute (0xFFF1)
287 ELF: Section: Absolute (0xFFF1)
299 ELF: Section: Absolute (0xFFF1)
  /external/icu/icu4c/source/i18n/
bocsu.h 56 * We encode differences with few bytes if their absolute values are small.
58 * in ascending order, which forbids encoding the sign and the absolute value separately.
62 * For very small absolute values, the difference is added to a middle byte value
64 * For somewhat larger absolute values, the difference is divided by the number
67 * For large absolute values, the difference is similarly encoded in three bytes.
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_util.c 113 if( reg->Register.Absolute ) {
144 reg->Register.Absolute = 1;
148 reg->Register.Absolute = 1;
154 reg->Register.Absolute = 0;
159 reg->Register.Absolute = 0;
  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 105 * hint for selecting the external subset. This is always an absolute
122 * and read the entity text from that resulting absolute URI.
138 * are interpreted. This is always an absolute URI, unless it is
143 * being referenced; either a relative or absolute URI.
171 * being referenced; either a relative or absolute URI.

Completed in 724 milliseconds

1 2 3 4 5 6 78 91011>>