/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/syslinux/core/ |
D | bios.inc | 23 absolute 4*1Ch 26 absolute 4*1Eh 31 absolute 0400h 33 absolute 0413h 35 absolute 0462h 37 absolute 046Ch 39 absolute 0472h 41 absolute 0484h
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.absolute/ |
D | absolute.pass.cpp | 31 ASSERT_NOT_NOEXCEPT(absolute(p)); in TEST_CASE() 32 ASSERT_NOT_NOEXCEPT(absolute(p, p)); in TEST_CASE() 46 path ret = absolute(p, base); in TEST_CASE() 61 path ret = absolute(p, base); in TEST_CASE() 80 path ret = absolute(p, base); in TEST_CASE() 94 path ret = absolute(p, base); in TEST_CASE() 110 const path ret = absolute(p); in TEST_CASE() 111 const path expect = absolute(p, base); in TEST_CASE()
|
/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/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_compiler_asm.c | 65 bool absolute; member 446 assert(!cg->src[0].absolute && !cg->src[0].negate); in translate_src_gen6() 466 assert(!cg->src[1].absolute && !cg->src[1].negate); in translate_src_gen6() 490 src->absolute << 13 | in translate_src_gen6() 512 src->absolute << 13; in translate_src_gen6() 552 src->absolute << 13 | in translate_src_gen6() 568 src->absolute << 13 | in translate_src_gen6() 845 cg->src[2].absolute << 9 | in codegen_inst_3src_gen6() 847 cg->src[1].absolute << 7 | in codegen_inst_3src_gen6() 849 cg->src[0].absolute << 5 | in codegen_inst_3src_gen6() [all …]
|
D | toy_compiler_reg.h | 146 unsigned absolute:1; /* true or false */ member 597 src.absolute = true; in tsrc_absolute() 630 bool absolute, bool negate, in tsrc_full() argument 644 src.absolute = absolute; in tsrc_full() 669 .absolute = false, in tsrc_null()
|
/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/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/conscrypt/openjdk/src/main/java/org/conscrypt/ |
D | NativeLibraryUtil.java | 50 public static void loadLibrary(String libName, boolean absolute) { in loadLibrary() argument 51 if (absolute) { in loadLibrary()
|
D | NativeLibraryLoader.java | 248 final ClassLoader loader, final String name, final boolean absolute) { in loadLibrary() argument 252 loadLibraryByHelper(newHelper, name, absolute); in loadLibrary() 259 NativeLibraryUtil.loadLibrary(name, absolute); // Fallback to local helper class. in loadLibrary() 263 final boolean absolute) throws UnsatisfiedLinkError { in loadLibraryByHelper() argument 272 return method.invoke(null, name, absolute); in loadLibraryByHelper()
|
/external/python/cpython2/Lib/msilib/ |
D | __init__.py | 254 self.absolute = os.path.join(basedir.absolute, physical) 257 self.absolute = physical 279 keyid = self.cab.gen_id(self.absolute, keyfile) 343 absolute = os.path.join(self.absolute, src) 349 sequence, logical = self.cab.append(absolute, file, logical) 354 filesize = os.stat(absolute).st_size 383 files = glob.glob1(self.absolute, pattern)
|
/external/fmtlib/doc/bootstrap/ |
D | carousel.less | 65 position: absolute; 94 position: absolute; 131 position: absolute; 174 position: absolute; 218 position: absolute;
|
/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/eigen/Eigen/src/plugins/ |
D | MatrixCwiseUnaryOps.h | 26 EIGEN_DOC_UNARY_ADDONS(cwiseAbs,absolute value) in EIGEN_DOC_UNARY_ADDONS() 39 EIGEN_DOC_UNARY_ADDONS(cwiseAbs2,squared absolute value) in EIGEN_DOC_UNARY_ADDONS()
|
/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
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/ |
D | scan.css | 7 position: absolute; 18 position: absolute;
|
/external/python/cpython2/Tools/msi/ |
D | msilib.py | 449 self.absolute = os.path.join(basedir.absolute, physical) 452 self.absolute = physical 474 keyid = self.cab.gen_id(self.absolute, keyfile) 524 absolute = os.path.join(self.absolute, src) 530 sequence, logical = self.cab.append(absolute, file, logical) 535 filesize = os.stat(absolute).st_size 545 filehash = MakeInstaller().FileHash(absolute, 0) 563 files = glob.glob1(self.absolute, pattern)
|