Searched refs:med3 (Results 1 - 3 of 3) sorted by relevance
/third_party/FreeBSD/lib/libc/stdlib/ |
H A D | qsort.c | 102 static inline char *med3(char *, char *, char *, cmp_t *, void *); 134 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk in med3() function 181 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk); in local_qsort() 182 pm = med3(pm - d, pm, pm + d, cmp, thunk); in local_qsort() 183 pn = med3(pn - 2 * d, pn - d, pn, cmp, thunk); in local_qsort() 185 pm = med3(pl, pm, pn, cmp, thunk); in local_qsort()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 323 void set_clamp(Instruction* med3) in set_clamp() 326 instr = med3; in set_clamp() 2886 aco_opcode* med3, bool* some_gfx9_only) in get_minmax_info() 2894 *med3 = aco_opcode::v_med3_##type; \ in get_minmax_info() 2904 *med3 = aco_opcode::v_med3_##type; \ in get_minmax_info() 2949 * med3(src, lower, upper) returns lower. in combine_clamp() 4226 aco_opcode min, max, min3, max3, med3; in combine_instruction() local 4228 if (get_minmax_info(instr->opcode, &min, &max, &min3, &max3, &med3, &some_gfx9_only) && in combine_instruction() 4233 combine_clamp(ctx, instr, min, max, med3); in combine_instruction() 2885 get_minmax_info(aco_opcode op, aco_opcode* min, aco_opcode* max, aco_opcode* min3, aco_opcode* max3, aco_opcode* med3, bool* some_gfx9_only) get_minmax_info() argument
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_optimizer.cpp | 442 aco_opcode min, max, med3; member 478 //! cfg: @match_func(min max med3 lb ub) 481 fprintf(output, "%s ", instr_info.name[(int)cfg.med3]); 489 //! v1: %res0 = @med3 @ub, @lb, %a 494 //! v1: %res1 = @med3 @lb, @ub, %a 534 //~f(16|32)! v1: %res7 = @med3 @ub, @lb, %a
|
Completed in 10 milliseconds