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

  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 23 int y9(1.23F); // expected-warning {{implicit conversion turns literal floating-point number into integer}}
  /external/clang/test/Analysis/
dead-stores.c 252 int y9 = 4; local
274 ++y9;
334 (void)(1 && (y9, ({ return; }), 1)); // expected-warning {{expression result unused}}
  /bionic/libc/stdlib/
strtod.c 523 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
525 (CONST char *s, int nd0, int nd, ULong y9)
538 b->x[0] = y9;
545 b->x[0] = y9 & 0xffff;
546 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
    [all...]
  /external/chromium/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/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 233 static void s2b(BigInt& b, const char* s, int nd0, int nd, uint32_t y9)
237 b.words()[0] = y9;
    [all...]

Completed in 446 milliseconds