/external/valgrind/perf/ |
D | fbench.c | 291 static double s[max_surfaces][5]; variable 346 #define sqrt I_sqrt macro 456 double sqrt(x) in sqrt() function
|
/external/valgrind/memcheck/tests/ |
D | vcpu_fbench.c | 295 static double s[max_surfaces][5]; variable 350 #define sqrt I_sqrt macro 460 double sqrt(x) in sqrt() function
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECFieldElement.java | 25 public abstract ECFieldElement sqrt(); in sqrt() method in ECFieldElement 233 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp 325 int s = k.getLowestSetBit(); in lucasSequence() local 794 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp.F2m
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | simd_vec4.inl | 43 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s) : 76 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec3 const & v, float const & s) : 80 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(float const & s, vec3 const & v) : 101 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator+=(float const & s) 113 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator-=(float const & s) 125 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator*=(float const & s) 137 GLM_FUNC_QUALIFIER fvec4SIMD& fvec4SIMD::operator/=(float const & s) 183 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (fvec4SIMD const & v, float s) 188 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (float s, fvec4SIMD const & v) 199 GLM_FUNC_QUALIFIER fvec4SIMD operator- (fvec4SIMD const & v, float s) [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 330 protected Dfp(final DfpField field, final String s) { in Dfp() 610 public Dfp newInstance(final String s) { in newInstance() 1856 public Dfp sqrt() { in sqrt() method in Dfp
|
/external/crcalc/src/com/hp/creals/ |
D | CR.java | 179 public AbortedException(String s) { super(s); } in AbortedException() 191 public PrecisionOverflowException(String s) { super(s); } in PrecisionOverflowException() 543 public static CR valueOf(String s, int radix) in valueOf() 961 public CR sqrt() { in sqrt() method in CR 1075 select_CR(CR s, CR x, CR y) { in select_CR()
|
/external/boringssl/src/crypto/bn/ |
D | bn_test.cc | 859 BN_ULONG s = b->d[0]; in test_div_word() local 1429 ScopedBIGNUM sqrt(BN_new()); in test_sqrt() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 276 public static double sqrt(final double a) { in sqrt() method in FastMath 3997 long s = Double.doubleToLongBits(sign); in copySign() local 4014 int s = Float.floatToIntBits(sign); in copySign() local
|
/external/chromium-trace/catapult/tracing/third_party/d3/ |
D | d3.min.js | 1 …sNaN(n)}function t(n){return n.length}function e(n){for(var t=1;n*t%1;)t*=10;return t}function r(n… argument 2 …s.length?(w=n,_=n?Pe(n[0][0],n[0][1],n[1][0],n[1][1]):bt,u()):w},t.scale=function(n){return argume… function 3 }return r.invert=function(t){return Io(n.invert(t))},r.domain=function(t){return arguments.length?(… property 4 …s(e[0],u)||s(e[1],u)?(a(u[0],e[1])>a(u[0],u[1])&&(u[1]=e[1]),a(e[0],u[1])>a(u[0],u[1])&&(u[0]=e[0]… property 5 …(this,arguments)+ys,a=u.apply(this,arguments)+ys,c=(o>a&&(c=o,o=a,a=c),a-o),s=Sa>c?"0":"1",l=Math.… property
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 11692 ULong s = IFIELD(theInstr, 20, 1); in dis_dfp_bcd() local 11953 ULong s = IFIELD(theInstr, 20, 1); in dis_dfp_bcdq() local 15358 IRTemp sqrt = newTemp(Ity_F64); in dis_vxs_misc() local 15392 IRTemp sqrt = newTemp(Ity_F64); in dis_vxs_misc() local
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 9071 HInstruction* sqrt = AddUncasted<HUnaryMathOperation>( in TryInlineBuiltinMethodCall() local 11039 Handle<String> s = c_string->StringValue(); in BuildStringCharCodeAt() local
|