Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 18 of 18) sorted by relevance

/bionic/tests/
Dsstream_test.cpp43 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()
Dstdio_test.cpp3274 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/
Dmrand48.c32 return (int16_t)__rand48_seed[2] * 65536 + __rand48_seed[1]; in __weak_alias()
Djrand48.c38 return (int16_t)xseed[2] * 65536 + xseed[1]; in __weak_alias()
/bionic/libm/upstream-freebsd/lib/msun/src/
De_acoshl.c69 int16_t hx; in acoshl()
Ds_atanl.c38 int16_t expsign, expt; in atanl()
De_asinl.c38 int16_t expsign, expt; in asinl()
De_acosl.c48 int16_t expsign, expt; in acosl()
De_atan2l.c52 int16_t exptx, expsignx, expty, expsigny; in atan2l()
De_sinhl.c92 int16_t ix,jx; in sinhl()
Ds_tanhl.c119 int16_t jx,ix; in tanhl()
Dcatrigl.c340 int16_t ix, iy; in real_part_reciprocal()
/bionic/libc/include/
Dstdint.h61 typedef __int16_t int16_t; typedef
76 typedef int16_t int_least16_t;
/bionic/libm/upstream-freebsd/lib/msun/ld128/
De_rem_pio2l.h69 int16_t expsign; in __ieee754_rem_pio2l()
Ds_logl.c574 int16_t ax, hx; in log1pl()
/bionic/tests/headers/posix/
Dstdint_h.c35 TYPE(int16_t); in stdint_h()
/bionic/libc/kernel/uapi/linux/
Dcoda.h48 typedef short int16_t; typedef
/bionic/libc/kernel/uapi/drm/
Ddrm.h19 typedef int16_t __s16;