OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yl2x
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
ctfloat.d
29
enum yl2x_supported = __traits(compiles, core.math.
yl2x
(1.0L, 2.0L));
ctfloat.h
20
static void
yl2x
(const real_t *x, const real_t *y, real_t *res);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
math.d
175
float
yl2x
(float x, float y); /* intrinsic */
176
double
yl2x
(double x, double y); /* intrinsic */ /// ditto
177
real
yl2x
(real x, real y); /* intrinsic */ /// ditto
187
assert(
yl2x
(1024.0L, 1) == 10);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
exponential.d
621
return sign * exp2( core.math.
yl2x
(x, y) );
2980
return core.math.
yl2x
(x, LN2);
3080
return core.math.
yl2x
(x, LOG2);
3189
return (core.math.fabs(x) <= 0.25) ? core.math.yl2xp1(x, LN2) : core.math.
yl2x
(x+1, LN2);
3241
return core.math.
yl2x
(x, 1.0L);
algebraic.d
256
return copysign(exp2(core.math.
yl2x
(fabs(x), 1.0L/3.0L)), x);
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.h
518
yl2x
,
member in class:BUILTIN
func.d
103
yl2x
,
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026