OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mantissa
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
637
uint8_t
Mantissa
= Imm & 0xf;
649
FPUnion.I |=
Mantissa
<< 19;
659
int64_t
Mantissa
= Imm.getZExtValue() & 0x7fffff; // 23 bits
661
// We can handle 4 bits of
mantissa
.
662
//
mantissa
= (16+UInt(e:f:g:h))/16.
663
if (
Mantissa
& 0x7ffff)
665
Mantissa
>>= 19;
666
if ((
Mantissa
& 0xf) !=
Mantissa
)
674
return ((int)Sign << 7) | (Exp << 4) |
Mantissa
;
[
all
...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h
351
uint8_t
Mantissa
= Imm & 0xf;
363
FPUnion.I |=
Mantissa
<< 19;
373
int32_t
Mantissa
= Imm.getZExtValue() & 0x3ff; // 10 bits
375
// We can handle 4 bits of
mantissa
.
376
//
mantissa
= (16+UInt(e:f:g:h))/16.
377
if (
Mantissa
& 0x3f)
379
Mantissa
>>= 6;
386
return ((int)Sign << 7) | (Exp << 4) |
Mantissa
;
399
int64_t
Mantissa
= Imm.getZExtValue() & 0x7fffff; // 23 bits
401
// We can handle 4 bits of
mantissa
[
all
...]
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
rat.go
38
mantissa
:= bits & (1<<52 - 1)
46
mantissa
|= 1 << 52
53
for
mantissa
&1 == 0 && shift > 0 {
54
mantissa
>>= 1
58
z.a.SetUint64(
mantissa
)
78
//
mantissa
102
// This is 2 or 3 more than the float32
mantissa
field width of Msize:
121
mantissa
:= low32(q)
122
haveRem := len(r) > 0 //
mantissa
&1 && !haveRem => remainder is exactly half
126
if
mantissa
>>Msize2 == 1
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
rat.go
35
mantissa
:= bits & (1<<52 - 1)
43
mantissa
|= 1 << 52
50
for
mantissa
&1 == 0 && shift > 0 {
51
mantissa
>>= 1
55
z.a.SetUint64(
mantissa
)
75
//
mantissa
99
// This is 2 or 3 more than the float32
mantissa
field width of Msize:
118
mantissa
:= low32(q)
119
haveRem := len(r) > 0 //
mantissa
&1 && !haveRem => remainder is exactly half
123
if
mantissa
>>Msize2 == 1
[
all
...]
/prebuilts/go/darwin-x86/src/math/big/
rat.go
35
mantissa
:= bits & (1<<52 - 1)
43
mantissa
|= 1 << 52
50
for
mantissa
&1 == 0 && shift > 0 {
51
mantissa
>>= 1
55
z.a.SetUint64(
mantissa
)
75
//
mantissa
99
// This is 2 or 3 more than the float32
mantissa
field width of Msize:
118
mantissa
:= low32(q)
119
haveRem := len(r) > 0 //
mantissa
&1 && !haveRem => remainder is exactly half
123
if
mantissa
>>Msize2 == 1
[
all
...]
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
rat.go
38
mantissa
:= bits & (1<<52 - 1)
46
mantissa
|= 1 << 52
53
for
mantissa
&1 == 0 && shift > 0 {
54
mantissa
>>= 1
58
z.a.SetUint64(
mantissa
)
78
//
mantissa
102
// This is 2 or 3 more than the float32
mantissa
field width of Msize:
121
mantissa
:= low32(q)
122
haveRem := len(r) > 0 //
mantissa
&1 && !haveRem => remainder is exactly half
126
if
mantissa
>>Msize2 == 1
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/big/
rat.go
35
mantissa
:= bits & (1<<52 - 1)
43
mantissa
|= 1 << 52
50
for
mantissa
&1 == 0 && shift > 0 {
51
mantissa
>>= 1
55
z.a.SetUint64(
mantissa
)
75
//
mantissa
99
// This is 2 or 3 more than the float32
mantissa
field width of Msize:
118
mantissa
:= low32(q)
119
haveRem := len(r) > 0 //
mantissa
&1 && !haveRem => remainder is exactly half
123
if
mantissa
>>Msize2 == 1
[
all
...]
/prebuilts/go/linux-x86/src/math/big/
rat.go
35
mantissa
:= bits & (1<<52 - 1)
43
mantissa
|= 1 << 52
50
for
mantissa
&1 == 0 && shift > 0 {
51
mantissa
>>= 1
55
z.a.SetUint64(
mantissa
)
75
//
mantissa
99
// This is 2 or 3 more than the float32
mantissa
field width of Msize:
118
mantissa
:= low32(q)
119
haveRem := len(r) > 0 //
mantissa
&1 && !haveRem => remainder is exactly half
123
if
mantissa
>>Msize2 == 1
[
all
...]
/external/pdfium/third_party/lcms2-2.6/src/
cmshalf.c
33
static cmsUInt32Number
Mantissa
[2048] = {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp
[
all
...]
Completed in 1517 milliseconds