/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;
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
smisc.c | 45 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
47 (CONST char *s, int nd0, int nd, ULong y9)
60 b->x[0] = y9;
66 b->x[0] = y9 & 0xffff;
67 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
|
/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);
|
/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}}
|
/external/python/cpython3/Python/ |
dtoa.c | 485 entry, y9 contains the result of converting the first 9 digits. Returns 489 s2b(const char *s, int nd0, int nd, ULong y9) 500 b->x[0] = y9; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
dtoa.c | 497 entry, y9 contains the result of converting the first 9 digits. Returns
501 s2b(const char *s, int nd0, int nd, ULong y9)
512 b->x[0] = y9;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
dtoa.c | 480 entry, y9 contains the result of converting the first 9 digits. Returns
484 s2b(const char *s, int nd0, int nd, ULong y9)
495 b->x[0] = y9;
[all...] |
/external/python/cpython2/Python/ |
dtoa.c | 497 entry, y9 contains the result of converting the first 9 digits. Returns 501 s2b(const char *s, int nd0, int nd, ULong y9) 512 b->x[0] = y9; [all...] |
/external/webrtc/talk/media/testdata/ |
h264-svc-99-640x360.rtpdump | [all...] |