Searched refs:exp10 (Results 1 – 2 of 2) sorted by relevance
24 return exp10(inV);28 return exp10(inV);32 return exp10(inV);36 return exp10(inV);40 return exp10(inV);44 return exp10(inV);48 return exp10(inV);52 return exp10(inV);
71 static native float exp10(float x); in exp10() method in CoreMathVerifier576 static private Target.Floaty exp10(double d, Target t) { in exp10() method in CoreMathVerifier579 exp10((float) in.mid()), in exp10()580 exp10((float) in.min()), in exp10()581 exp10((float) in.max())); in exp10()584 static private Target.Floaty exp10(float f, Target t) { in exp10() method in CoreMathVerifier587 exp10(in.mid32()), in exp10()588 exp10(in.min32()), in exp10()589 exp10(in.max32())); in exp10()1883 args.out = exp10(args.inVDouble, t); in computeExp10()[all …]