| /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/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/toybox/tests/ |
| D | ln.test | 12 testing "create_hardlink" "ln file hlink && [ file -ef hlink ] && 14 testing "create_softlink" "ln -s file slink && [ -L slink ] && 19 testing "force_create_hardlink" "ln -f file hlink && 23 testing "force_create_symlink" "ln -f -s file slink && 29 testing "preserves_hardlinks" "ln file hlink 2>/dev/null || echo 'yes'" \ 34 testing "preserves_symlinks" "ln -s file slink 2>/dev/null || echo 'yes'" \ 39 testing "multilevel_symbolic_links" "ln -s dir slink && 40 ln -s file slink && [ -L slink -a -L slink/file ] && 44 testing "no_dereference" "ln -s dir slink && 45 ln -n -s file slink 2>/dev/null || [ -L slink ] && readlink slink" \ [all …]
|
| 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 47 ln -s . here && 48 ln -s ./sub dir && 61 ln -sf / link || exit 1 65 rm -f link && ln -sf link link || exit 1 73 ln -s link1 link2 [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/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/clang/test/Driver/ |
| D | parse-progname.c | 5 // RUN: ln -fs %clang %T/clang++ 6 // RUN: ln -fs %clang %T/clang++3.5.0 7 // RUN: ln -fs %clang %T/clang++-3.5 8 // RUN: ln -fs %clang %T/clang++-tot 9 // RUN: ln -fs %clang %T/clang-c++ 10 // RUN: ln -fs %clang %T/clang-g++ 11 // RUN: ln -fs %clang %T/c++ 12 // RUN: ln -fs %clang %T/foo-clang++ 13 // RUN: ln -fs %clang %T/foo-clang++-3.5 14 // RUN: ln -fs %clang %T/foo-clang++3.5 [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/musl/src/math/ |
| D | expm1l.c | 40 * in the basic range [-0.5 ln 2, 0.5 ln 2]. 60 -.5 ln 2 < x < .5 ln 2 74 /* C1 + C2 = ln 2 */ 77 /* ln 2^-65 */ 79 /* ln 2^16384 */ 97 /* Express x = ln 2 (k + remainder), remainder not exceeding 1/2. */ in expm1l() 100 /* remainder times ln 2 */ in expm1l() 104 /* Approximate exp(remainder ln 2).*/ in expm1l() 110 /* exp(x) = exp(k ln 2) exp(remainder ln 2) = 2^k exp(remainder ln 2). in expm1l() 111 We have qx = exp(remainder ln 2) - 1, so in expm1l()
|
| /external/cronet/third_party/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/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/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 41 LN=@LN@ 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" [all …]
|
| /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/cronet/buildtools/third_party/libc++/trunk/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/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
| D | DfpField.java | 92 /** High precision string representation of ln(2). */ 95 /** High precision string representation of ln(5). */ 98 /** High precision string representation of ln(10). */ 143 /** A {@link Dfp} with value ln(2). */ 146 /** A two elements {@link Dfp} array with value ln(2) split in two pieces. */ 149 /** A {@link Dfp} with value ln(5). */ 152 /** A two elements {@link Dfp} array with value ln(5) split in two pieces. */ 155 /** A {@link Dfp} with value ln(10). */ 480 /** Get the constant ln(2). 481 * @return a {@link Dfp} with value ln(2) [all …]
|
| /external/cronet/third_party/protobuf/kokoro/linux/64-bit/ |
| D | Dockerfile | 35 ln -s /opt/dotnet/dotnet /usr/local/bin 185 ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \ 186 ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \ 187 ln -sfn /usr/local/php-5.5/bin/phpize /usr/bin/phpize && \ 190 ln -sfn /usr/local/php-5.6/bin/php /usr/bin/php && \ 191 ln -sfn /usr/local/php-5.6/bin/php-config /usr/bin/php-config && \ 192 ln -sfn /usr/local/php-5.6/bin/phpize /usr/bin/phpize && \ 195 ln -sfn /usr/local/php-7.0/bin/php /usr/bin/php && \ 196 ln -sfn /usr/local/php-7.0/bin/php-config /usr/bin/php-config && \ 197 ln -sfn /usr/local/php-7.0/bin/phpize /usr/bin/phpize && \ [all …]
|
| /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() [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() [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/arm-trusted-firmware/tools/nxp/cert_create_helper/src/ |
| D | pdef_tbb_ext.c | 29 .ln = "DDR Firmware content certificate public key", 39 .ln = "DDR UDIMM IMEM 1D Firmware hash (SHA256)", 48 .ln = "DDR UDIMM IMEM 2D Firmware hash (SHA256)", 57 .ln = "DDR UDIMM DMEM 1D Firmware hash (SHA256)", 66 .ln = "DDR UDIMM DMEM 2D Firmware hash (SHA256)", 75 .ln = "DDR RDIMM IMEM 1D Firmware hash (SHA256)", 84 .ln = "DDR RDIMM IMEM 2D Firmware hash (SHA256)", 93 .ln = "DDR RDIMM DMEM 1D Firmware hash (SHA256)", 102 .ln = "DDR RDIMM DMEM 2D Firmware hash (SHA256)",
|
| /external/crcalc/tests/src/com/hp/creals/ |
| D | SlowCRTest.java | 132 checkEq(x, x.exp().ln(), "ln(exp) failed:" + xAsDouble); in checkExpLn() 139 checkApprEq(x.ln().doubleValue(), Math.log(xAsDouble), in checkExpLn() 141 checkEq(x, x.ln().exp(), "exp(ln) failed:" + xAsDouble); in checkExpLn() 142 checkEq(x.ln().divide(CR.valueOf(2)), x.sqrt().ln(), in checkExpLn() 143 "ln(sqrt) failed:" + xAsDouble); in checkExpLn() 144 // Check that ln(xv) = ln(x) + ln(v) for various v in checkExpLn() 148 x.ln().add(v.ln()), in checkExpLn() 149 x.multiply(v).ln(), in checkExpLn() 150 "ln(product) formula failed for:" + xAsDouble + "," + i); in checkExpLn() 200 checkEq(CR.valueOf(1).ln(), CR.valueOf(0), "ln(1) != 0"); in testSlowExpLn()
|
| /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'
|
| /external/python/cpython3/Mac/ |
| D | Makefile.in | 42 INSTALL_SYMLINK=ln -fsn 46 LN=@LN@ 74 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\ 83 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\ 93 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\ 103 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\ 113 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\ 134 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\ 143 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\ 153 $(LN) -s $(BINDIR)/$${fn} $${fn} ;\ [all …]
|
| /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 …]
|