Searched refs:math (Results 1 – 19 of 19) sorted by relevance
/build/make/common/ |
D | math.mk | 29 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/ |
D | build_progress.pb.go | 9 math "math" packageName 15 var _ = math.Inf
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.pb.go | 9 math "math" packageName 15 var _ = math.Inf
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.pb.go | 9 math "math" packageName 15 var _ = math.Inf
|
/build/make/tools/releasetools/ |
D | test_verity_utils.py | 20 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/ |
D | goma.go | 45 return math.MaxInt32
|
D | proc_sync.go | 142 numSecondsRounded := math.Floor(remainingSleep.Seconds()*10+0.5) / 10
|
/build/blueprint/parser/ |
D | modify.go | 118 _, err := io.Copy(out, io.NewSectionReader(in, offset, math.MaxInt64-offset))
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 25 var maxUint64 uint64 = math.MaxUint64
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 9 math "math" packageName 15 var _ = math.Inf
|
/build/soong/cmd/extract_apks/ |
D | main.go | 107 abiIdx := math.MaxInt32 115 if abiIdx == math.MaxInt32 {
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 9 math "math" packageName 15 var _ = math.Inf
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.pb.go | 9 math "math" packageName 15 var _ = math.Inf
|
D | commands.pb.go | 9 math "math" packageName 15 var _ = math.Inf
|
D | targeting.pb.go | 9 math "math" packageName 15 var _ = math.Inf
|
/build/soong/makedeps/ |
D | deps_test.go | 308 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/ |
D | package_allowed_list.txt | 14 java\.math
|
/build/soong/docs/ |
D | perf.md | 97 added some basic math functions in `math.mk` to help some common use cases that
|
/build/make/core/ |
D | config.mk | 181 include $(BUILD_SYSTEM_COMMON)/math.mk
|