Searched refs:int_fast16_t (Results 1 - 21 of 21) sorted by relevance

/external/qemu/fpu/
H A Dsoftfloat-macros.h58 INLINE void shift32RightJamming(uint32_t a, int_fast16_t count, uint32_t *zPtr)
84 INLINE void shift64RightJamming(uint64_t a, int_fast16_t count, uint64_t *zPtr)
120 uint64_t a0, uint64_t a1, int_fast16_t count, uint64_t *z0Ptr, uint64_t *z1Ptr)
157 uint64_t a0, uint64_t a1, int_fast16_t count, uint64_t *z0Ptr, uint64_t *z1Ptr)
192 uint64_t a0, uint64_t a1, int_fast16_t count, uint64_t *z0Ptr, uint64_t *z1Ptr)
246 int_fast16_t count,
301 uint64_t a0, uint64_t a1, int_fast16_t count, uint64_t *z0Ptr, uint64_t *z1Ptr)
323 int_fast16_t count,
594 static uint32_t estimateSqrt32(int_fast16_t aExp, uint32_t a)
H A Dsoftfloat.c90 INLINE int_fast16_t extractFloat16Exp(float16 a)
221 INLINE int_fast16_t extractFloat32Exp(float32 a)
262 normalizeFloat32Subnormal(uint32_t aSig, int_fast16_t *zExpPtr, uint32_t *zSigPtr)
283 INLINE float32 packFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig)
313 static float32 roundAndPackFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig STATUS_PARAM)
379 normalizeRoundAndPackFloat32(flag zSign, int_fast16_t zExp, uint32_t zSig STATUS_PARAM)
403 INLINE int_fast16_t extractFloat64Exp(float64 a)
444 normalizeFloat64Subnormal(uint64_t aSig, int_fast16_t *zExpPtr, uint64_t *zSigPtr)
465 INLINE float64 packFloat64(flag zSign, int_fast16_t zExp, uint64_t zSig)
495 static float64 roundAndPackFloat64(flag zSign, int_fast16_t zEx
[all...]
/external/libcxx/test/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp23 // typedef atomic<int_fast16_t> atomic_int_fast16_t;
54 static_assert((std::is_same<std::atomic< std::int_fast16_t>, std::atomic_int_fast16_t>::value), "");
/external/libcxx/test/depr/depr.c.headers/
H A Dstdint_h.pass.cpp111 // typedef int_fast16_t
112 static_assert(sizeof(int_fast16_t)*CHAR_BIT >= 16,
113 "sizeof(int_fast16_t)*CHAR_BIT >= 16");
114 static_assert(std::is_signed<int_fast16_t>::value,
115 "std::is_signed<int_fast16_t>::value");
/external/libcxx/test/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp111 // typedef std::int_fast16_t
112 static_assert(sizeof(std::int_fast16_t)*CHAR_BIT >= 16,
113 "sizeof(std::int_fast16_t)*CHAR_BIT >= 16");
114 static_assert(std::is_signed<std::int_fast16_t>::value,
115 "std::is_signed<std::int_fast16_t>::value");
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h113 typedef __int16 int_fast16_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/mesa3d/include/c99/
H A Dstdint.h105 typedef int16_t int_fast16_t; typedef
/external/bison/darwin-lib/
H A Dstdint.h257 #undef int_fast16_t macro
280 #define int_fast16_t gl_int_fast16_t macro
/external/bison/lib/
H A Dstdint.in.h256 #undef int_fast16_t
279 #define int_fast16_t gl_int_fast16_t
/external/qemu/include/qemu/
H A Dosdep.h26 typedef signed int int_fast16_t; typedef
/external/qemu/include/fpu/
H A Dsoftfloat.h268 int_fast16_t float32_to_int16_round_to_zero(float32 STATUS_PARAM);
374 int_fast16_t float64_to_int16_round_to_zero(float64 STATUS_PARAM);
/external/bison/src/
H A Dparse-gram.y90 #define YYTYPE_INT16 int_fast16_t
H A Dparse-gram.c166 #define YYTYPE_INT16 int_fast16_t
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h625 typedef int_least16_t int_fast16_t; typedef
/external/clang/lib/Headers/
H A Dstdint.h228 typedef __int_least16_t int_fast16_t; typedef
/external/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp903 std::int_fast16_t i2 = 0;
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h779 typedef int16_t int_fast16_t; typedef
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure9935 typedef int int_fast16_t;
/external/bison/
H A Dconfigure14258 int_fast16_t e2 = INT_FAST16_MAX;
14259 int_fast16_t e2min = INT_FAST16_MIN;

Completed in 802 milliseconds