Home
last modified time | relevance | path

Searched defs:sqrt (Results 1 – 25 of 62) sorted by relevance

123

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_exponential.inl198 GLM_FUNC_QUALIFIER float sqrt(float x) function
208 GLM_FUNC_QUALIFIER double sqrt(double x) function
219 GLM_FUNC_QUALIFIER vecType<T, P> sqrt(vecType<T, P> const & x) function
/external/clang/test/CodeGen/
Darm-vfp-asm-constraint.c22 double sqrt(double x) { // CHECK-LABEL: @sqrt( in sqrt() function
/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
DSkNx.h91 AI SkNx sqrt() const { return { fLo. sqrt(), fHi. sqrt() }; } in sqrt() function
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowFloatMath.java47 public static float sqrt(float value) { in sqrt() method in ShadowFloatMath
/external/vulkan-validation-layers/libs/glm/gtx/
Dinteger.inl24 GLM_FUNC_QUALIFIER int sqrt(int x) function
140 GLM_FUNC_QUALIFIER uint sqrt(uint x) function
/external/guava/guava-tests/benchmark/com/google/common/math/
DIntMathRoundingBenchmark.java72 @Benchmark int sqrt(int reps) { in sqrt() method in IntMathRoundingBenchmark
DBigIntegerMathRoundingBenchmark.java72 @Benchmark int sqrt(int reps) { in sqrt() method in BigIntegerMathRoundingBenchmark
DLongMathRoundingBenchmark.java72 @Benchmark int sqrt(int reps) { in sqrt() method in LongMathRoundingBenchmark
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h540 float sqrt(const float &x) in sqrt() function
547 double sqrt(const double &x) in sqrt() function
/external/valgrind/perf/
Dfbench.c346 #define sqrt I_sqrt macro
456 double sqrt(x) in sqrt() function
/external/valgrind/memcheck/tests/
Dvcpu_fbench.c350 #define sqrt I_sqrt macro
460 double sqrt(x) in sqrt() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DCorrelatedRandomVectorGenerator.java247 double sqrt = FastMath.sqrt(c[ir][ir]); in decompose() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP256R1FieldElement.java129 public ECFieldElement sqrt() in sqrt() method in SecP256R1FieldElement
DSecP192R1FieldElement.java130 public ECFieldElement sqrt() in sqrt() method in SecP192R1FieldElement
DSecP521R1FieldElement.java130 public ECFieldElement sqrt() in sqrt() method in SecP521R1FieldElement
DSecP384R1FieldElement.java129 public ECFieldElement sqrt() in sqrt() method in SecP384R1FieldElement
DSecP192K1FieldElement.java129 public ECFieldElement sqrt() in sqrt() method in SecP192K1FieldElement
DSecP256K1FieldElement.java130 public ECFieldElement sqrt() in sqrt() method in SecP256K1FieldElement
DSecP224K1FieldElement.java134 public ECFieldElement sqrt() in sqrt() method in SecP224K1FieldElement
/external/deqp/framework/common/
DtcuInterval.cpp133 Interval sqrt (const Interval& x) in sqrt() function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h152 sqrt() const in sqrt() function
/external/guava/guava/src/com/google/common/math/
DIntMath.java231 public static int sqrt(int x, RoundingMode mode) { in sqrt() method in IntMath
/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
794 public ECFieldElement sqrt() in sqrt() method in ECFieldElement.Fp.F2m
/external/skia/src/effects/
DSkHighContrastFilter.cpp121 auto sqrt = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages() local

123