HomeSort by relevance Sort by last modified time
    Searched defs:signbit (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/v8/src/
win32-math.cc 97 int signbit(double x) { function
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 75 _LIBCPP_ALWAYS_INLINE bool signbit( double num ) function
96 return (signbit (x) != signbit (y) ? - x : x);
  /external/tcpdump/
print-ntp.c 244 int signbit; local
258 signbit = 0;
263 signbit = 1;
270 signbit = 0;
273 signbit = 1;
283 if (signbit)