Searched refs:med (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/network/ |
H A D | generate.sh | 29 medium_file=ascii.med 75 genfile bin.sm bin.med 76 genfile bin.med bin.lg
|
H A D | Makefile | 16 INSTALL_TARGETS := $(addprefix $(DIR)/ascii.,sm med lg jmb) 17 INSTALL_TARGETS += $(addprefix $(DIR)/bin.,sm med lg jmb)
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_aexciter.c | 146 double proc = in, med; in distortion_process() local 152 med = (D(p->ap + proc * (p->kpa - proc)) + p->kpb) * p->pwrq; in distortion_process() 154 med = (D(p->an - proc * (p->kna + proc)) + p->knb) * p->pwrq * -1.0; in distortion_process() 157 proc = p->srct * (med - p->prev_med + p->prev_out); in distortion_process() 158 p->prev_med = M(med); in distortion_process()
|
/third_party/ltp/lib/ |
H A D | random_range.c | 549 long long med, half, diff; in divider() local 572 med = min + half; /* med way point between min and max */ in divider() 577 printf(" diff = %lld, half = %lld, med = %lld\n", diff, half, med); in divider() 583 * to pick the number within the min to med or med to max in divider() 587 return med + rand; in divider() 596 return divider(med, max, cnt + 1, rand); in divider() 598 return divider(min, med, cn in divider() [all...] |
/third_party/python/Lib/test/ |
H A D | test_signal.py | 1229 med = statistics.median(durations) 1231 print("detected median itimer() resolution: %.6f s." % (med,)) 1232 return med
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 2929 aco_opcode med) in combine_clamp() 3039 create_vop3_for_op3(ctx, med, instr, operands, neg, abs, opsel, clamp, omod); in combine_clamp() 2928 combine_clamp(opt_ctx& ctx, aco_ptr<Instruction>& instr, aco_opcode min, aco_opcode max, aco_opcode med) combine_clamp() argument
|
Completed in 15 milliseconds