Searched refs:copysign (Results 76 - 100 of 431) sorted by relevance

1234567891011>>

/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
H A Dcmath.pass.cpp704 static_assert((std::is_same<decltype(std::copysign((float)0, (float)0)), float>::value), "");
705 static_assert((std::is_same<decltype(std::copysign((bool)0, (float)0)), double>::value), "");
706 static_assert((std::is_same<decltype(std::copysign((unsigned short)0, (double)0)), double>::value), "");
707 static_assert((std::is_same<decltype(std::copysign((int)0, (long double)0)), long double>::value), "");
708 static_assert((std::is_same<decltype(std::copysign((float)0, (unsigned int)0)), double>::value), "");
709 static_assert((std::is_same<decltype(std::copysign((double)0, (long)0)), double>::value), "");
710 static_assert((std::is_same<decltype(std::copysign((long double)0, (unsigned long)0)), long double>::value), "");
711 static_assert((std::is_same<decltype(std::copysign((int)0, (long long)0)), double>::value), "");
712 static_assert((std::is_same<decltype(std::copysign((int)0, (unsigned long long)0)), double>::value), "");
713 static_assert((std::is_same<decltype(std::copysign((doubl
[all...]
/prebuilts/ndk/r11/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/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
H A Dmath.h45 using std::tr1::copysign;
/prebuilts/ndk/r13/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/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_float.py6 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:
981 elif x == y and (x != 0.0 or copysign(1.0, x) == copysign(1.0, y)):
H A Dtest_cmath.py92 if math.copysign(1., a) != math.copysign(1., b):
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_float.py6 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:
981 elif x == y and (x != 0.0 or copysign(1.0, x) == copysign(1.0, y)):
H A Dtest_cmath.py92 if math.copysign(1., a) != math.copysign(1., b):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py6 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:
981 elif x == y and (x != 0.0 or copysign(1.0, x) == copysign(1.0, y)):
H A Dtest_cmath.py92 if math.copysign(1., a) != math.copysign(1., b):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_float.py6 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:
981 elif x == y and (x != 0.0 or copysign(1.0, x) == copysign(1.0, y)):
H A Dtest_cmath.py92 if math.copysign(1., a) != math.copysign(1., b):
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, copysign);
342 using ::copysign;
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, copysign);
342 using ::copysign;
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, copysign);
342 using ::copysign;
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, copysign);
342 using ::copysign;
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, copysign);
342 using ::copysign;
/prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, copysign);
342 using ::copysign;
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
H A D__clang_cuda_cmath.h208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, copysign);
342 using ::copysign;
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A D__clang_cuda_cmath.h208 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(double, copysign);
342 using ::copysign;
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
H A Dtgmath.h610 // 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/host/darwin-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Dtgmath.h610 // 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/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
H A Dtgmath.h610 // 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/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Dtgmath.h610 // 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/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
H A Dtgmath.h610 // 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 788 milliseconds

1234567891011>>