Searched refs:copysign (Results 51 - 75 of 431) sorted by relevance

1234567891011>>

/prebuilts/clang/host/linux-x86/clang-stable/lib64/clang/3.8/include/
H A D__clang_cuda_math_forward_declares.h63 __DEVICE__ double copysign(double, double);
64 __DEVICE__ float copysign(float, float);
197 using ::copysign;
/prebuilts/clang/host/linux-x86/clang-stable/lib64/clang/3.8.275480/include/
H A D__clang_cuda_math_forward_declares.h63 __DEVICE__ double copysign(double, double);
64 __DEVICE__ float copysign(float, float);
197 using ::copysign;
/prebuilts/sdk/renderscript/clang-include/
H A D__clang_cuda_math_forward_declares.h63 __DEVICE__ double copysign(double, double);
64 __DEVICE__ float copysign(float, float);
197 using ::copysign;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
H A Dtgmath.h127 #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/
H A Dtgmath.h138 #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/
H A Dtgmath.h138 #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/
H A Dtgmath.h127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
H A Dtgmath.h127 #define copysign(x,y) __TGMATH_REAL_2(x, y, copysign) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
H A Dmathcalls.h218 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dtgmath.h384 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dmathcalls.h219 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtgmath.h384 #define copysign(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, copysign) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dmathcalls.h219 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp72 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } function
788 static_assert((std::is_same<decltype(copysign((float)0, (float)0)), float>::value), "");
789 static_assert((std::is_same<decltype(copysign((bool)0, (float)0)), double>::value), "");
790 static_assert((std::is_same<decltype(copysign((unsigned short)0, (double)0)), double>::value), "");
791 static_assert((std::is_same<decltype(copysign((int)0, (long double)0)), long double>::value), "");
792 static_assert((std::is_same<decltype(copysign((float)0, (unsigned int)0)), double>::value), "");
793 static_assert((std::is_same<decltype(copysign((double)0, (long)0)), double>::value), "");
794 static_assert((std::is_same<decltype(copysign((long double)0, (unsigned long)0)), long double>::value), "");
795 static_assert((std::is_same<decltype(copysign((int)0, (long long)0)), double>::value), "");
796 static_assert((std::is_same<decltype(copysign((in
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
H A Dcmath.pass.cpp72 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } function
789 static_assert((std::is_same<decltype(std::copysign((float)0, (float)0)), float>::value), "");
790 static_assert((std::is_same<decltype(std::copysign((bool)0, (float)0)), double>::value), "");
791 static_assert((std::is_same<decltype(std::copysign((unsigned short)0, (double)0)), double>::value), "");
792 static_assert((std::is_same<decltype(std::copysign((int)0, (long double)0)), long double>::value), "");
793 static_assert((std::is_same<decltype(std::copysign((float)0, (unsigned int)0)), double>::value), "");
794 static_assert((std::is_same<decltype(std::copysign((double)0, (long)0)), double>::value), "");
795 static_assert((std::is_same<decltype(std::copysign((long double)0, (unsigned long)0)), long double>::value), "");
796 static_assert((std::is_same<decltype(std::copysign((int)0, (long long)0)), double>::value), "");
797 static_assert((std::is_same<decltype(std::copysign((in
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp72 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } function
788 static_assert((std::is_same<decltype(copysign((float)0, (float)0)), float>::value), "");
789 static_assert((std::is_same<decltype(copysign((bool)0, (float)0)), double>::value), "");
790 static_assert((std::is_same<decltype(copysign((unsigned short)0, (double)0)), double>::value), "");
791 static_assert((std::is_same<decltype(copysign((int)0, (long double)0)), long double>::value), "");
792 static_assert((std::is_same<decltype(copysign((float)0, (unsigned int)0)), double>::value), "");
793 static_assert((std::is_same<decltype(copysign((double)0, (long)0)), double>::value), "");
794 static_assert((std::is_same<decltype(copysign((long double)0, (unsigned long)0)), long double>::value), "");
795 static_assert((std::is_same<decltype(copysign((int)0, (long long)0)), double>::value), "");
796 static_assert((std::is_same<decltype(copysign((in
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
H A Dcmath.pass.cpp72 Ambiguous copysign(Ambiguous, Ambiguous){ return Ambiguous(); } function
789 static_assert((std::is_same<decltype(std::copysign((float)0, (float)0)), float>::value), "");
790 static_assert((std::is_same<decltype(std::copysign((bool)0, (float)0)), double>::value), "");
791 static_assert((std::is_same<decltype(std::copysign((unsigned short)0, (double)0)), double>::value), "");
792 static_assert((std::is_same<decltype(std::copysign((int)0, (long double)0)), long double>::value), "");
793 static_assert((std::is_same<decltype(std::copysign((float)0, (unsigned int)0)), double>::value), "");
794 static_assert((std::is_same<decltype(std::copysign((double)0, (long)0)), double>::value), "");
795 static_assert((std::is_same<decltype(std::copysign((long double)0, (unsigned long)0)), long double>::value), "");
796 static_assert((std::is_same<decltype(std::copysign((int)0, (long long)0)), double>::value), "");
797 static_assert((std::is_same<decltype(std::copysign((in
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dmath.h45 using std::tr1::copysign;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dmath.h45 using std::tr1::copysign;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Dmath.h45 using std::tr1::copysign;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
H A Dmath.h45 using std::tr1::copysign;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dmath.h45 using std::tr1::copysign;
/prebuilts/ndk/current/sources/cxx-stl/stlport/src/
H A Dnum_put_float.cpp136 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && ( copysign(1., x) < 0 ); }
181 static inline bool _Stl_is_neg_nan(double x) { return isnan(x) && copysign(1., x) < 0 ; }
186 static bool _Stl_is_neg_inf(double x) { return _Stl_is_inf(x) && ( copysign(1., x) < 0 ); }
187 static bool _Stl_is_neg_nan(double x) { return isnan(x) && ( copysign(1., x) < 0 ); }
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dmath.h45 using std::tr1::copysign;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dmath.h45 using std::tr1::copysign;

Completed in 2881 milliseconds

1234567891011>>