Home
last modified time | relevance | path

Searched refs:power (Results 1 – 18 of 18) sorted by relevance

/glibc-2.36/misc/
Dtst-fd_to_filename.c44 unsigned int power = 1; in check_ranges() local
49 check (factor * power + shift); in check_ranges()
51 while (!__builtin_mul_overflow (power, base, &power)); in check_ranges()
/glibc-2.36/sysdeps/powerpc/
Dpreconfigure.ac49 a2|970|power[[4-9]]|power5x|power6+|power10)
Dpreconfigure59 a2|970|power[4-9]|power5x|power6+|power10)
/glibc-2.36/manual/
Dmath.texi460 @cindex power functions
473 to the power @var{x}.
488 These functions compute @code{2} raised to the power @var{x}.
501 These functions compute @code{10} raised to the power @var{x}.
656 @deftypefun double pow (double @var{base}, double @var{power})
657 @deftypefunx float powf (float @var{base}, float @var{power})
658 @deftypefunx {long double} powl (long double @var{base}, long double @var{power})
659 @deftypefunx _FloatN powfN (_Float@var{N} @var{base}, _Float@var{N} @var{power})
660 @deftypefunx _FloatNx powfNx (_Float@var{N}x @var{base}, _Float@var{N}x @var{power})
666 to @var{power}.
[all …]
Dlang.texi865 power @code{5}.
919 whose denominator is the base raised to the power of the precision. Since
1068 @code{FLT_RADIX} raised to this power minus 1 can be represented as a
1081 power minus 1 can be represented as a normalized floating point number
1094 @code{FLT_RADIX} raised to this power minus 1 can be represented as a
1106 power minus 1 can be represented as a normalized floating point number
Dmemory.texi988 power of two than that, use @code{aligned_alloc} or @code{posix_memalign}.
998 power of two and @var{size} must be a multiple of @var{alignment}.
1008 @var{alignment} is not a power of two.
1043 power of two! The function @code{memalign} works by allocating a
1055 @var{boundary} is not a power of two.
1072 parameter @var{alignment}: the value must be a power of two multiple of
1085 @var{alignment} is not a power of two multiple of @code{sizeof (void *)}.
2526 less than a power of 2; the effect is that all object addresses are
2527 multiples of that power of 2. The default value of the mask is a value
2584 power of 2. The default chunk size, 4096, was chosen because it is long
Dresource.texi1461 together and form a @dfn{page}. The size of each page is always a power
1489 being a power of two) should be made.
1566 to take advantage of all the processing power a system can provide. If
Darith.texi1317 times a power of two, and its magnitude is always in the range 1/2
1339 number @var{value} by 2 raised to the power @var{exponent}. (It can
Dstdio.texi2112 adjacent values if the @code{FLT_RADIX} is not a power of 2,
3335 we could also print using a power of 1024. Please note that all that is
Dtexinfo.tex8319 % twice the \macarg.BLAH macros does not cost too much processing power.
/glibc-2.36/scripts/
Dconfig.sub1255 | pdp10 | pdp11 | pj | pjl | pn | power \
/glibc-2.36/timezone/
Dsouthamerica227 # It's Law No. 7,210. This change is due to a public power emergency, so for
253 # annoyance with the change is much higher than the power savings obtained....
826 # to help dealing with the shortages of electric power.
Dasia146 # crippling power crisis. "
1929 # midnight Friday (1830 GMT) `in the light of the present power crisis'.''
/glibc-2.36/iconvdata/testdata/
Dsuntzus380 in his power to control success.
1148 best ally; but a power of estimating the adversary,
1439 and sundry, nor does he foster the power of other states.
/glibc-2.36/po/
Did.po4551 msgstr "Kegagalan power"
/glibc-2.36/ChangeLog.old/
DChangeLog.183584 power of ten table should be.
6170 signal of subnormals and adjust the exponent of power of 2 down
13668 NaN first argument when raised to power 0.
13670 raising to power zero.
19080 in zero power.
39563 of power of 2 down when low part has opposite sign.
39577 Adjust exponent of power of 2 down when low part has opposite
54027 output when value is near a power of two. Use int64_t for lx and
61899 maximum representable power of two.
72292 mp_no from a power of two.
DChangeLog.1714067 (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
DChangeLog.14429 * sysdeps/alpha/remqu.S: Detect power-of-two special case.