Searched refs:acosh (Results 1 – 2 of 2) sorted by relevance
24 return acosh(inV);28 return acosh(inV);32 return acosh(inV);36 return acosh(inV);40 return acosh(inV);44 return acosh(inV);48 return acosh(inV);52 return acosh(inV);
58 static native float acosh(float x); in acosh() method in CoreMathVerifier259 static private Target.Floaty acosh(double d, Target t) { in acosh() method in CoreMathVerifier262 acosh((float) in.mid()), in acosh()263 acosh((float) in.min()), in acosh()264 acosh((float) in.max())); in acosh()267 static private Target.Floaty acosh(float f, Target t) { in acosh() method in CoreMathVerifier270 acosh(in.mid32()), in acosh()271 acosh(in.min32()), in acosh()272 acosh(in.max32())); in acosh()1122 args.out = acosh(args.inVDouble, t); in computeAcosh()[all …]