OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scale2
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libm/ld80/
k_expl.h
279
long double x, y, scale1,
scale2
;
local in function:__ldexp_cexpl
292
scale2
= 1;
293
SET_LDBL_EXPSIGN(
scale2
, BIAS + expt - half_expt);
296
return (CMPLXL(c * exp_x * scale1 *
scale2
,
297
s * exp_x * scale1 *
scale2
));
/src/lib/libm/ld128/
k_expl.h
302
long double x, y, scale1,
scale2
;
local in function:__ldexp_cexpl
315
scale2
= 1;
316
SET_LDBL_EXPSIGN(
scale2
, BIAS + expt - half_expt);
319
return (CMPLXL(c * exp_x * scale1 *
scale2
,
320
s * exp_x * scale1 *
scale2
));
Completed in 12 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025