Home
last modified time | relevance | path

Searched refs:BINS (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/unittests/TableGen/
DAutomataTest.cpp128 #define BINS(a, b, c, d, e, f) \ macro
142 ContainerEq(NfaPath{BINS(0, 0, 0, 0, 1, 1), BINS(0, 0, 1, 1, 1, 1), in TEST()
143 BINS(1, 0, 1, 1, 1, 1)}), in TEST()
145 ContainerEq(NfaPath{BINS(0, 0, 0, 0, 1, 1), BINS(0, 0, 1, 1, 1, 1), in TEST()
146 BINS(0, 1, 1, 1, 1, 1)}), in TEST()
148 ContainerEq(NfaPath{BINS(0, 0, 1, 1, 0, 0), BINS(0, 0, 1, 1, 1, 1), in TEST()
149 BINS(1, 0, 1, 1, 1, 1)}), in TEST()
151 ContainerEq(NfaPath{BINS(0, 0, 1, 1, 0, 0), BINS(0, 0, 1, 1, 1, 1), in TEST()
152 BINS(0, 1, 1, 1, 1, 1)}))); in TEST()
/external/autotest/client/site_tests/hardware_UnsafeMemory/src/rowhammer-test-4d619293e1c7/
DMakefile6 BINS = rowhammer_test macro
10 all: $(BINS)
19 @rm $(BINS) $(OBJS) || true
/external/autotest/client/cros/crash/crasher/
DMakefile5 BINS = crasher_nobreakpad macro
15 $(TGZ): $(BINS)
17 rm -f $(BINS)
/external/libvpx/libvpx/
Dtools.mk46 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(TOOLS:.c=$(EXE_SFX)))
49 BINS-$(NOT_MSVS) += $(addprefix $(BUILD_PFX),$(TOOLS:.c=$(EXE_SFX)))
52 $(foreach bin,$(BINS-yes),\
88 INSTALL-BINS-$(CONFIG_MSVS) += $(foreach p,$(VS_PLATFORMS),\
Dexamples.mk318 DIST-BINS-$(NOT_MSVS) += $(addprefix bin/,$(ALL_EXAMPLES:.c=$(EXE_SFX)))
319 INSTALL-BINS-$(NOT_MSVS) += $(addprefix bin/,$(UTILS:.c=$(EXE_SFX)))
323 BINS-$(NOT_MSVS) += $(addprefix $(BUILD_PFX),$(ALL_EXAMPLES:.c=$(EXE_SFX)))
338 $(foreach bin,$(BINS-yes),\
385 INSTALL-BINS-$(CONFIG_MSVS) += $(foreach p,$(VS_PLATFORMS),\
Dlibs.mk509 BINS-yes += $(LIBVPX_TEST_BIN)
522 BINS-yes += $(TEST_INTRA_PRED_SPEED_BIN)
/external/libvpx/libvpx/build/make/
DMakefile373 BINS=$(call enabled,BINS) macro
374 .bins: $(BINS)
377 INSTALL-BINS=$(call cond_enabled,CONFIG_INSTALL_BINS,INSTALL-BINS)
379 INSTALL-BINS+=$(call cond_enabled,CONFIG_INSTALL_BINS,DIST-BINS)
381 .install-bins: .bins $(addprefix $(DIST_DIR)/,$(INSTALL-BINS))
385 rm -f .bins .install-bins $(BINS)
/external/libaom/libaom/av1/encoder/
Dintra_mode_search.c32 #define BINS 32 macro
38 static const float intra_hog_model_weights[BINS * DIRECTIONAL_MODES] = {
86 const float step = (float)PI / BINS; in generate_hog()
106 hist[BINS - 1] += temp / 2; in generate_hog()
109 int idx = (int)roundf(angle / step) + BINS / 2; in generate_hog()
110 idx = AOMMIN(idx, BINS - 1); in generate_hog()
118 for (int i = 0; i < BINS; ++i) hist[i] /= total; in generate_hog()
123 const float step = (float)PI / BINS; in generate_hog_hbd()
144 hist[BINS - 1] += temp / 2; in generate_hog_hbd()
147 int idx = (int)roundf(angle / step) + BINS / 2; in generate_hog_hbd()
[all …]
/external/jemalloc_new/
DMakefile.in90 BINS := $(objroot)bin/jemalloc-config $(objroot)bin/jemalloc.sh $(objroot)bin/jeprof
419 @for b in $(BINS); do \
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drasterize.cl1813 // SIMD RANGE BITS MAX RANGE MAX BINS HASH BITS
/external/capstone/arch/Mips/
DMipsGenAsmWriter.inc4879 // AddiuRxRxImm16, AddiuRxRxImmX16, AndRxRxRy16, BINSLI_B, BINSLI_D, BINS...