Home
last modified time | relevance | path

Searched refs:math (Results 1 – 12 of 12) sorted by relevance

/build/make/common/
Dmath.mk29 math-error = $(call pretty-error,$(1))
30 math-expect :=
31 math-expect-true :=
32 math-expect :=
33 math-expect-error :=
41 math-error = $(if $(MATH_TEST_ERROR),,$(eval MATH_TEST_ERROR:=$(1)))
42 define math-expect
50 math-expect-true = $(call math-expect,$(1),true)
51 math-expect-false = $(call math-expect,$(1),)
53 define math-expect-error
[all …]
/build/make/tools/releasetools/
Dtest_verity_utils.py20 import math
333 expected_size = common.RoundUpTo4K(int(math.ceil(image_size / ratio)))
345 return partition_size - int(math.pow(partition_size, 0.95))
367 return int(math.pow(partition_size, 0.95))
/build/soong/ui/build/
Dgoma.go45 return math.MaxInt32
Dproc_sync.go134 numSecondsRounded := math.Floor(remainingSleep.Seconds()*10+0.5) / 10
/build/blueprint/parser/
Dmodify.go118 _, err := io.Copy(out, io.NewSectionReader(in, offset, math.MaxInt64-offset))
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go8 import math "math" packageName
13 var _ = math.Inf
/build/soong/symbol_inject/
Dsymbol_inject.go25 var maxUint64 uint64 = math.MaxUint64
/build/soong/ui/status/ninja_frontend/
Dfrontend.pb.go8 import math "math" packageName
13 var _ = math.Inf
/build/soong/docs/
Dperf.md62 added some basic math functions in `math.mk` to help some common use cases that
/build/soong/cmd/dep_fixer/
Ddeps_test.go294 external/libcxx/include/math.h \
295 prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/math.h \
/build/make/core/tasks/check_boot_jars/
Dpackage_whitelist.txt14 java\.math
/build/make/core/
Dconfig.mk120 include $(BUILD_SYSTEM_COMMON)/math.mk