Home
last modified time | relevance | path

Searched refs:N2hex (Results 1 – 3 of 3) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans.adb771 Res (2) := N2hex (P / 16);
772 Res (3) := N2hex (P mod 16);
808 Img2 (P + 2) := N2hex (Character'Pos (C) / 16);
809 Img2 (P + 3) := N2hex (Character'Pos (C) mod 16);
2179 Str (I) := N2hex (Val mod 16);
H A Dtrans.ads1253 N2hex : constant Hexstr_Type := "0123456789abcdef"; constant
H A Dtrans-chap3.adb294 El_Str (2) := N2hex (N / 16);
295 El_Str (3) := N2hex (N mod 16);