Home
last modified time | relevance | path

Searched refs:math (Results 526 - 550 of 2004) sorted by relevance

1...<<21222324252627282930>>...81

/third_party/node/deps/v8/tools/
H A Dperf-compare.py19 import math namespace
41 return math.sqrt(Statistics.Mean(Statistics.Variance(values, average)))
47 return abs((mean - baseline_avg) / (baseline_sigma / math.sqrt(n)))
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dclamped_math.h153 // These perform the actual math operations on the ClampedNumerics.
158 using Math = typename MathWrapper<M, L, R>::math; in MathOp()
167 using Math = typename MathWrapper<M, T, R>::math; in MathOp()
216 // These implement the variadic wrapper for the math operations.
220 using Math = typename MathWrapper<M, L, R>::math; in ClampMathOp()
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py22 import math namespace
30 MAX_CODEPOINT_BITS = math.ceil(math.log2(NUM_CODEPOINTS - 1))
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmatrix.h22 #include <base/math/vector.h>
23 #include <base/math/vector_util.h>
41 #include <base/math/disable_warning_4201_heading.h>
338 #include <base/math/disable_warning_4201_footer.h>
H A Dquaternion_util.h21 #include <base/math/mathf.h>
22 #include <base/math/quaternion.h>
23 #include <base/math/vector.h>
24 #include <base/math/vector_util.h>
/kernel/linux/linux-5.10/arch/sparc/math-emu/
H A Dmath_32.c3 * arch/sparc/math-emu/math.c
75 #include <math-emu/soft-fp.h>
76 #include <math-emu/single.h>
77 #include <math-emu/double.h>
78 #include <math-emu/quad.h>
H A Dmath_64.c3 * arch/sparc64/math-emu/math.c
23 #include <math-emu/soft-fp.h>
24 #include <math-emu/single.h>
25 #include <math-emu/double.h>
26 #include <math-emu/quad.h>
/kernel/linux/linux-6.6/arch/sparc/math-emu/
H A Dmath_32.c3 * arch/sparc/math-emu/math.c
75 #include <math-emu/soft-fp.h>
76 #include <math-emu/single.h>
77 #include <math-emu/double.h>
78 #include <math-emu/quad.h>
H A Dmath_64.c3 * arch/sparc64/math-emu/math.c
23 #include <math-emu/soft-fp.h>
24 #include <math-emu/single.h>
25 #include <math-emu/double.h>
26 #include <math-emu/quad.h>
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java5 import java.math.BigDecimal;
6 import java.math.BigInteger;
78 } else if (number instanceof com.ibm.icu.math.BigDecimal) { in DecimalQuantity_DualStorageBCD()
79 setToBigDecimal(((com.ibm.icu.math.BigDecimal) number).toBigDecimal()); in DecimalQuantity_DualStorageBCD()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DPropertiesTest.java21 import java.math.BigDecimal;
22 import java.math.BigInteger;
23 import java.math.MathContext;
24 import java.math.RoundingMode;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DPropertiesTest.java20 import java.math.BigDecimal;
21 import java.math.BigInteger;
22 import java.math.MathContext;
23 import java.math.RoundingMode;
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-plan.cc41 #include "hb-ot-math-table.hh"
262 hb_blob_ptr_t<OT::MATH> math = hb_sanitize_context_t ().reference_table<OT::MATH> (face); in _math_closure() local
263 if (math->has_data ()) in _math_closure()
264 math->closure_glyphs (glyphset); in _math_closure()
265 math.destroy (); in _math_closure()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/curves/
H A Dintf_bezier.h19 #include <base/math/vector.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dprevious_joint_matrices_component.h21 #include <base/math/matrix.h>
H A Dprevious_world_matrix_component.h21 #include <base/math/matrix.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Drender_mesh_component.h21 #include <base/math/vector.h>
/foundation/graphic/graphic_3d/kits/js/include/
H A DVec4Proxy.h21 #include <base/math/vector.h>
H A DQuatProxy.h20 #include <base/math/quaternion.h>
H A DVec3Proxy.h20 #include <base/math/vector.h>
H A DVec2Proxy.h21 #include <base/math/vector.h>
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dmcrfs.c7 #include <math-emu/soft-fp.h>
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dmcrfs.c7 #include <math-emu/soft-fp.h>
/kernel/linux/linux-5.10/tools/testing/selftests/intel_pstate/
H A Dmsr.c2 #include <math.h>
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcolor_config.c9 #include <math.h>

Completed in 11 milliseconds

1...<<21222324252627282930>>...81