Searched refs:math (Results 1 – 12 of 12) 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/make/tools/releasetools/ |
D | test_verity_utils.py | 20 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/ |
D | goma.go | 45 return math.MaxInt32
|
D | proc_sync.go | 134 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/ui/metrics/metrics_proto/ |
D | metrics.pb.go | 8 import math "math" packageName 13 var _ = math.Inf
|
/build/soong/symbol_inject/ |
D | symbol_inject.go | 25 var maxUint64 uint64 = math.MaxUint64
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.pb.go | 8 import math "math" packageName 13 var _ = math.Inf
|
/build/soong/docs/ |
D | perf.md | 62 added some basic math functions in `math.mk` to help some common use cases that
|
/build/soong/cmd/dep_fixer/ |
D | deps_test.go | 294 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/ |
D | package_whitelist.txt | 14 java\.math
|
/build/make/core/ |
D | config.mk | 120 include $(BUILD_SYSTEM_COMMON)/math.mk
|