Home
last modified time | relevance | path

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

/third_party/boost/libs/math/test/compile_test/
Dpoison.hpp102 #define signbit(x) this_should_not_compile(x)}}}}}}}}}}}}}}}}}}} macro
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in2384 # define signbit(x) \ macro
2428 # define signbit(x) \ macro
/third_party/musl/include/
Dmath.h97 #define signbit(x) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h101 #define signbit(x) ( \ macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h97 #define signbit(x) ( \ macro
/third_party/mingw-w64/mingw-w64-crt/stdio/
Dmingw_pformat.c1069 int signbit = x.__pformat_fpreg_mantissa >> 63; in __pformat_cvt() local