Home
last modified time | relevance | path

Searched refs:Get_Fp_Value (Results 1 – 12 of 12) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-evaluation.adb1557 return Get_Fp_Value (Left) = Get_Fp_Value (Right);
1640 return Build_Boolean (Get_Fp_Value (Left) = Get_Fp_Value (Right));
1644 return Build_Boolean (Get_Fp_Value (Left) > Get_Fp_Value (Right));
1648 return Build_Boolean (Get_Fp_Value (Left) < Get_Fp_Value (Right));
1654 (Get_Fp_Value (Left) - Get_Fp_Value (Right), Orig);
1657 (Get_Fp_Value (Left) + Get_Fp_Value (Right), Orig);
1660 (Get_Fp_Value (Left) * Get_Fp_Value (Right), Orig);
1668 (Get_Fp_Value (Left) / Get_Fp_Value (Right), Orig);
1703 if Get_Fp_Value (Left) < Get_Fp_Value (Right) then
1709 if Get_Fp_Value (Left) > Get_Fp_Value (Right) then
[all …]
H A Dvhdl-sem.adb1555 if Get_Fp_Value (Left) /= Get_Fp_Value (Right)
1566 if Get_Fp_Value (Left) /= Get_Fp_Value (Right) then
H A Dvhdl-prints.adb743 Disp_Fp64 (Ctxt, Get_Fp_Value (Lit));
4595 Disp_Fp64 (Ctxt, Get_Fp_Value (Expr));
H A Dvhdl-nodes.ads7511 function Get_Fp_Value (Lit : Iir) return Fp64; subprogspec
H A Dvhdl-nodes.adb1773 function Get_Fp_Value (Lit : Iir) return Fp64 subprogram
1785 end Get_Fp_Value; argument
H A Dvhdl-sem_expr.adb4095 return Get_Fp_Value (Lit) = 0.0;
H A Dvhdl-nodes_meta.adb5965 return Get_Fp_Value (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-decls.adb321 L := Get_Fp_Value (Get_Left_Limit (Cst));
322 R := Get_Fp_Value (Get_Right_Limit (Cst));
H A Dsynth-expr.adb2273 return Create_Value_Float (Get_Fp_Value (Expr), Expr_Type);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1819 Get_Fp_Value = libghdl.vhdl__nodes__get_fp_value variable
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-execution.adb3043 return Create_F64_Value (Ghdl_F64 (Get_Fp_Value (Expr)));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap7.adb543 (Res_Type, IEEE_Float_64 (Get_Fp_Value (Expr)));