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

12

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Datanh.c78 z = copysign(0.5,x);
79 x = copysign(x,1.0);
82 return(copysign(1.0,z)*infnan(ERANGE)); /* sign(x)*INF */
H A Dasinh.c49 * copysign(x,y)
98 if((t=copysign(x,one))>small)
100 s=one/t; return(copysign(log1p(t+t/(s+sqrt(one+s*s))),x)); }
102 {s=log1p(t)+ln2lo; return(copysign(s+ln2hi,x));}
H A Dexp__E.c57 * copysign(x,y)
119 if(copysign(x,one)>small) {
138 return(copysign(zero,x));
H A Dmathimpl.h103 extern double copysign(double, double);
H A Dexp.c50 * copysign(x,y)
137 k=invln2*x+copysign(0.5,x); /* k=NINT(x/ln2) */
184 k = (int)z + copysign(.5, x);
H A Dlog1p.c50 * copysign(x,y)
134 if(copysign(x,one)<small) return(x);
H A Dexpm1.c50 * copysign(x,y)
132 k= (int)(invln2*x)+copysign(0.5,x); /* k=NINT(x/ln2) */
H A Dsupport.c63 * (a) copysign(x,y)
113 return(copysign(infnan(ERANGE),x));
172 extern double copysign(x,y) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastmath.c67 return copysign(1.0, value) < 0;
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcopysign.c135 copysign (double x, double y) function
147 copysign (double x, double y) function
H A DMakefile.in189 ./calloc.o ./clock.o ./copysign.o \
580 ./copysign.o: $(srcdir)/copysign.c $(INCDIR)/ansidecl.h
582 $(COMPILE.c) $(PICFLAG) $(srcdir)/copysign.c -o pic/$@; \
584 $(COMPILE.c) $(srcdir)/copysign.c $(OUTPUT_OPTION)
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/mathswig/
H A Dmathswig.i47 double copysign(double, double);
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/tr1/
H A Dmath.h50 using std::tr1::copysign;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLibraryInfo.h108 /// double copysign(double x, double y);
109 copysign, enumerator in enum:llvm::LibFunc::Func
369 case LibFunc::copysign: case LibFunc::copysignf: case LibFunc::copysignl:
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/
H A Dlibm.tcl60 {double copysign(double, double)}
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/sfio/
H A Dsfcvt.c160 if (copysign(1.0, (double)f) < 0.0)
335 if (copysign(1.0, f) < 0.0)
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dlibm.test115 {double copysign(double, double)}
/macosx-10.9.5/CF-855.17/
H A DCFNumber.c39 #define copysign(A, B) _copysign(A, B) macro
822 CFStringAppend(mstr, (copysign(1.0, d) < 0.0) ? CFSTR("-0.0") : CFSTR("+0.0"));
1239 double s1 = copysign(1.0, d1);
1240 double s2 = copysign(1.0, d2);
1290 double s1 = copysign(1.0, d1);
1496 CFStringAppend(mstr, (copysign(1.0, number->value.valFloat32) < 0.0) ? CFSTR("-0.0") : CFSTR("+0.0"));
1509 CFStringAppend(mstr, (copysign(1.0, number->value.valFloat64) < 0.0) ? CFSTR("-0.0") : CFSTR("+0.0"));
1647 s1 = copysign(1.0, d1);
1648 s2 = copysign(1.0, d2);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/
H A DTargetLibraryInfo.cpp70 "copysign",
289 TLI.setAvailableWithName(LibFunc::copysign, "_copysign");
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Darith.sh496 do (( r = copysign(a,b) ))
497 (( t = copysign(a,b) ))
498 [[ $r == $t ]] || err_exit $(printf "float t=copysign(%3.1f,%3.1f) => %3.1f -- expected %3.1f\n" a b t r)
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dc++config.h247 /* Define to 1 if you have the `copysign' function. */
1035 # define copysign _copysign macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DMathObject.cpp420 if (k > 0x7fe) return huge*copysign(huge,x); /* overflow */
425 return huge*copysign(huge,x); /*overflow*/
426 else return tiny*copysign(tiny,x); /*underflow*/
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dmathfunc.c138 NUMMATHFUNC("copysign", math_func, 2, 2, MF_COPYSIGN),
299 retd = copysign(argd, argd2);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h334 #ifndef copysign
335 #define copysign(a, b) _copysign(a, b) macro
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/transforms/
H A DTransformationMatrix.cpp583 outX = copysign(largeNumber, outX);
584 outY = copysign(largeNumber, outY);

Completed in 387 milliseconds

12