Home
last modified time | relevance | path

Searched defs:SIGN (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dasinhf.cpp47 const double SIGN[2] = {1.0, -1.0}; global() variable
H A Dasinf.cpp51 constexpr double SIGN[2] = {1.0, -1.0}; global() variable
/llvm-project/clang/test/AST/
H A Dfixed_point.c93 #define MIX_TYPE_SPEC(SPEC, SIGN, SIZE, ID) \ argument
101 #define MIX_VOLATILE(SIGN, SIZE, ID) MIX_TYPE_SPEC(volatile, SIGN, SIZE, ID) argument
102 #define MIX_ATOMIC(SIGN, SIZE, ID) MIX_TYPE_SPEC(_Atomic, SIGN, SIZE, ID) argument
103 #define MIX_CONST(SIGN, SIZE, ID) MIX_TYPE_SPEC(const, SIGN, SIZE, ID) argument
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S40 #define SIGN r28 macro
82 SIGN = xor(AH,BH) define
353 #define SIGN r28 macro
/llvm-project/flang/include/flang/Evaluate/
H A Dreal.h145 constexpr Real SIGN(const Real &x) const { return SetSign(x.IsSignBitSet()); } in SIGN() function
H A Dinteger.h809 constexpr ValueWithOverflow SIGN(bool toNegative) const { SIGN() function
819 constexpr ValueWithOverflow SIGN(const Integer &sign) const { SIGN() function