Searched refs:cosh (Results 1 – 2 of 2) sorted by relevance
24 return cosh(inV);28 return cosh(inV);32 return cosh(inV);36 return cosh(inV);40 return cosh(inV);44 return cosh(inV);48 return cosh(inV);52 return cosh(inV);
67 static native float cosh(float x); in cosh() method in CoreMathVerifier437 static private Target.Floaty cosh(double d, Target t) { in cosh() method in CoreMathVerifier440 Math.cosh(in.mid()), in cosh()441 Math.cosh(in.min()), in cosh()442 Math.cosh(in.max())); in cosh()445 static private Target.Floaty cosh(float f, Target t) { in cosh() method in CoreMathVerifier448 cosh(in.mid32()), in cosh()449 cosh(in.min32()), in cosh()450 cosh(in.max32())); in cosh()1747 args.out = cosh(args.inVDouble, t); in computeCosh()[all …]