Home
last modified time | relevance | path

Searched refs:max_a (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/groff/src/roff/troff/
HDnode.cpp6309 int max_s, hunits max_a) in track_kerning_function() argument
6311 max_amount(max_a) in track_kerning_function()
6361 hunits min_a, max_a; in track_kern() local
6366 && get_hunits(&max_a, 'p')) { in track_kern()
6367 track_kerning_function tk(min_s, min_a, max_s, max_a); in track_kern()
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsMSAInstrInfo.td2410 class MAX_A_B_DESC : MSA_3R_DESC_BASE<"max_a.b", int_mips_max_a_b, MSA128BOpnd>;
2411 class MAX_A_H_DESC : MSA_3R_DESC_BASE<"max_a.h", int_mips_max_a_h, MSA128HOpnd>;
2412 class MAX_A_W_DESC : MSA_3R_DESC_BASE<"max_a.w", int_mips_max_a_w, MSA128WOpnd>;
2413 class MAX_A_D_DESC : MSA_3R_DESC_BASE<"max_a.d", int_mips_max_a_d, MSA128DOpnd>;