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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_copysign.c 17 * copysign(double x, double y)
18 * copysign(x,y) returns a value with the magnitude of x and
26 copysign(double x, double y) function
  /external/libcxx/include/support/win32/
math_win32.h 100 _LIBCPP_ALWAYS_INLINE double copysign( double x, double y ) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 100 _LIBCPP_ALWAYS_INLINE double copysign( double x, double y ) function
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 100 _LIBCPP_ALWAYS_INLINE double copysign( double x, double y ) function
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_sqrt.h 91 double SDL_NAME(copysign)(double x, double y) function
93 double SDL_NAME(copysign)(x,y)
123 if (k > 0x7fe) return huge*SDL_NAME(copysign)(huge,x); /* overflow */
128 return huge*SDL_NAME(copysign)(huge,x); /*overflow*/
129 else return tiny*SDL_NAME(copysign)(tiny,x); /*underflow*/
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 58 inline double wtf_ceil(double x) { return copysign(ceil(x), x); }
138 inline double copysign(double x, double y) { return _copysign(x, y); } function
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 138 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 138 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
tgmath.h 384 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tgmath.h 384 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 5 from math import atan2, isnan, copysign namespace
57 elif copysign(1.0, x) == copysign(1.0, y):
test_float.py 6 from math import isinf, isnan, copysign, ldexp namespace
210 self.assertEqual((a, copysign(1.0, a)), (b, copysign(1.0, b)))
623 if not math.isnan(arg) and copysign(1.0, arg) > 0.0:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 5 from math import atan2, isnan, copysign namespace
57 elif copysign(1.0, x) == copysign(1.0, y):
test_float.py 6 from math import isinf, isnan, copysign, ldexp namespace
210 self.assertEqual((a, copysign(1.0, a)), (b, copysign(1.0, b)))
623 if not math.isnan(arg) and copysign(1.0, arg) > 0.0:
    [all...]
  /external/bison/darwin-lib/
math.h 769 _GL_FUNCDECL_SYS (copysign, double, (double x, double y));
771 _GL_CXXALIAS_SYS (copysign, double, (double x, double y));
772 _GL_CXXALIASWARN (copysign);
774 # undef copysign macro
776 _GL_WARN_ON_USE (copysign, "copysign is unportable - "
777 "use gnulib module copysign for portability");
790 _GL_WARN_ON_USE (copysign, "copysignl is unportable - "
    [all...]
  /external/bison/lib/
math.in.h 457 _GL_FUNCDECL_SYS (copysign, double, (double x, double y));
459 _GL_CXXALIAS_SYS (copysign, double, (double x, double y));
460 _GL_CXXALIASWARN (copysign); variable
462 # undef copysign macro
464 _GL_WARN_ON_USE (copysign, "copysign is unportable - "
465 "use gnulib module copysign for portability");
478 _GL_WARN_ON_USE (copysign, "copysignl is unportable - "
    [all...]
  /external/bison/linux-lib/
math.h 769 _GL_FUNCDECL_SYS (copysign, double, (double x, double y));
771 _GL_CXXALIAS_SYS (copysign, double, (double x, double y));
772 _GL_CXXALIASWARN (copysign);
774 # undef copysign macro
776 _GL_WARN_ON_USE (copysign, "copysign is unportable - "
777 "use gnulib module copysign for portability");
790 _GL_WARN_ON_USE (copysign, "copysignl is unportable - "
    [all...]
  /external/clang/lib/Headers/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 610 // copysign
618 __tg_copysign(double __x, double __y) {return copysign(__x, __y);}
624 #undef copysign macro
625 #define copysign(__x, __y) __tg_copysign(__tg_promote2((__x), (__y))(__x), \ macro

Completed in 687 milliseconds

1 2