/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}}
|
/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
strtod.c | 766 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; 768 (CONST char *s, int nd0, int nd, ULong y9) 781 b->x[0] = y9; 788 b->x[0] = y9 & 0xffff; 789 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1; [all...] |
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
strtod.c | 766 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9; 768 (CONST char *s, int nd0, int nd, ULong y9) 781 b->x[0] = y9; 788 b->x[0] = y9 & 0xffff; 789 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1; [all...] |
/external/syslinux/bios/dos/ |
syslinux.com | 154 CJ'?
?5??PI??? ?{{??R??^????DA???06?+??%????V???????H?O]?
Pn???y9?c??D`??*??L?h???r?D?<??U%????`?0?y9?`]??????PP? ???g???@??%???=??XV?K?b?D???%?< U????_?????[?>REy???H?????F?U~{Y?:_e3(5????it[/9%?bL????Z?wV??np:S?y?=tQu$;???[??a??????4?y-.??f????hN??1??V*?A?)<??x7??s wv?j
c:7??vD??z??0????Q???b?F??,?+U;?z??v?B ?v??2??]<)??!\?~??[????r?y4????ja?K??~?_S????!WrYU N /z??f??? ?X??7??$p?X??-6??a?6o+?*????cF?so??????u? ??W\s8???^G?? ???snt???Xa??)Q????? ?$?3m/BT0)?ny#?i??s??v??l<W???6fxO?\?e7???7]_?r??-?V?e???i6?????b?_?;m??g???Q???FlZCom??D?In?W?##???*?-? h?? ??f??_>C?;A?m?1?IH?jx?????X???S???[3( ?k??LsaU?lW).????C)?b????i???6?8??W??????;?92?.??&B??;?E?????bdw0j???c?#?,?????alZ? 524 h?????a??X?e?)?W??Y????G???1]?M,?,/?????e??#???6+?`^?%?9&???WF7???{^??*q|Z??6?ltX|]?dF???T???[?9%???)^$??e=?4Jd?Y9?iC???"?}?????5??k/f\??A????~??g?>Zj?A???Q6????????????f???????o?u?w?9??????? ??`?#?Yg?o?@Evy?X?3??M?bC?_???,???ZGFPooO [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...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/ |
x86_64-linux-android-gcc-4.9.x | [all...] |