OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aExp
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c
591
int16
aExp
, shiftCount;
597
aExp
= extractFloat32Exp( a );
599
shiftCount =
aExp
- 0x96;
601
if ( 0x9E <=
aExp
) {
604
if ( ! aSign || ( (
aExp
== 0xFF ) && aSig ) ) {
614
if (
aExp
< 0x7E ) {
615
aSigExtra =
aExp
| aSig;
662
int16
aExp
, shiftCount;
667
aExp
= extractFloat32Exp( a );
669
shiftCount =
aExp
- 0x9E;
[
all
...]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c
592
int16
aExp
, shiftCount;
598
aExp
= extractFloat32Exp( a );
600
shiftCount =
aExp
- 0x96;
602
if ( 0x9E <=
aExp
) {
605
if ( ! aSign || ( (
aExp
== 0xFF ) && aSig ) ) {
615
if (
aExp
< 0x7E ) {
616
aSigExtra =
aExp
| aSig;
663
int16
aExp
, shiftCount;
668
aExp
= extractFloat32Exp( a );
670
shiftCount =
aExp
- 0x9E;
[
all
...]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar
Completed in 157 milliseconds