Home
last modified time | relevance | path

Searched refs:zPtr (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/lib/libkern/
Dsoftfloat-macros.h36 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr ) in shift32RightJamming() argument
49 *zPtr = z; in shift32RightJamming()
62 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr ) in shift64RightJamming() argument
75 *zPtr = z; in shift64RightJamming()
/netbsd/src/lib/libc/softfloat/bits64/
Dsoftfloat-macros40 The result is stored in the location pointed to by `zPtr'.
43 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
56 *zPtr = z;
67 The result is stored in the location pointed to by `zPtr'.
70 INLINE void shift64RightJamming( bits64 a, int16 count, bits64 *zPtr )
83 *zPtr = z;
/netbsd/src/lib/libc/softfloat/bits32/
Dsoftfloat-macros39 The result is stored in the location pointed to by `zPtr'.
42 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
55 *zPtr = z;