/external/webrtc/webrtc/common_audio/signal_processing/ |
D | min_max_operations.c | 39 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 …]
|
D | min_max_operations_neon.c | 19 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()
|
D | min_max_operations_mips.c | 230 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/ |
D | vec-abs-05.ll | 1 ; 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.
|
D | int-abs-01.ll | 1 ; 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.
|
D | int-neg-02.ll | 1 ; 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/ |
D | mips-pdr-bad.s | 8 .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/ |
D | shlib | 5 # 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/ |
D | search.css | 9 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/ |
D | install-symlink.in | 18 --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/ |
D | FileLocator.java | 89 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/ |
D | popup.css | 6 _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/ |
D | gim_box_collision.h | 145 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()
|
D | btBoxCollision.h | 365 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/ |
D | insn.h | 38 int absolute = insn & 2; in ppc_branch_dest() local 41 if (absolute) in ppc_branch_dest()
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | plugins.txt | 5 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/ |
D | PackageRemapper.java | 71 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/ |
D | track.css | 25 position: absolute; 31 position: absolute;
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | FakeWindowsFileSystem.groovy | 27 * <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
|
D | FakeUnixFileSystem.groovy | 101 * 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/ |
D | statistics.py | 128 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/ |
D | scan.css | 7 position: absolute; 18 position: absolute;
|
/external/okhttp/website/static/ |
D | app.css | 64 position: absolute; 169 position: absolute; 179 position: absolute;
|
/external/v8/tools/sodium/ |
D | styles.css | 7 position:absolute; 15 position:absolute;
|
/external/iptables/extensions/ |
D | libxt_rateest.man | 2 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.
|