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_value
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc
29303
long
sf_value
;
29304
real_to_target (&
sf_value
, rv, SFmode);
29309
long sf_exponent = (
sf_value
>> 23) & 0xFF;
29310
long sf_mantissa =
sf_value
& 0x7FFFFF;
29316
return
sf_value
;
29243
long
sf_value
;
local
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc
28869
long
sf_value
;
28870
real_to_target (&
sf_value
, rv, SFmode);
28875
long sf_exponent = (
sf_value
>> 23) & 0xFF;
28876
long sf_mantissa =
sf_value
& 0x7FFFFF;
28882
return
sf_value
;
28809
long
sf_value
;
local
Completed in 61 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026