Home
last modified time | relevance | path

Searched +defs:sqrt +defs:s (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/core/
DSkSRGB.h44 sqrt = rsqrt.invert(), in sk_linear_to_srgb_needs_trunc() local
60 sqrt = rsqrt.invert(), in sk_linear_to_srgb_needs_round() local
96 static inline SkNx<N,float> sk_linear_from_srgb_math(const SkNx<N,int>& s) { in sk_linear_from_srgb_math()
/external/valgrind/perf/
Dfbench.c291 static double s[max_surfaces][5]; variable
346 #define sqrt I_sqrt macro
456 double sqrt(x) in sqrt() function
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c295 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/
DECFieldElement.java25 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/
Dsimd_vec4.inl43 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/
DDfp.java330 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/
DCR.java179 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/mesa3d/src/compiler/glsl/
Dir_builder.cpp107 unsigned s[4] = { 0, 1, 2, 3 }; in swizzle_for_size() local
324 sqrt(operand a) in sqrt() function
/external/v8/src/asmjs/
Dasm-typer.cc80 ZoneList<Statement*>* s) in FlattenedStatements()
238 auto* s = AsmType::Signed(); in InitializeStdlib() local
272 auto* sqrt = ceil; in InitializeStdlib() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java276 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/valgrind/VEX/priv/
Dguest_ppc_toIR.c14204 ULong s = IFIELD(theInstr, 20, 1); in dis_dfp_bcd() local
14465 ULong s = IFIELD(theInstr, 20, 1); in dis_dfp_bcdq() local
19001 IRTemp sqrt = newTemp(Ity_F64); in dis_vxs_misc() local
19035 IRTemp sqrt = newTemp(Ity_F64); in dis_vxs_misc() local
/external/v8/src/crankshaft/
Dhydrogen.cc8649 HInstruction* sqrt = AddUncasted<HUnaryMathOperation>( in TryInlineBuiltinMethodCall() local
10583 Handle<String> s = c_string->StringValue(); in BuildStringCharCodeAt() local