/openbmc/linux/arch/sh/kernel/cpu/sh4/ |
H A D | softfloat.c | 48 typedef int int16; typedef 73 int16 extractFloat64Exp(float64 a); 74 int16 extractFloat32Exp(float32 a); 77 float64 packFloat64(flag zSign, int16 zExp, bits64 zSig); 78 void shift64RightJamming(bits64 a, int16 count, bits64 * zPtr); 79 float32 packFloat32(flag zSign, int16 zExp, bits32 zSig); 80 void shift32RightJamming(bits32 a, int16 count, bits32 * zPtr); 98 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp, 102 static float32 roundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig); 103 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zExp, [all …]
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | softfloat.c | 125 INLINE int16 extractFloat32Exp( float32 a ) in extractFloat32Exp() 155 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal() 177 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig ) in packFloat32() 217 static float32 roundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 … in roundAndPackFloat32() 280 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32() 306 INLINE int16 extractFloat64Exp( float64 a ) in extractFloat64Exp() 336 normalizeFloat64Subnormal( bits64 aSig, int16 *zExpPtr, bits64 *zSigPtr ) in normalizeFloat64Subnormal() 358 INLINE float64 packFloat64( flag zSign, int16 zExp, bits64 zSig ) in packFloat64() 388 static float64 roundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 … in roundAndPackFloat64() 392 int16 roundIncrement, roundBits; in roundAndPackFloat64() [all …]
|
H A D | softfloat-macros | 42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr ) 67 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr ) 105 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 143 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 179 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 234 int16 count, 290 bits64 a0, bits64 a1, int16 count, bits64 *z0Ptr, bits64 *z1Ptr ) 313 int16 count, 603 static bits32 estimateSqrt32( int16 aExp, bits32 a )
|
H A D | ARM-gcc.h | 24 typedef int int16; typedef
|
/openbmc/boost-dbus/include/dbus/ |
H A D | element.hpp | 25 typedef boost::int16_t int16; typedef 37 typedef boost::variant<std::string, bool, byte, int16, uint16, int32, uint32, 69 struct element<int16> { 138 struct is_fixed_type<int16> : std::true_type {};
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/ |
H A D | 0001-basic.h-Use-c99-supported-stdint-types.patch | 28 -typedef __int16_t int16; 36 +typedef int16_t int16;
|
/openbmc/linux/lib/raid6/ |
H A D | Makefile | 5 int8.o int16.o int32.o 58 targets += int1.c int2.c int4.c int8.c int16.c int32.c
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx.h | 241 CVMX_BUILD_WRITE64(int16, "sh"); 257 CVMX_BUILD_READ64(int16, "lh");
|
/openbmc/linux/lib/raid6/test/ |
H A D | Makefile | 17 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o 138 int16.c: int.uc ../unroll.awk
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | vm_basic_types.h | 37 typedef s16 int16; typedef
|
/openbmc/linux/Documentation/ |
H A D | dontdiff | 145 int16.c
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 480 VFP_CONV_FIX(sh, d, 64, float64, 64, int16) 486 VFP_CONV_FIX(sh, s, 32, float32, 32, int16) 492 VFP_CONV_FIX(sh, h, 16, dh_ctype_f16, 32, int16)
|
/openbmc/qemu/qapi/ |
H A D | stats.json | 232 'exponent': 'int16',
|
H A D | cxl.json | 190 'life-used': 'uint8', 'temperature' : 'int16',
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | qapi-schema-test.json | 162 's16': ['int16'],
|
/openbmc/sdbusplus/docs/yaml/ |
H A D | interface.md | 82 - `int16`
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | s5pv210-pinctrl.dtsi | 753 eint16: ext-int16-pins {
|
H A D | exynos4210-pinctrl.dtsi | 797 eint16: ext-int16-pins {
|
H A D | exynos4x12-pinctrl.dtsi | 855 eint16: ext-int16-pins {
|
/openbmc/qemu/docs/devel/ |
H A D | qapi-code-gen.rst | 122 ``int16`` ``int16_t`` likewise
|