Home
last modified time | relevance | path

Searched refs:math (Results 1 – 19 of 19) 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/soong/ui/status/build_progress_proto/
Dbuild_progress.pb.go9 math "math" packageName
15 var _ = math.Inf
/build/soong/ui/metrics/upload_proto/
Dupload.pb.go9 math "math" packageName
15 var _ = math.Inf
/build/soong/ui/status/build_error_proto/
Dbuild_error.pb.go9 math "math" packageName
15 var _ = math.Inf
/build/make/tools/releasetools/
Dtest_verity_utils.py20 import math
343 expected_size = common.RoundUpTo4K(int(math.ceil(image_size / ratio)))
355 return partition_size - int(math.pow(partition_size, 0.95))
377 return int(math.pow(partition_size, 0.95))
/build/soong/ui/build/
Dgoma.go45 return math.MaxInt32
Dproc_sync.go142 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/symbol_inject/
Dsymbol_inject.go25 var maxUint64 uint64 = math.MaxUint64
/build/soong/ui/status/ninja_frontend/
Dfrontend.pb.go9 math "math" packageName
15 var _ = math.Inf
/build/soong/cmd/extract_apks/
Dmain.go107 abiIdx := math.MaxInt32
115 if abiIdx == math.MaxInt32 {
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go9 math "math" packageName
15 var _ = math.Inf
/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go9 math "math" packageName
15 var _ = math.Inf
Dcommands.pb.go9 math "math" packageName
15 var _ = math.Inf
Dtargeting.pb.go9 math "math" packageName
15 var _ = math.Inf
/build/soong/makedeps/
Ddeps_test.go308 external/libcxx/include/math.h \
309 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_allowed_list.txt14 java\.math
/build/soong/docs/
Dperf.md97 added some basic math functions in `math.mk` to help some common use cases that
/build/make/core/
Dconfig.mk181 include $(BUILD_SYSTEM_COMMON)/math.mk