Searched refs:sqrt0 (Results 1 – 9 of 9) sorted by relevance
262 BigInteger sqrt0; in sqrtFloor() local265 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()
100 %sqrt0 = call float @llvm.sqrt.f32(float %val0)136 store volatile float %sqrt0, float *%ptr
102 %sqrt0 = call double @llvm.sqrt.f64(double %val0)138 store volatile double %sqrt0, double *%ptr
14252 IRTemp sqrt0 = newTemp(Ity_F64); in dis_vxv_misc() local14266 assign( sqrt0, binop( Iop_SqrtF64, rm, mkexpr( b0 ) ) ); in dis_vxv_misc()14275 resp ? mkexpr( b0 ) : mkexpr( sqrt0 ) ) ) ) ); in dis_vxv_misc()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...