Searched refs:int16_t (Results 1 – 16 of 16) sorted by relevance
/bionic/tests/ |
D | sstream_test.cpp | 43 CheckOverflow<int16_t>(std::numeric_limits<int16_t>::min(), "-32768", false); in TEST() 44 CheckOverflow<int16_t>(0, "-32769", true); in TEST() 45 CheckOverflow<int16_t>(std::numeric_limits<int16_t>::max(), "32767", false); in TEST() 46 CheckOverflow<int16_t>(0, "32768", true); in TEST()
|
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | mrand48.c | 32 return (int16_t)__rand48_seed[2] * 65536 + __rand48_seed[1]; in __weak_alias()
|
D | jrand48.c | 38 return (int16_t)xseed[2] * 65536 + xseed[1]; in __weak_alias()
|
/bionic/libc/kernel/uapi/linux/nfsd/ |
D | cld.h | 40 int16_t cm_status;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | e_acoshl.c | 69 int16_t hx; in acoshl()
|
D | s_atanl.c | 38 int16_t expsign, expt; in atanl()
|
D | e_acosl.c | 48 int16_t expsign, expt; in acosl()
|
D | e_asinl.c | 38 int16_t expsign, expt; in asinl()
|
D | e_atan2l.c | 52 int16_t exptx, expsignx, expty, expsigny; in atan2l()
|
D | e_sinhl.c | 89 int16_t ix,jx; in sinhl()
|
D | s_tanhl.c | 117 int16_t jx,ix; in tanhl()
|
/bionic/libc/include/ |
D | stdint.h | 60 typedef __int16_t int16_t; typedef 75 typedef int16_t int_least16_t;
|
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
D | e_rem_pio2l.h | 69 int16_t expsign; in __ieee754_rem_pio2l()
|
D | s_logl.c | 571 int16_t ax, hx; in log1pl()
|
/bionic/libc/kernel/uapi/linux/ |
D | coda.h | 82 typedef short int16_t; typedef
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 32 typedef int16_t __s16;
|