OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:power2
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_from_chars.cc
209
| (uint16_t(am.
power2
) << mantissa_bits)
221
| (uint16_t(am.
power2
) << mantissa_bits)
240
am.
power2
= 1 - bias;
244
am.
power2
= int32_t((value.bits & exponent_mask) >> mantissa_bits);
245
am.
power2
-= bias;
266
am.
power2
= 1 - bias;
270
am.
power2
= int32_t((value.bits & exponent_mask) >> mantissa_bits);
271
am.
power2
-= bias;
302
if (pns.too_many_digits && am.
power2
>= 0)
310
// and we have an invalid power (am.
power2
< 0)
[
all
...]
/src/sys/dev/cardbus/
rbus_ppb.c
199
unsigned int
power2
;
local
205
power2
=minval;
207
while(
power2
< (1 << 31) &&
208
power2
< size) {
209
power2
=
power2
<< 1;
212
return
power2
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h
292
int32_t
power2
{0}; // a negative value indicates an invalid result
295
return mantissa == o.mantissa &&
power2
== o.
power2
;
298
return mantissa != o.mantissa ||
power2
!= o.
power2
;
492
word |= uint64_t(am.
power2
) << binary_format<T>::mantissa_explicit_bits();
1488
// create an adjusted mantissa, biased by the invalid
power2
1497
answer.
power2
= int32_t(detail::power(int32_t(q)) + bias - hilz - lz - 62 + invalid_am_bias);
1502
// the
power2
in the exponent will be adjusted by invalid_am_bias.
1522
answer.
power2
= 0
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
fast_float.h
292
int32_t
power2
{0}; // a negative value indicates an invalid result
295
return mantissa == o.mantissa &&
power2
== o.
power2
;
298
return mantissa != o.mantissa ||
power2
!= o.
power2
;
524
word |= uint64_t(am.
power2
) << binary_format<T>::mantissa_explicit_bits();
1516
// create an adjusted mantissa, biased by the invalid
power2
1525
answer.
power2
= int32_t(detail::power(int32_t(q)) + bias - hilz - lz - 62 + invalid_am_bias);
1530
// the
power2
in the exponent will be adjusted by invalid_am_bias.
1550
answer.
power2
= 0
[
all
...]
/src/external/gpl2/groff/dist/src/roff/troff/
env.cpp
3179
int
power2
= 0;
local
3182
power2
++;
3190
int decimal_point = power5 >
power2
? power5 :
power2
;
3194
for (t = decimal_point -
power2
; --t >= 0;)
/src/external/lgpl3/gmp/dist/
configure
4991
power2
-*-*) gcc_cflags_cpu="-mcpu=rios2 -mpower" ;;
6466
power2
-ibm-aix4.3.1.0. gcc -mrios2 compiles to nabs+fcirz, and this
8085
power2
-ibm-aix4.3.1.0. gcc -mrios2 compiles to nabs+fcirz, and this
Completed in 40 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026