OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aSig
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/softfloat/bits32/
softfloat.c
151
by the denormalized significand `
aSig
'. The normalized exponent and
157
normalizeFloat32Subnormal( bits32
aSig
, int16 *zExpPtr, bits32 *zSigPtr )
161
shiftCount = countLeadingZeros32(
aSig
) - 8;
162
*zSigPtr =
aSig
<<shiftCount;
593
bits32
aSig
, aSigExtra;
597
aSig
= extractFloat32Frac( a );
605
if ( ! aSign || ( ( aExp == 0xFF ) &&
aSig
) ) {
611
z = (
aSig
| 0x00800000 )<<shiftCount;
616
aSigExtra = aExp |
aSig
;
620
aSig
|= 0x00800000
[
all
...]
/src/sys/lib/libkern/
softfloat.c
264
| by the denormalized significand `
aSig
'. The normalized exponent and
270
normalizeFloat32Subnormal( bits32
aSig
, int16 *zExpPtr, bits32 *zSigPtr )
274
shiftCount = countLeadingZeros32(
aSig
) - 8;
275
*zSigPtr =
aSig
<<shiftCount;
425
| by the denormalized significand `
aSig
'. The normalized exponent and
431
normalizeFloat64Subnormal( bits64
aSig
, int16 *zExpPtr, bits64 *zSigPtr )
435
shiftCount = countLeadingZeros64(
aSig
) - 11;
436
*zSigPtr =
aSig
<<shiftCount;
592
| represented by the denormalized significand `
aSig
'. The normalized exponent
598
normalizeFloatx80Subnormal( bits64
aSig
, int32 *zExpPtr, bits64 *zSigPtr
[
all
...]
/src/lib/libc/softfloat/bits64/
softfloat.c
257
by the denormalized significand `
aSig
'. The normalized exponent and
263
normalizeFloat32Subnormal( bits32
aSig
, int16 *zExpPtr, bits32 *zSigPtr )
267
shiftCount = countLeadingZeros32(
aSig
) - 8;
268
*zSigPtr =
aSig
<<shiftCount;
426
by the denormalized significand `
aSig
'. The normalized exponent and
432
normalizeFloat64Subnormal( bits64
aSig
, int16 *zExpPtr, bits64 *zSigPtr )
436
shiftCount = countLeadingZeros64(
aSig
) - 11;
437
*zSigPtr =
aSig
<<shiftCount;
603
represented by the denormalized significand `
aSig
'. The normalized exponent
609
normalizeFloatx80Subnormal( bits64
aSig
, int32 *zExpPtr, bits64 *zSigPtr
[
all
...]
Completed in 15 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025