Searched defs:SIGN (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libc/src/math/generic/ |
H A D | asinhf.cpp | 47 const double SIGN[2] = {1.0, -1.0}; global() variable
|
H A D | asinf.cpp | 51 constexpr double SIGN[2] = {1.0, -1.0}; global() variable
|
/llvm-project/clang/test/AST/ |
H A D | fixed_point.c | 93 #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 D | dfdiv.S | 40 #define SIGN r28 macro 82 SIGN = xor(AH,BH) define 353 #define SIGN r28 macro
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | real.h | 145 constexpr Real SIGN(const Real &x) const { return SetSign(x.IsSignBitSet()); } in SIGN() function
|
H A D | integer.h | 809 constexpr ValueWithOverflow SIGN(bool toNegative) const { SIGN() function 819 constexpr ValueWithOverflow SIGN(const Integer &sign) const { SIGN() function
|