Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 565) sorted by relevance

12345678910>>...23

/external/webrtc/webrtc/common_audio/signal_processing/
Dmin_max_operations.c39 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW16C() local
44 absolute = abs((int)vector[i]); in WebRtcSpl_MaxAbsValueW16C()
46 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW16C()
47 maximum = absolute; in WebRtcSpl_MaxAbsValueW16C()
64 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32C() local
70 absolute = abs((int)vector[i]); in WebRtcSpl_MaxAbsValueW32C()
71 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW32C()
72 maximum = absolute; in WebRtcSpl_MaxAbsValueW32C()
142 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsIndexW16() local
147 absolute = abs((int)vector[i]); in WebRtcSpl_MaxAbsIndexW16()
[all …]
Dmin_max_operations_neon.c19 int absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW16Neon() local
53 absolute = abs((int)(*p_start)); in WebRtcSpl_MaxAbsValueW16Neon()
55 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW16Neon()
56 maximum = absolute; in WebRtcSpl_MaxAbsValueW16Neon()
75 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32Neon() local
111 absolute = abs((int)(*p_start)); in WebRtcSpl_MaxAbsValueW32Neon()
112 if (absolute > maximum) { in WebRtcSpl_MaxAbsValueW32Neon()
113 maximum = absolute; in WebRtcSpl_MaxAbsValueW32Neon()
Dmin_max_operations_mips.c230 uint32_t absolute = 0, maximum = 0; in WebRtcSpl_MaxAbsValueW32_mips() local
252 : [tmp1] "=&r" (tmp1), [maximum] "+r" (maximum), [absolute] "+r" (absolute) in WebRtcSpl_MaxAbsValueW32_mips()
/external/llvm/test/CodeGen/SystemZ/
Dvec-abs-05.ll1 ; Test f64 and v2f64 absolute.
8 ; Test a plain absolute.
17 ; Test a negative absolute.
27 ; Test an f64 absolute that uses vector registers.
37 ; Test an f64 negative absolute that uses vector registers.
Dint-abs-01.ll1 ; Test integer absolute.
5 ; Test i32->i32 absolute using slt.
16 ; Test i32->i32 absolute using sle.
27 ; Test i32->i32 absolute using sgt.
38 ; Test i32->i32 absolute using sge.
49 ; Test i32->i64 absolute.
61 ; Test i32->i64 absolute that uses an "in-register" form of sign extension.
74 ; Test i64 absolute.
Dint-neg-02.ll1 ; Test negative integer absolute.
5 ; Test i32->i32 negative absolute using slt.
17 ; Test i32->i32 negative absolute using sle.
29 ; Test i32->i32 negative absolute using sgt.
41 ; Test i32->i32 negative absolute using sge.
53 ; Test i32->i64 negative absolute.
66 ; Test i32->i64 negative absolute that uses an "in-register" form of
81 ; Test i64 negative absolute.
/external/llvm/test/MC/Mips/
Dmips-pdr-bad.s8 .ent foo, bar # AMS: :[[@LINE]]:23: error: expected an absolute expression after comma
16 .frame $sp, bar # ASM: :[[@LINE]]:25: error: frame size not an absolute expression
23 .mask foo # ASM: :[[@LINE]]:19: error: bitmask not an absolute expression
26 .mask 0x80000000, foo # ASM: :[[@LINE]]:31: error: frame offset not an absolute expression
30 .fmask foo # ASM: :[[@LINE]]:20: error: bitmask not an absolute expression
33 .fmask 0x80000000, foo # ASM: :[[@LINE]]:32: error: frame offset not an absolute expression
/external/shflags/lib/
Dshlib5 # Convert a relative path into it's absolute equivalent.
8 # path is not already absolute. It then removes all parent references (../) to
9 # reconstruct the proper absolute path.
14 # string: absolute path
/external/libjpeg-turbo/doc/html/search/
Dsearch.css9 position: absolute;
22 position:absolute;
32 position:absolute;
47 position:absolute;
65 position:absolute;
76 position: absolute;
101 position: absolute;
164 position: absolute;
/external/e2fsprogs/util/
Dinstall-symlink.in18 --absolute)
44 echo $SRC: Source pathname must be absolute
49 echo $DEST: Destination pathname must be absolute
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
DFileLocator.java89 String absolute = file.getAbsolutePath(); in locate() local
90 if (!canonical.endsWith(absolute)){ in locate()
92 … "\"" + canonical + "\" doesn't match \"" + absolute + "\""); in locate()
/external/slf4j/slf4j-site/src/site/pages/css/
Dpopup.css6 _position:absolute; /* hack for internet explorer 6*/
19 _position:absolute; /* hack for internet explorer 6*/
41 position:absolute;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
Dgim_box_collision.h145 m_AR[0] = vepsi + m_R1to0[0].absolute(); in calc_absolute_matrix()
146 m_AR[1] = vepsi + m_R1to0[1].absolute(); in calc_absolute_matrix()
147 m_AR[2] = vepsi + m_R1to0[2].absolute(); in calc_absolute_matrix()
333 btVector3 textends = extends.dot3(trans.getBasis().getRow(0).absolute(), in appy_transform()
334 trans.getBasis().getRow(1).absolute(), in appy_transform()
335 trans.getBasis().getRow(2).absolute()); in appy_transform()
434 btScalar _fMaximumExtent = extend.dot(direction.absolute()); in projection_interval()
543 btVector3 abs_diff = diff.absolute(); in collide_triangle_exact()
553 abs_diff = diff.absolute(); in collide_triangle_exact()
562 abs_diff = diff.absolute(); in collide_triangle_exact()
DbtBoxCollision.h365 btVector3 textends = extends.dot3(trans.getBasis().getRow(0).absolute(), in ATTRIBUTE_ALIGNED16()
366 trans.getBasis().getRow(1).absolute(), in ATTRIBUTE_ALIGNED16()
367 trans.getBasis().getRow(2).absolute()); in ATTRIBUTE_ALIGNED16()
382 btVector3 textends = extends.dot3(trans.m_R1to0.getRow(0).absolute(), in ATTRIBUTE_ALIGNED16()
383 trans.m_R1to0.getRow(1).absolute(), in ATTRIBUTE_ALIGNED16()
384 trans.m_R1to0.getRow(2).absolute()); in ATTRIBUTE_ALIGNED16()
483 btScalar _fMaximumExtent = extend.dot(direction.absolute()); in ATTRIBUTE_ALIGNED16()
600 btVector3 abs_diff = diff.absolute(); in ATTRIBUTE_ALIGNED16()
610 abs_diff = diff.absolute(); in ATTRIBUTE_ALIGNED16()
619 abs_diff = diff.absolute(); in ATTRIBUTE_ALIGNED16()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dinsn.h38 int absolute = insn & 2; in ppc_branch_dest() local
41 if (absolute) in ppc_branch_dest()
/external/owasp/sanitizer/tools/findbugs/doc/
Dplugins.txt5 a list of URLs to plugins. These URLs can be relative or absolute. If they
6 are absolute, they are relative to jar file that contained the pluginlist.properties
/external/jarjar/src/main/com/tonicsystems/jarjar/
DPackageRemapper.java71 boolean absolute = s.startsWith("/"); in mapPath()
72 if (absolute) s = s.substring(1); in mapPath()
76 if (absolute) s = "/" + s; in mapPath()
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/
Dtrack.css25 position: absolute;
31 position: absolute;
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DFakeWindowsFileSystem.groovy27 * <li>An absolute path starts with a drive specifier (e.g. 'a:' or 'c:') followed
106 * Return true if the specified path designates an absolute file path. For Windows
107 * paths, a path is absolute if it starts with a drive specifier followed by
111 * @return true if path is absolute, false otherwise
DFakeUnixFileSystem.groovy101 * Return true if the specified path designates an absolute file path. For Unix
102 * paths, a path is absolute if it starts with the '/' character.
105 * @return true if path is absolute, false otherwise
/external/chromium-trace/catapult/telemetry/telemetry/util/
Dstatistics.py128 def TimestampsDiscrepancy(timestamps, absolute=True, argument
170 if absolute:
179 def DurationsDiscrepancy(durations, absolute=True, argument
201 return TimestampsDiscrepancy(timestamps, absolute, location_count)
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
Dscan.css7 position: absolute;
18 position: absolute;
/external/okhttp/website/static/
Dapp.css64 position: absolute;
169 position: absolute;
179 position: absolute;
/external/v8/tools/sodium/
Dstyles.css7 position:absolute;
15 position:absolute;
/external/iptables/extensions/
Dlibxt_rateest.man2 target. It supports matching on absolute bps/pps values, comparing two rate
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.

12345678910>>...23