OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changesign
(Results
1 - 14
of
14
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
sign.hpp
3
// (C) Copyright Paul A. Bristow 2011 (added
changesign
).
67
//
Changesign
123
template<class T> T (
changesign
)(const T& x)
function in namespace:boost::math
136
return (boost::math::signbit)(x) != (boost::math::signbit)(y) ? (boost::math::
changesign
)(x) : x;
math_fwd.hpp
702
T
changesign
BOOST_NO_MACRO_EXPAND(const T& z);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
229
P->
changeSign
();
239
T.
changeSign
();
329
getFpVal().
changeSign
();
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
834
else value = (boost::math::
changesign
) (std::numeric_limits<T>::quiet_NaN());
851
else value = (boost::math::
changesign
) (std::numeric_limits<T>::infinity());
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
311
void
changeSign
();
/external/llvm/lib/Support/
APFloat.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGExpr.cpp
679
FVal.
changeSign
();
[
all
...]
/external/llvm/lib/IR/
Constants.cpp
591
apf.
changeSign
();
[
all
...]
/external/llvm/lib/MC/MCParser/
AsmParser.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
[
all
...]
DAGCombiner.cpp
483
V.
changeSign
();
[
all
...]
Completed in 391 milliseconds