Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/
De_sqrt.h91 double SDL_NAME(copysign)(double x, double y) in SDL_NAME() argument
/external/libcxx/include/support/win32/
Dmath_win32.h100 _LIBCPP_ALWAYS_INLINE double copysign( double x, double y ) in copysign() function
/external/flac/libFLAC/
Dlpc.c57 #define copysign _copysign macro
59 #define copysign __builtin_copysign macro
/external/chromium_org/third_party/WebKit/Source/wtf/
DMathExtras.h138 inline double copysign(double x, double y) { return _copysign(x, y); } in copysign() function
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h182 copysign, enumerator
/external/clang/lib/Headers/
Dtgmath.h625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro