OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sf_exponent
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
29309
long
sf_exponent
= (sf_value >> 23) & 0xFF;
29312
if (
sf_exponent
== 0 && sf_mantissa != 0)
29249
long
sf_exponent
= (sf_value >> 23) & 0xFF;
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
28875
long
sf_exponent
= (sf_value >> 23) & 0xFF;
28878
if (
sf_exponent
== 0 && sf_mantissa != 0)
28815
long
sf_exponent
= (sf_value >> 23) & 0xFF;
local
Completed in 61 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026