HomeSort by relevance Sort by last modified time
    Searched refs:y9 (Results 1 - 8 of 8) sorted by null

  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 23 int y9(1.23F); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.23 to 1}}
explicit.cpp 84 const int& y9(z);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
smisc.c 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
52 b->x[0] = y9;
58 b->x[0] = y9 & 0xffff;
59 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
  /external/clang/test/Analysis/
dead-stores.c 251 int y9 = 4; local
273 ++y9;
333 (void)(1 && (y9, ({ return; }), 1)); // expected-warning {{expression result unused}}
  /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)
791 b->x[0] = y9;
798 b->x[0] = y9 & 0xffff;
799 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 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)
675 b->x[0] = y9;
679 b->x[0] = y9 & 0xffff;
680 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]

Completed in 639 milliseconds