OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSNaN
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Constants.h
288
static Constant *
getSNaN
(Type *Ty, bool Negative = false,
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h
924
static APFloat
getSNaN
(const fltSemantics &Sem, bool Negative = false,
/src/external/apache2/llvm/dist/llvm/lib/IR/
Constants.cpp
1009
Constant *ConstantFP::
getSNaN
(Type *Ty, bool Negative, APInt *Payload) {
1011
APFloat NaN = APFloat::
getSNaN
(Semantics, Negative, Payload);
AsmWriter.cpp
1404
apf = APFloat::
getSNaN
(APFloat::IEEEdouble(), apf.isNegative(),
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
13599
Result = llvm::APFloat::
getSNaN
(Sem, false, &fill);
13611
Result = llvm::APFloat::
getSNaN
(Sem, false, &fill);
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
5628
ID.APFloatVal = APFloat::
getSNaN
(ID.APFloatVal.getSemantics(),
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026