Home
last modified time | relevance | path

Searched defs:is_near_real (Results 1 – 7 of 7) sorted by relevance

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_math_real_round.v9 `define is_near_real(a,b) (( ((a)<(b)) ? (b)-(a) : (a)-(b)) < (((a)/(b))*0.0001)) constant
H A Dt_math_shortreal.v9 `define is_near_real(a,b) (( ((a)<(b)) ? (b)-(a) : (a)-(b)) < (((a)/(b))*0.0001)) constant
H A Dt_math_real.v10 `define is_near_real(a,b) (( ((a)<(b)) ? (b)-(a) : (a)-(b)) < (((a)/(b))*0.0001)) constant
/dports/lang/gnu-apl/apl-1.8/src/
H A DIntCell.hh238 virtual bool is_near_real() const in is_near_real() function in IntCell
H A DFloatCell.hh323 virtual bool is_near_real() const in is_near_real() function in FloatCell
H A DCell.hh168 virtual bool is_near_real() const in is_near_real() function in Cell
H A DComplexCell.cc145 ComplexCell::is_near_real() const in is_near_real() function in ComplexCell