OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpfr_exp
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
exp.c
0
/*
mpfr_exp
-- exponential of a floating-point number
36
mpfr_exp
(mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
function
add1sp1_extracted.c
65
#define
mpfr_exp
_mpfr_exp
macro
82
int64_t bx = b0.
mpfr_exp
;
83
int64_t cx = c0.
mpfr_exp
;
92
int64_t bx1 = b0.
mpfr_exp
+ (int64_t)1;
103
int64_t bx1 = b0.
mpfr_exp
;
104
int64_t cx1 = c0.
mpfr_exp
;
113
int64_t bx2 = b0.
mpfr_exp
;
141
int64_t bx2 = b0.
mpfr_exp
;
168
int64_t bx2 = b0.
mpfr_exp
;
180
int64_t bx1 = c0.
mpfr_exp
;
[
all
...]
mul_1_extracted.c
45
#define
mpfr_exp
_mpfr_exp
macro
73
int64_t ax = b->
mpfr_exp
+ c->
mpfr_exp
;
103
.
mpfr_exp
= uu___73_2756.
mpfr_exp
,
132
.
mpfr_exp
= ax1,
170
.
mpfr_exp
= ax1 + (int64_t)1,
206
.
mpfr_exp
= ax1 + (int64_t)1,
239
.
mpfr_exp
= ax1,
277
.
mpfr_exp
= ax1 + (int64_t)1
[
all
...]
sub1sp1_extracted.c
49
/* the original code had
mpfr_exp
instead of _mpfr_exp */
50
#define
mpfr_exp
_mpfr_exp
macro
202
int64_t bx = b->
mpfr_exp
;
203
int64_t cx = c->
mpfr_exp
;
218
lit.
mpfr_exp
= uu____0.
mpfr_exp
;
228
lit.
mpfr_exp
= uu____1.
mpfr_exp
;
253
lit.
mpfr_exp
= uu____3.
mpfr_exp
;
[
all
...]
Completed in 39 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026