OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aSig
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c
254
by the denormalized significand `
aSig
'. The normalized exponent and
260
normalizeFloat32Subnormal( bits32
aSig
, int16 *zExpPtr, bits32 *zSigPtr )
264
shiftCount = countLeadingZeros32(
aSig
) - 8;
265
*zSigPtr =
aSig
<<shiftCount;
423
by the denormalized significand `
aSig
'. The normalized exponent and
429
normalizeFloat64Subnormal( bits64
aSig
, int16 *zExpPtr, bits64 *zSigPtr )
433
shiftCount = countLeadingZeros64(
aSig
) - 11;
434
*zSigPtr =
aSig
<<shiftCount;
600
represented by the denormalized significand `
aSig
'. The normalized exponent
606
normalizeFloatx80Subnormal( bits64
aSig
, int32 *zExpPtr, bits64 *zSigPtr )
[
all
...]
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c
150
by the denormalized significand `
aSig
'. The normalized exponent and
156
normalizeFloat32Subnormal( bits32
aSig
, int16 *zExpPtr, bits32 *zSigPtr )
160
shiftCount = countLeadingZeros32(
aSig
) - 8;
161
*zSigPtr =
aSig
<<shiftCount;
592
bits32
aSig
, aSigExtra;
596
aSig
= extractFloat32Frac( a );
604
if ( ! aSign || ( ( aExp == 0xFF ) &&
aSig
) ) {
610
z = (
aSig
| 0x00800000 )<<shiftCount;
615
aSigExtra = aExp |
aSig
;
619
aSig
|= 0x00800000;
[
all
...]
/device/linaro/bootloader/edk2/StdLib/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
...]
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
Completed in 562 milliseconds