Home
last modified time | relevance | path

Searched refs:sqrt0 (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java262 BigInteger sqrt0; in sqrtFloor() local
265 sqrt0 = sqrtApproxWithDoubles(x); in sqrtFloor()
272 sqrt0 = sqrtApproxWithDoubles(x.shiftRight(shift)).shiftLeft(shift >> 1); in sqrtFloor()
274 BigInteger sqrt1 = sqrt0.add(x.divide(sqrt0)).shiftRight(1); in sqrtFloor()
275 if (sqrt0.equals(sqrt1)) { in sqrtFloor()
276 return sqrt0; in sqrtFloor()
279 sqrt0 = sqrt1; in sqrtFloor()
280 sqrt1 = sqrt0.add(x.divide(sqrt0)).shiftRight(1); in sqrtFloor()
281 } while (sqrt1.compareTo(sqrt0) < 0); in sqrtFloor()
282 return sqrt0; in sqrtFloor()
/external/llvm/test/CodeGen/SystemZ/
Dfp-sqrt-01.ll100 %sqrt0 = call float @llvm.sqrt.f32(float %val0)
136 store volatile float %sqrt0, float *%ptr
Dfp-sqrt-02.ll102 %sqrt0 = call double @llvm.sqrt.f64(double %val0)
138 store volatile double %sqrt0, double *%ptr
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c14252 IRTemp sqrt0 = newTemp(Ity_F64); in dis_vxv_misc() local
14266 assign( sqrt0, binop( Iop_SqrtF64, rm, mkexpr( b0 ) ) ); in dis_vxv_misc()
14275 resp ? mkexpr( b0 ) : mkexpr( sqrt0 ) ) ) ) ); in dis_vxv_misc()
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...