/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestNumberFormatAPI.java | 21 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 D | gen-keywords-gen-h.py | 10 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 D | vk_dispatch_table_gen.py | 28 import math namespace 611 return 2**int(math.ceil(math.log(x, 2)))
|
/third_party/libinput/tools/ |
H A D | libinput-analyze-per-slot-delta.py | 33 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 D | event_analyzing_sample.py | 22 import math namespace 120 snum = '#' * (int)(math.log(num, 2) + 1)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | event_analyzing_sample.py | 22 import math namespace 120 snum = '#' * (int)(math.log(num, 2) + 1)
|
/third_party/jerryscript/tests/jerry/ |
H A D | function-prototype-bind.js | 121 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 D | attributes.py | 45 self.math = None 52 self.math = val.replace(LengthEntry.MATH_STRING, '')[1:-1]
|
/third_party/python/Lib/test/libregrtest/ |
H A D | win_utils.py | 4 import math namespace 13 LOAD_FACTOR_1 = 1 / math.exp(SAMPLING_INTERVAL / 60)
|
/third_party/python/Lib/test/ |
H A D | test_long.py | 7 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 D | Makefile | 2 obj-y := math.o
|
/kernel/linux/linux-6.6/arch/sh/math-emu/ |
H A D | Makefile | 2 obj-y := math.o
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/math/ |
H A D | package-info.java | 23 package ohos.global.icu.math
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | nanf.c | 1 #include <math.h>
|
H A D | nan.c | 1 #include <math.h>
|
H A D | nanl.c | 1 #include <math.h>
|
H A D | lroundl.c | 1 #include <math.h>
|
H A D | lroundf.c | 1 #include <math.h>
|
H A D | lround.c | 1 #include <math.h>
|
H A D | signgam.c | 1 #include <math.h>
|
/third_party/musl/src/math/ |
H A D | nanl.c | 1 #include <math.h>
|
H A D | nanf.c | 1 #include <math.h>
|
H A D | nan.c | 1 #include <math.h>
|
H A D | finitef.c | 2 #include <math.h>
|
H A D | finite.c | 2 #include <math.h>
|