Searched refs:copysign (Results 1 - 25 of 33) sorted by relevance

12

/external/bison/lib/
H A Dsignbitd.c46 return copysign (1.0, arg) < 0;
H A Dmath.in.h457 _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 - "
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_sqrt.h91 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/clang/test/CodeGen/
H A Dlibcalls-fno-builtin.c7 double copysign(double,double);
35 double t2(double x, double y) { return copysign(x,y); }
37 // CHECK: copysign
H A Dlibcall-declarations.c16 double copysign(double, double);
265 F(llabs), F(copysign), F(copysignf), F(copysignl), F(fabs),
321 // CHECK-NOERRNO: declare double @copysign(double, double) [[NUW]]
536 // CHECK-ERRNO: declare double @copysign(double, double) [[NUW]]
/external/libcxx/include/support/win32/
H A Dmath_win32.h100 _LIBCPP_ALWAYS_INLINE double copysign( double x, double y ) function
/external/llvm/include/llvm/Transforms/Utils/
H A DVectorUtils.h39 case Intrinsic::copysign:
156 case LibFunc::copysign:
159 return checkBinaryFloatSignature(*CI, Intrinsic::copysign);
/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h33 // c++11 contains a 'float copysign(float, float)' function in <cmath>.
37 return copysign(x, y);
/external/skia/include/core/
H A DSkFloatingPoint.h33 // c++11 contains a 'float copysign(float, float)' function in <cmath>.
35 return copysign(x, y);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h58 inline double wtf_ceil(double x) { return copysign(ceil(x), x); }
138 inline double copysign(double x, double y) { return _copysign(x, y); } function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h181 /// double copysign(double x, double y);
182 copysign, enumerator in enum:llvm::LibFunc::Func
728 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl:
/external/libcxx/test/numerics/c.math/
H A Dcmath.disabled.cpp696 static_assert((std::is_same<decltype(std::copysign((float)0, (float)0)), float>::value), "");
697 static_assert((std::is_same<decltype(std::copysign((bool)0, (float)0)), double>::value), "");
698 static_assert((std::is_same<decltype(std::copysign((unsigned short)0, (double)0)), double>::value), "");
699 static_assert((std::is_same<decltype(std::copysign((int)0, (long double)0)), long double>::value), "");
700 static_assert((std::is_same<decltype(std::copysign((float)0, (unsigned int)0)), double>::value), "");
701 static_assert((std::is_same<decltype(std::copysign((double)0, (long)0)), double>::value), "");
702 static_assert((std::is_same<decltype(std::copysign((long double)0, (unsigned long)0)), long double>::value), "");
703 static_assert((std::is_same<decltype(std::copysign((int)0, (long long)0)), double>::value), "");
704 static_assert((std::is_same<decltype(std::copysign((int)0, (unsigned long long)0)), double>::value), "");
705 static_assert((std::is_same<decltype(std::copysign((doubl
[all...]
/external/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 ); }
/external/bison/darwin-lib/
H A Dmath.h769 _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 - "
/external/bison/linux-lib/
H A Dmath.h769 _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 - "
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp264 case Intrinsic::copysign:
299 case LibFunc::copysign:
/external/vixl/src/a64/
H A Dsimulator-a64.cc2115 (copysign(1.0, a) != copysign(1.0, b))) {
2143 (copysign(1.0, a) != copysign(1.0, b))) {
2185 T sign_a = copysign(1.0, a);
2186 T sign_prod = copysign(1.0, op1) * copysign(1.0, op2);
2221 return copysign(0.0, sign_prod);
/external/clang/lib/Headers/
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
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc2977 (copysign(1.0, a) != copysign(1.0, b))) {
3004 (copysign(1.0, a) != copysign(1.0, b))) {
3045 T sign_a = copysign(1.0, a);
3046 T sign_prod = copysign(1.0, op1) * copysign(1.0, op2);
3079 return copysign(0.0, sign_prod);
H A Dmacro-assembler-arm64-inl.h732 } else if ((imm == 0.0) && (copysign(1.0, imm) == 1.0)) {
750 } else if ((imm == 0.0) && (copysign(1.0, imm) == 1.0)) {
/external/libcxx/test/depr/depr.c.headers/
H A Dmath_h.disabled.cpp363 static_assert((std::is_same<decltype(copysign((double)0, (double)0)), double>::value), "");
366 assert(copysign(1,1) == 1);
/external/ltrace/etc/
H A Dlibm.so.conf384 double copysign(double, double);
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp564 case Intrinsic::copysign: ISD = ISD::FCOPYSIGN; break;
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp101 "copysign",
500 TLI.setAvailableWithName(LibFunc::copysign, "_copysign");
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp583 outX = copysign(largeNumber, outX);
584 outY = copysign(largeNumber, outY);

Completed in 464 milliseconds

12