HomeSort by relevance Sort by last modified time
    Searched refs:nd (Results 26 - 50 of 197) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/v8/test/webkit/
avl-crash.js 41 "242nd St",
47 "2nd Ave-Houston St",
62 "42nd St-5th Ave-6th Ave",
63 "42nd St-5th Ave-6th Ave",
92 "Bay Pkwy-22nd Ave",
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
208 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
209 if (nd < 9)
211 else if (nd < 16)
213 nd0 = nd;
226 if (!nd) {
243 if (nd++ < 9)
245 else if (nd <= DBL_DIG + 1)
247 if (nd++ < 9
    [all...]
strtodg.c 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
430 for(decpt = nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
431 if (nd < 9)
433 else if (nd < 16)
435 nd0 = nd;
448 if (!nd) {
465 if (nd++ < 9)
467 else if (nd <= DBL_DIG + 1)
469 if (nd++ < 9
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 162 Weight &nd = (*distance_)[arc.nextstate]; local
165 if (!ApproxEqual(nd, Plus(nd, w), delta_)) {
166 nd = Plus(nd, w);
shortest-path.h 123 Weight &nd = (*distance)[arc.nextstate]; local
125 if (nd != Plus(nd, w)) {
126 nd = Plus(nd, w);
  /external/valgrind/main/cachegrind/
cg_merge.c 1039 static Word size_avl_nonNull ( AvlNode* nd )
1041 return 1 + (nd->left ? size_avl_nonNull(nd->left) : 0)
1042 + (nd->right ? size_avl_nonNull(nd->right) : 0);
    [all...]
  /external/qemu/include/net/
net.h 74 void qemu_check_nic_model(NICInfo *nd, const char *model);
75 void qemu_check_nic_model_list(NICInfo *nd, const char * const *models,
121 void net_client_uninit(NICInfo *nd);
  /external/qemu/include/hw/
qdev-core.h 22 NICInfo *nd; member in struct:DeviceState
52 void qdev_set_netdev(DeviceState *dev, NICInfo *nd);
  /system/core/libpixelflinger/
fixed.cpp 180 int nd = gglClz(d) - gglClz(n); local
181 i += nd + 1;
182 if (nd > 0) d <<= nd; local
183 else n <<= -nd;
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp
664 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
671 x = (nd + 8) / 9;
692 for(; i < nd; i++)
2235 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]
  /build/core/
dex_preopt_odex_install.mk 56 # Append the odex for the 2nd arch if we have one.
69 # For a Java library, we build odex for both 1st arch and 2nd arch, if we have one.
75 # Odex for the 2nd arch
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 380 struct rb_node *nd; local
490 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) {
491 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_mastergain_gnu.s 75 LDR r5, [pnInputBuffer], #4 @fetch 2nd output sample
92 STRH r5, [pnOutputBuffer], #NEXT_OUTPUT_PCM @save 2nd output sample
  /external/srec/srec/include/
srec_context.h 219 #define FST_GetNodeInfo(cn,nd) (cn->FSMnode_info_list[nd])
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_div.c 70 int i,nm,nd;
97 nd=BN_num_bits(d);
108 if (!BN_lshift(D,D,nm-nd)) goto end;
109 for (i=nm-nd; i>=0; i--)
  /external/openssl/crypto/bn/
bn_div.c 70 int i,nm,nd;
97 nd=BN_num_bits(d);
108 if (!BN_lshift(D,D,nm-nd)) goto end;
109 for (i=nm-nd; i>=0; i--)
  /ndk/sources/android/support/src/stdio/
strtod.c 776 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
778 (CONST char *s, int nd0, int nd, ULong y9)
785 x = (nd + 8) / 9;
811 for(; i < nd; i++)
1593 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
3382 size_t nd = s1 - s0; local
    [all...]
  /external/libcxx/src/
debug.cpp 508 for (__i_node* nd = __ibeg_[h]; nd != nullptr; nd = nd->__next_)
510 if (nd->__i_ == __i)
512 r = nd;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dso.c 619 struct rb_node *nd; local
628 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) {
629 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
debug.cpp 548 for (__i_node* nd = __ibeg_[h]; nd != nullptr; nd = nd->__next_)
550 if (nd->__i_ == __i)
552 r = nd;
  /external/smack/src/org/jivesoftware/smackx/provider/
VCardProvider.java 284 Node nd = childNodes.item(i); local
285 String nodeValue = nd.getNodeValue();
289 appendText(result, nd);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleSubtreeStream.js 11 * children; e.g., ^(type ID)+ adds ID to type and then 2nd iteration
  /external/chromium_org/content/test/data/fileapi/
quota_test.js 21 }, function(e) { fail('Open for 2nd truncate:' + fileErrorToString(e)); } );
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv9a-mont.pl 110 $na="%f8"; $nb="%f10"; $nc="%f12"; $nd="%f14";
220 ldda [%sp+$bias+$frame+0]%asi,$nd
230 fxtod $nd,$nd
241 fmuld $nlo,$nd,$nlod
253 fmuld $nhi,$nd,$nhid
311 fmuld $nlo,$nd,$nlod
336 fmuld $nhi,$nd,$nhid
399 fmuld $nlo,$nd,$nlod
422 fmuld $nhi,$nd,$nhi
    [all...]

Completed in 1834 milliseconds

12 3 4 5 6 7 8