Searched refs:cbrt (Results 1 – 4 of 4) sorted by relevance
24 return cbrt(inV);28 return cbrt(inV);32 return cbrt(inV);36 return cbrt(inV);40 return cbrt(inV);44 return cbrt(inV);48 return cbrt(inV);52 return cbrt(inV);
118 yIntermediate = (float) Math.cbrt(y); in lstarFromY()
163 float fl = (k4 * adaptingLuminance) + (0.1f * k4F * k4F * (float) Math.cbrt( in make()
64 static native float cbrt(float x); in cbrt() method in CoreMathVerifier397 static private Target.Floaty cbrt(double d, Target t) { in cbrt() method in CoreMathVerifier400 Math.cbrt(in.mid()), in cbrt()401 Math.cbrt(in.min()), in cbrt()402 Math.cbrt(in.max())); in cbrt()405 static private Target.Floaty cbrt(float f, Target t) { in cbrt() method in CoreMathVerifier408 cbrt(in.mid32()), in cbrt()409 cbrt(in.min32()), in cbrt()410 cbrt(in.max32())); in cbrt()1222 args.out = cbrt(args.inVDouble, t); in computeCbrt()[all …]