Lines Matching refs:words
67 $(if $(word 2,$(1)),$(call math-error,Multiple words in a single argument: $(1))) \
73 $(if $(word 2,$(1)),$(call math-error,Multiple words in a single argument: $(1))) \
81 $(call math-expect-error,(call math_is_number,1 2),Multiple words in a single argument: 1 2)
82 $(call math-expect-error,(call math_is_number,no 2),Multiple words in a single argument: no 2)
87 $(call math-expect-error,(call math_is_zero,1 2),Multiple words in a single argument: 1 2)
88 $(call math-expect-error,(call math_is_zero,no 2),Multiple words in a single argument: no 2)
100 $(call math-expect-error,(call _math_check_valid,1 2),Multiple words in a single argument: 1 2)
126 $(call math-expect-error,(call math_max,1 2,3),Multiple words in a single argument: 1 2)
157 $(strip $(eval $(1) := $($(1)) .)$(words $($(1))))
204 $(if $(filter $(words x $(_INT_LIMIT_WORDS)),$(words $(wordlist 1,$(1),x $(_INT_LIMIT_WORDS)))),\
205 $(call math-error,integer greater than $(words $(_INT_LIMIT_WORDS)) is not supported!),\
220 $(filter-out $(words $(2)),$(words $(call _int_max,$(1),$(2))))
227 $(filter $(words $(1)),$(words $(2)))
238 $(words $(call _int_encode,$(1)) $(call _int_encode,$(2)))
250 $(words $(filter-out xx,$(join $(call _int_encode,$(1)),$(call _int_encode,$(2))))),\
262 $(words $(foreach a,$(call _int_encode,$(1)),$(call _int_encode,$(2))))