OpenGrok
Cross Reference: CGBuiltin.cpp
xref
: /
external
/
clang
/
lib
/
CodeGen
/
CGBuiltin.cpp
Home
|
History
|
Annotate
|
Download
|
only in
CodeGen
Lines Matching
full:signbit
764
// isinf_sign(x) -> fabs(x) == infinity ? (
signbit
(x) ? -1 : 1) : 0