OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConstantDouble
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceGlobalContext.h
245
Constant *
getConstantDouble
(double Value);
IceGlobalContext.cpp
797
Constant *GlobalContext::
getConstantDouble
(double ConstantDouble) {
847
return
getConstantDouble
(0);
[
all
...]
WasmTranslator.cpp
388
auto *Const = Ctx->
getConstantDouble
(Value);
759
Func, InstArithmetic::Fsub, Dest, Ctx->
getConstantDouble
(0), Input));
[
all
...]
IceConverter.cpp
157
return Ctx->
getConstantDouble
(CFP->getValueAPF().convertToDouble());
[
all
...]
PNaClTranslator.cpp
[
all
...]
Completed in 134 milliseconds