Searched refs:to_fixed (Results 1 – 5 of 5) sorted by relevance
101 #define cid_parser_to_fixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
92 #define T1_ToFixed( p, t ) (p)->root.funcs.to_fixed( &(p)->root, t )
361 (*to_fixed)( PS_Parser parser, member
14335 Bool to_fixed = bOP == 1; in decode_CP10_CP11_instruction() local14346 if (frac_bits >= 1 && frac_bits <= 32 && !to_fixed && !dp_op in decode_CP10_CP11_instruction()14367 if (frac_bits >= 1 && frac_bits <= 32 && !to_fixed && dp_op in decode_CP10_CP11_instruction()14385 if (frac_bits >= 1 && frac_bits <= 32 && to_fixed && dp_op in decode_CP10_CP11_instruction()14407 if (frac_bits >= 1 && frac_bits <= 32 && to_fixed && !dp_op in decode_CP10_CP11_instruction()