Searched refs:int16_t (Results 1 – 18 of 18) 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()
|
D | stdio_test.cpp | 3274 int16_t c = 0xFFFF; in TEST() 3300 int16_t c = 0xFFFF; in TEST() 3554 int16_t c1; in TEST() 3654 int16_t c1; 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/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_asinl.c | 38 int16_t expsign, expt; in asinl()
|
D | e_acosl.c | 48 int16_t expsign, expt; in acosl()
|
D | e_atan2l.c | 52 int16_t exptx, expsignx, expty, expsigny; in atan2l()
|
D | e_sinhl.c | 92 int16_t ix,jx; in sinhl()
|
D | s_tanhl.c | 119 int16_t jx,ix; in tanhl()
|
D | catrigl.c | 340 int16_t ix, iy; in real_part_reciprocal()
|
/bionic/libc/include/ |
D | stdint.h | 61 typedef __int16_t int16_t; typedef 76 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 | 574 int16_t ax, hx; in log1pl()
|
/bionic/tests/headers/posix/ |
D | stdint_h.c | 35 TYPE(int16_t); in stdint_h()
|
/bionic/libc/kernel/uapi/linux/ |
D | coda.h | 48 typedef short int16_t; typedef
|
/bionic/libc/kernel/uapi/drm/ |
D | drm.h | 19 typedef int16_t __s16;
|