/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ln.decTest | 2 -- ln.decTest -- decimal natural logarithm -- 30 lnxs001 ln 0 -> -Infinity 31 lnxs002 ln 1.000 -> 0 32 lnxs003 ln 2.71828183 -> 1.00000000 Inexact Rounded 33 lnxs004 ln 10 -> 2.30258509 Inexact Rounded 34 lnxs005 ln +Infinity -> Infinity 39 lnx0001 ln 0 -> -Infinity 40 lnx0002 ln 1E-9 -> -20.72326583694641 Inexact Rounded 41 lnx0003 ln 0.0007 -> -7.264430222920869 Inexact Rounded 42 lnx0004 ln 0.1 -> -2.302585092994046 Inexact Rounded [all …]
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | ln.decTest | 2 -- ln.decTest -- decimal natural logarithm -- 30 lnxs001 ln 0 -> -Infinity 31 lnxs002 ln 1.000 -> 0 32 lnxs003 ln 2.71828183 -> 1.00000000 Inexact Rounded 33 lnxs004 ln 10 -> 2.30258509 Inexact Rounded 34 lnxs005 ln +Infinity -> Infinity 39 lnx0001 ln 0 -> -Infinity 40 lnx0002 ln 1E-9 -> -20.72326583694641 Inexact Rounded 41 lnx0003 ln 0.0007 -> -7.264430222920869 Inexact Rounded 42 lnx0004 ln 0.1 -> -2.302585092994046 Inexact Rounded [all …]
|
/external/arm-trusted-firmware/tools/cert_create/src/tbbr/ |
D | tbb_ext.c | 28 .ln = "Trusted World Non-Volatile counter", 38 .ln = "Non-Trusted Firmware Non-Volatile counter", 48 .ln = "Trusted Boot Firmware hash (SHA256)", 57 .ln = "Trusted Boot Firmware Config hash", 67 .ln = "HW Config hash", 77 .ln = "Firmware Config hash", 85 .ln = "Trusted World Public Key", 93 .ln = "Non-Trusted World Public Key", 101 .ln = "SCP Firmware content certificate public key", 111 .ln = "SCP Firmware hash (SHA256)", [all …]
|
/external/arm-trusted-firmware/tools/cert_create/src/dualroot/ |
D | cot.c | 220 .ln = "Trusted World Non-Volatile counter", 231 .ln = "Trusted Boot Firmware hash (SHA256)", 241 .ln = "Trusted Boot Firmware Config hash", 252 .ln = "HW Config hash", 263 .ln = "Firmware Config hash", 272 .ln = "Trusted World Public Key", 281 .ln = "SCP Firmware content certificate public key", 292 .ln = "SCP Firmware hash (SHA256)", 300 .ln = "SoC Firmware content certificate public key", 311 .ln = "SoC AP Firmware hash (SHA256)", [all …]
|
/external/toybox/tests/ |
D | readlink.test | 18 ln -sf notfound link 22 ln -sf ../../ link 25 ln -sf file link 27 ln -sf . link 29 ln -snf link link 43 ln -s . here && 44 ln -s ./sub dir && 56 ln -sf / link || exit 1 60 rm -f link && ln -sf link link || exit 1 68 ln -s link1 link2 [all …]
|
D | tar.test | 100 ln -s ../name.././.. dir/link 105 ln dir/file dir/hardlink 109 ln dir/link dir/hlink 124 ln -s dir/${LONG:1:96} dir/lshort 125 ln -s dir/${LONG:1:97} dir/llong 129 ln -s $LONG dir/${LONG:5} 134 ln -s file dir/linkok 138 ln -s /dev/null dir/linknull 142 ln -s rel/broken dir/relbrok 146 ln -s /does/not/exist dir/linkabsbrok [all …]
|
/external/llvm-project/clang/utils/perf-training/ |
D | perf-helper.py | 118 for ln in cc_output.split('\n'): 120 if (ln == 'Using built-in specs.' or 121 ln.startswith('Configured with:') or 122 ln.startswith('Target:') or 123 ln.startswith('Thread model:') or 124 ln.startswith('InstalledDir:') or 125 ln.startswith('LLVM Profile Note') or 126 ln.startswith(' (in-process)') or 127 ' version ' in ln): 129 cc_commands.append(ln) [all …]
|
/external/llvm-project/llvm/utils/lit/lit/formats/ |
D | googletest.py | 55 for ln in output.splitlines(False): # Don't keep newlines. 56 ln = lit.util.to_string(ln) 58 if 'Running main() from gtest_main.cc' in ln: 69 ln = ln.split('#', 1)[0].rstrip() 70 if not ln.lstrip(): 74 while ln[index*2:index*2+2] == ' ': 79 ln = ln[index*2:] 80 if ln.endswith('.'): 81 nested_tests.append(ln) 83 for name in nested_tests + [ln]]): [all …]
|
/external/clang/utils/perf-training/ |
D | perf-helper.py | 118 for ln in cc_output.split('\n'): 120 if (ln == 'Using built-in specs.' or 121 ln.startswith('Configured with:') or 122 ln.startswith('Target:') or 123 ln.startswith('Thread model:') or 124 ln.startswith('InstalledDir:') or 125 ln.startswith('LLVM Profile Note') or 126 ' version ' in ln): 128 cc_commands.append(ln) 185 for ln in f: [all …]
|
/external/python/cpython2/Mac/ |
D | Makefile.in | 37 INSTALL_SYMLINK=ln -fsn 57 ln -sf python$(VERSION) "$(DESTDIR)$(prefix)/bin/python2" 58 ln -sf python2 "$(DESTDIR)$(prefix)/bin/python" 59 ln -sf pythonw$(VERSION) "$(DESTDIR)$(prefix)/bin/pythonw2" 60 ln -sf pythonw2 "$(DESTDIR)$(prefix)/bin/pythonw" 64 ln -sf python$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/python2-32" 65 ln -sf python2-32 "$(DESTDIR)$(prefix)/bin/python-32" 66 ln -sf pythonw$(VERSION)-32 "$(DESTDIR)$(prefix)/bin/pythonw2-32" 67 ln -sf pythonw2-32 "$(DESTDIR)$(prefix)/bin/pythonw-32" 87 ln -fs "$(prefix)/bin/$${fn}" "$(DESTDIR)$(FRAMEWORKUNIXTOOLSPREFIX)/bin/$${fn}" ;\ [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | ResourceBasedPeriodFormatterDataService.java | 100 String ln = localeName; in get() local 101 while (!availableLocales.contains(ln)) { in get() 102 int ix = ln.lastIndexOf("_"); in get() 104 ln = ln.substring(0, ix); in get() 105 } else if (!"test".equals(ln)) { in get() 106 ln = "test"; in get() 108 ln = null; in get() 112 if (ln != null) { in get() 113 String name = PATH + "pfd_" + ln + ".xml"; in get() 117 DataRecord dr = DataRecord.read(ln, new XMLRecordReader(reader)); in get()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
D | ResourceBasedPeriodFormatterDataService.java | 102 String ln = localeName; in get() local 103 while (!availableLocales.contains(ln)) { in get() 104 int ix = ln.lastIndexOf("_"); in get() 106 ln = ln.substring(0, ix); in get() 107 } else if (!"test".equals(ln)) { in get() 108 ln = "test"; in get() 110 ln = null; in get() 114 if (ln != null) { in get() 115 String name = PATH + "pfd_" + ln + ".xml"; in get() 119 DataRecord dr = DataRecord.read(ln, new XMLRecordReader(reader)); in get()
|
/external/mtools/ |
D | README.BEBOX | 77 ln -s mtools mattrib 78 ln -s mtools mbadblocks 79 ln -s mtools mcd 80 ln -s mtools mcopy 81 ln -s mtools mdel 82 ln -s mtools mdeltree 83 ln -s mtools mdir 84 ln -s mtools mformat 85 ln -s mtools minfo 86 ln -s mtools mlabel [all …]
|
/external/crosvm/ci/build_environment/ |
D | Makefile | 82 ln -sf $(BUILD)/tpm2/libtpm2.a $(LIB)/libtpm2.a 83 ln -sf $(MAKEFILE_DIR)/pkgconfig/libtpm2.pc $(LIB)/pkgconfig/ 86 ln -sf $(BUILD)/minijail/libminijail.so $(LIB) 87 ln -sf $(LIB)/libminijail.so $(LIB)/libminijail.so.1 88 ln -sf $(MAKEFILE_DIR)/pkgconfig/libminijail.pc $(LIB)/pkgconfig/ 91 ln -sf $(BUILD)/minigbm/libminigbm.so.1.0.0 $(LIB)/libgbm.so 92 ln -sf $(LIB)/libgbm.so $(LIB)/libgbm.so.1 93 ln -sf $(SRC)/platform/minigbm/gbm.pc $(LIB)/pkgconfig/ 96 ln -sf $(BUILD)/virglrenderer/src/libvirglrenderer.so $(LIB) 97 ln -sf $(LIB)/libvirglrenderer.so $(LIB)/libvirglrenderer.so.1 [all …]
|
/external/llvm-project/libcxx/utils/libcxx/test/ |
D | googlebenchmark.py | 50 for ln in output.splitlines(False): # Don't keep newlines. 51 ln = lit.util.to_string(ln) 52 if not ln.strip(): 56 while ln[index*2:index*2+2] == ' ': 61 ln = ln[index*2:] 62 if ln.endswith('.'): 63 nested_tests.append(ln) 65 for name in nested_tests + [ln]]): 70 yield ''.join(nested_tests) + ln
|
/external/libcxx/utils/libcxx/test/ |
D | googlebenchmark.py | 50 for ln in output.splitlines(False): # Don't keep newlines. 51 ln = lit.util.to_string(ln) 52 if not ln.strip(): 56 while ln[index*2:index*2+2] == ' ': 61 ln = ln[index*2:] 62 if ln.endswith('.'): 63 nested_tests.append(ln) 65 for name in nested_tests + [ln]]): 70 yield ''.join(nested_tests) + ln
|
/external/llvm-project/libclc/generic/lib/math/ |
D | clc_exp10.cl | 32 // e^x = 2^(x/ln(2)) = 2^(x*(64/ln(2))/64) 34 // x*(64/ln(2)) = n + f, |f| <= 0.5, n is integer 39 // = (2^m) * (2^(j/64)) * e^(f*(ln(2)/64)) 41 // f = x*(64/ln(2)) - n 42 // r = f*(ln(2)/64) = x - n*(ln(2)/64) 100 const double X_MAX = 0x1.34413509f79ffp+8; // 1024*ln(2)/ln(10) 101 const double X_MIN = -0x1.434e6420f4374p+8; // -1074*ln(2)/ln(10) 103 const double R_64_BY_LOG10_2 = 0x1.a934f0979a371p+7; // 64*ln(10)/ln(2) 104 const double R_LOG10_2_BY_64_LD = 0x1.3441350000000p-8; // head ln(2)/(64*ln(10)) 105 const double R_LOG10_2_BY_64_TL = 0x1.3ef3fde623e25p-37; // tail ln(2)/(64*ln(10)) [all …]
|
/external/llvm/utils/lit/lit/formats/ |
D | googletest.py | 42 for ln in lines: 43 if not ln.strip(): 46 if 'Running main() from gtest_main.cc' in ln: 54 while ln[index*2:index*2+2] == ' ': 59 ln = ln[index*2:] 60 if ln.endswith('.'): 61 nested_tests.append(ln) 63 for name in nested_tests + [ln]]): 68 yield ''.join(nested_tests) + ln
|
/external/libcups/test/ |
D | run-stp-tests.sh | 298 ln -s $root/locale/cups_$loc.po $BASE/share/locale/$loc 301 ln -s $root/locale/cups.pot $BASE/share/locale/en/cups_en.po 312 ln -s $root/backend/dnssd $BASE/bin/backend 313 ln -s $root/backend/http $BASE/bin/backend 314 ln -s $root/backend/ipp $BASE/bin/backend 315 ln -s ipp $BASE/bin/backend/ipps 316 ln -s $root/backend/lpd $BASE/bin/backend 317 ln -s $root/backend/mdns $BASE/bin/backend 318 ln -s $root/backend/pseudo $BASE/bin/backend 319 ln -s $root/backend/snmp $BASE/bin/backend [all …]
|
/external/protobuf/kokoro/linux/32-bit/ |
D | Dockerfile | 102 ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \ 103 ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \ 104 ln -sfn /usr/local/php-5.5/bin/phpize /usr/bin/phpize && \ 107 ln -sfn /usr/local/php-5.6/bin/php /usr/bin/php && \ 108 ln -sfn /usr/local/php-5.6/bin/php-config /usr/bin/php-config && \ 109 ln -sfn /usr/local/php-5.6/bin/phpize /usr/bin/phpize && \ 112 ln -sfn /usr/local/php-7.0/bin/php /usr/bin/php && \ 113 ln -sfn /usr/local/php-7.0/bin/php-config /usr/bin/php-config && \ 114 ln -sfn /usr/local/php-7.0/bin/phpize /usr/bin/phpize && \ 117 ln -sfn /usr/local/php-7.1/bin/php /usr/bin/php && \ [all …]
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ |
D | tool-name.test | 7 # RUN: ln -s llvm-objcopy %t/llvm-objcopy-11.exe 8 # RUN: ln -s llvm-objcopy %t/powerpc64-unknown-freebsd13-objcopy 16 # RUN: ln -s llvm-strip %t/strip.exe 17 # RUN: ln -s llvm-strip %t/gnu-llvm-strip-10 26 # RUN: ln -s llvm-install-name-tool %t/llvm-install-name-tool-10 27 # RUN: ln -s llvm-install-name-tool %t/install_name_tool.exe 36 # RUN: ln -s llvm-bitcode-strip %t/llvm-bitcode-strip-10 37 # RUN: ln -s llvm-bitcode-strip %t/bitcode_strip.exe
|
/external/boringssl/src/crypto/obj/ |
D | obj.c | 100 char *sn = NULL, *ln = NULL; in OBJ_dup() local 116 r->ln = r->sn = NULL; in OBJ_dup() 131 if (o->ln != NULL) { in OBJ_dup() 132 ln = OPENSSL_strdup(o->ln); in OBJ_dup() 133 if (ln == NULL) { in OBJ_dup() 146 r->ln = ln; in OBJ_dup() 155 OPENSSL_free(ln); in OBJ_dup() 290 return strcmp(name, kObjects[nid].ln); in long_name_cmp() 298 template.ln = long_name; in OBJ_ln2nid() 382 return obj->ln; in OBJ_nid2ln() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/obj/ |
D | obj.c | 100 char *sn = NULL, *ln = NULL; in OBJ_dup() local 116 r->ln = r->sn = NULL; in OBJ_dup() 131 if (o->ln != NULL) { in OBJ_dup() 132 ln = OPENSSL_strdup(o->ln); in OBJ_dup() 133 if (ln == NULL) { in OBJ_dup() 146 r->ln = ln; in OBJ_dup() 155 OPENSSL_free(ln); in OBJ_dup() 290 return strcmp(name, kObjects[nid].ln); in long_name_cmp() 298 template.ln = long_name; in OBJ_ln2nid() 382 return obj->ln; in OBJ_nid2ln() [all …]
|
/external/llvm-project/clang/utils/ |
D | CmpDriver | 99 for ln in err.split('\n'): 100 if (ln == 'Using built-in specs.' or 101 ln.startswith('Target: ') or 102 ln.startswith('Configured with: ') or 103 ln.startswith('Thread model: ') or 104 ln.startswith('gcc version') or 105 ln.startswith('clang version')): 107 elif ln.strip().startswith('"'): 108 self.commands.append(list(splitArgs(ln))) 110 self.stderr += ln + '\n'
|
/external/clang/utils/ |
D | CmpDriver | 99 for ln in err.split('\n'): 100 if (ln == 'Using built-in specs.' or 101 ln.startswith('Target: ') or 102 ln.startswith('Configured with: ') or 103 ln.startswith('Thread model: ') or 104 ln.startswith('gcc version') or 105 ln.startswith('clang version')): 107 elif ln.strip().startswith('"'): 108 self.commands.append(list(splitArgs(ln))) 110 self.stderr += ln + '\n'
|