OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:base_fmt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
real.cc
3894
const struct real_format *
base_fmt
;
3896
base_fmt
= fmt->qnan_msb_set ? &ieee_double_format : &mips_double_format;
3905
round_for_format (
base_fmt
, &u);
3906
encode_ieee_double (
base_fmt
, &buf[0], &u);
3912
round_for_format (
base_fmt
, &v);
3913
encode_ieee_double (
base_fmt
, &buf[2], &v);
3929
const struct real_format *
base_fmt
;
3931
base_fmt
= fmt->qnan_msb_set ? &ieee_double_format : &mips_double_format;
3932
decode_ieee_double (
base_fmt
, &u, &buf[0]);
3936
decode_ieee_double (
base_fmt
, &v, &buf[2])
3885
const struct real_format *
base_fmt
;
local
3920
const struct real_format *
base_fmt
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
real.cc
3843
const struct real_format *
base_fmt
;
3845
base_fmt
= fmt->qnan_msb_set ? &ieee_double_format : &mips_double_format;
3854
round_for_format (
base_fmt
, &u);
3855
encode_ieee_double (
base_fmt
, &buf[0], &u);
3861
round_for_format (
base_fmt
, &v);
3862
encode_ieee_double (
base_fmt
, &buf[2], &v);
3878
const struct real_format *
base_fmt
;
3880
base_fmt
= fmt->qnan_msb_set ? &ieee_double_format : &mips_double_format;
3881
decode_ieee_double (
base_fmt
, &u, &buf[0]);
3885
decode_ieee_double (
base_fmt
, &v, &buf[2])
3834
const struct real_format *
base_fmt
;
local
3869
const struct real_format *
base_fmt
;
local
[
all
...]
Completed in 21 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026