Home
last modified time | relevance | path

Searched refs:math (Results 151 - 175 of 1835) sorted by relevance

12345678910>>...74

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestNumberFormatAPI.java21 import java.math.BigInteger;
233 public StringBuffer format(java.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) {return null;} in TestCoverage()
235 public StringBuffer format(ohos.global.icu.math.BigDecimal number, StringBuffer toAppendTo, FieldPosition pos) {return null;} in TestCoverage()
/third_party/node/deps/v8/tools/
H A Dgen-keywords-gen-h.py10 import math namespace
20 return 1 if x == 0 else 2**int(math.ceil(math.log(x, 2)))
/third_party/mesa3d/src/vulkan/util/
H A Dvk_dispatch_table_gen.py28 import math namespace
611 return 2**int(math.ceil(math.log(x, 2)))
/third_party/libinput/tools/
H A Dlibinput-analyze-per-slot-delta.py33 import math namespace
77 t = math.atan2(dx, dy)
78 t += math.pi # in [0, 2pi] range now
83 t = t * 180.0 / math.pi
102 dist = math.hypot(dx, dy)
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Devent_analyzing_sample.py22 import math namespace
120 snum = '#' * (int)(math.log(num, 2) + 1)
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Devent_analyzing_sample.py22 import math namespace
120 snum = '#' * (int)(math.log(num, 2) + 1)
/third_party/jerryscript/tests/jerry/
H A Dfunction-prototype-bind.js121 var math = Math.sin;
122 var bound = math.bind(null, 0);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dattributes.py45 self.math = None
52 self.math = val.replace(LengthEntry.MATH_STRING, '')[1:-1]
/third_party/python/Lib/test/libregrtest/
H A Dwin_utils.py4 import math namespace
13 LOAD_FACTOR_1 = 1 / math.exp(SAMPLING_INTERVAL / 60)
/third_party/python/Lib/test/
H A Dtest_long.py7 import math namespace
81 return math.ldexp(float(q), shift)
111 result = math.ldexp(q, exp)
492 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
503 "math.sin(huge)", "math.sin(mhuge)",
504 "math.sqrt(huge)", "math.sqrt(mhuge)", # should do better
505 # math
[all...]
/kernel/linux/linux-5.10/arch/sh/math-emu/
H A DMakefile2 obj-y := math.o
/kernel/linux/linux-6.6/arch/sh/math-emu/
H A DMakefile2 obj-y := math.o
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/
H A Dpackage-info.java23 package ohos.global.icu.math
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dnanf.c1 #include <math.h>
H A Dnan.c1 #include <math.h>
H A Dnanl.c1 #include <math.h>
H A Dlroundl.c1 #include <math.h>
H A Dlroundf.c1 #include <math.h>
H A Dlround.c1 #include <math.h>
H A Dsigngam.c1 #include <math.h>
/third_party/musl/src/math/
H A Dnanl.c1 #include <math.h>
H A Dnanf.c1 #include <math.h>
H A Dnan.c1 #include <math.h>
H A Dfinitef.c2 #include <math.h>
H A Dfinite.c2 #include <math.h>

Completed in 9 milliseconds

12345678910>>...74