OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoubleValue
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.cpp
147
double
DoubleValue
= 0;
150
if (tryDeserializeFPOperand(String,
DoubleValue
))
151
return MCOperand::createDFPImm(bit_cast<uint64_t>(
DoubleValue
));
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
atomic.d
1005
struct
DoubleValue
1011
align(16) shared
DoubleValue
a;
1012
atomicStore(a,
DoubleValue
(1,2));
1015
while (!cas(&a,
DoubleValue
(1,2),
DoubleValue
(3,4))){}
1018
align(16)
DoubleValue
b = atomicLoad(a);
Completed in 100 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026