/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
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
math_win32.h | 98 _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 | 55 inline double wtf_ceil(double x) { return copysign(ceil(x), x); } 130 inline double copysign(double x, double y) { return _copysign(x, y); } function
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/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.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
tgmath.h | 127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 377 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 386 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 377 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
tgmath.h | 386 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 377 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, 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/jmonkeyengine/engine/src/core/com/jme3/math/ |
FastMath.java | 900 public static float copysign(float x, float y) { method in class:FastMath [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/sdk/renderscript/clang-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
|