Searched defs:sqrt (Results 1 – 3 of 3) sorted by relevance
266 Floaty sqrt(Floaty a) { in sqrt() method in Target
108 static native float sqrt(float x); in sqrt() method in CoreMathVerifier991 static private Target.Floaty sqrt(double d, Target t) { in sqrt() method in CoreMathVerifier996 static private Target.Floaty sqrt(float f, Target t) { in sqrt() method in CoreMathVerifier
960 BigInteger sqrt = sqrtAndRemainder[0]; in testRSA_Key_Quality_Not_Perfect_SquareHelper() local