Home
last modified time | relevance | path

Searched refs:math (Results 26 - 50 of 1836) sorted by relevance

12345678910>>...74

/kernel/linux/linux-5.10/arch/alpha/math-emu/
H A DMakefile8 obj-$(CONFIG_MATHEMU) += math-emu.o
10 math-emu-objs := math.o qrnnd.o
/kernel/linux/linux-6.6/arch/alpha/math-emu/
H A DMakefile8 obj-$(CONFIG_MATHEMU) += math-emu.o
10 math-emu-objs := math.o
/third_party/skia/include/private/
H A DSkSafe_math.h11 // This file protects against known bugs in ucrt\math.h.
23 // math.h
26 // I took a quick look through other headers outside math.h.
27 // Nothing looks anywhere near as likely to be used by Skia as math.h.
33 // Most inline-but-not-static methods in math.h are 32-bit only,
38 #include <math.h>
42 #error Hmm. Looks like math.h has changed its header guards.
48 #include <math.h>
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormat.java9 import java.math.BigInteger;
10 import java.math.RoundingMode;
30 import com.ibm.icu.math.BigDecimal;
31 import com.ibm.icu.math.MathContext;
625 setRoundingIncrement((java.math.BigDecimal) fieldGetter.get("roundingIncrement", null)); in readObject()
761 java.math.BigDecimal number, StringBuffer result, FieldPosition fieldPosition) { in format()
852 // Backwards compatibility: return com.ibm.icu.math.BigDecimal in parse()
853 if (number instanceof java.math.BigDecimal) { in parse()
854 number = safeConvertBigDecimal((java.math.BigDecimal) number); in parse()
892 // Backwards compatibility: return com.ibm.icu.math in parseCurrency()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormat.java10 import java.math.BigInteger;
11 import java.math.RoundingMode;
31 import ohos.global.icu.math.BigDecimal;
32 import ohos.global.icu.math.MathContext;
618 setRoundingIncrement((java.math.BigDecimal) fieldGetter.get("roundingIncrement", null)); in readObject()
746 java.math.BigDecimal number, StringBuffer result, FieldPosition fieldPosition) { in format()
829 // Backwards compatibility: return ohos.global.icu.math.BigDecimal in parse()
830 if (number instanceof java.math.BigDecimal) { in parse()
831 number = safeConvertBigDecimal((java.math.BigDecimal) number); in parse()
867 // Backwards compatibility: return ohos.global.icu.math in parseCurrency()
[all...]
/kernel/linux/linux-5.10/include/math-emu/
H A Dsoft-fp.h183 #include <math-emu/op-1.h>
184 #include <math-emu/op-2.h>
185 #include <math-emu/op-4.h>
186 #include <math-emu/op-8.h>
187 #include <math-emu/op-common.h>
/kernel/linux/linux-6.6/include/math-emu/
H A Dsoft-fp.h183 #include <math-emu/op-1.h>
184 #include <math-emu/op-2.h>
185 #include <math-emu/op-4.h>
186 #include <math-emu/op-8.h>
187 #include <math-emu/op-common.h>
/third_party/skia/tools/fonts/
H A Dgenerate_fir_coeff.py12 import math namespace
18 return math.erf(n / math.sqrt(2))
50 math.modf(
76 current_sample_right = math.floor(current_sample_left + 1)
122 # * our math was wildy wrong
/kernel/linux/linux-5.10/arch/nds32/math-emu/
H A Dfs2d.c6 #include <math-emu/double.h>
7 #include <math-emu/single.h>
8 #include <math-emu/soft-fp.h>
H A Dfd2s.c6 #include <math-emu/double.h>
7 #include <math-emu/single.h>
8 #include <math-emu/soft-fp.h>
/third_party/python/Lib/
H A Dfractions.py7 import math namespace
159 g = math.gcd(numerator, denominator)
456 g = math.gcd(da, db)
461 g2 = math.gcd(t, g)
472 g = math.gcd(da, db)
477 g2 = math.gcd(t, g)
488 g1 = math.gcd(na, db)
492 g2 = math.gcd(nb, da)
505 g1 = math.gcd(na, nb)
509 g2 = math
[all...]
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dfrsp.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dfadds.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dlfs.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dfsqrts.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dstfs.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dfmadds.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dfrsp.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dfadds.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dlfs.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dfsqrts.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
H A Dstfs.c7 #include <math-emu/soft-fp.h>
8 #include <math-emu/double.h>
9 #include <math-emu/single.h>
/third_party/node/test/fixtures/source-map/
H A Dtabs.js4 var cubes, list, math, num, number, opposite, race, square;
24 math = {
48 results.push(math.cube(num));
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java32 import com.ibm.icu.math.BigDecimal;
33 import com.ibm.icu.math.MathContext;
43 * decF4.setRoundingMode(java.math.BigDecimal.ROUND_HALF_UP) does not work
66 dec.setRoundingIncrement(new java.math.BigDecimal("0.0001")); in testJB1871()
319 java.math.MathContext result; in testJB4971()
321 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971()
337 java.math.BigDecimal r1, r2; in testJB6354()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java33 import ohos.global.icu.math.BigDecimal;
34 import ohos.global.icu.math.MathContext;
46 * decF4.setRoundingMode(java.math.BigDecimal.ROUND_HALF_UP) does not work
69 dec.setRoundingIncrement(new java.math.BigDecimal("0.0001")); in testJB1871()
322 java.math.MathContext result; in testJB4971()
324 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971()
340 java.math.BigDecimal r1, r2; in testJB6354()

Completed in 11 milliseconds

12345678910>>...74