Home
last modified time | relevance | path

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

/freebsd/contrib/unifdef/
H A Dunifdef.c890 static Linetype op_strict(long *p, long v, Linetype at, Linetype bt) { in op_strict() function
895 return op_strict(p, a < b, at, bt); in op_lt()
898 return op_strict(p, a > b, at, bt); in op_gt()
901 return op_strict(p, a <= b, at, bt); in op_le()
904 return op_strict(p, a >= b, at, bt); in op_ge()
907 return op_strict(p, a == b, at, bt); in op_eq()
910 return op_strict(p, a != b, at, bt); in op_ne()
915 return op_strict(p, a || b, at, bt); in op_or()
920 return op_strict(p, a && b, at, bt); in op_and()
923 return op_strict(p, a << b, at, bt); in op_blsh()
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c1643 op_strict, in main() enumerator
1670 case op_strict: /* tolerance is 1 ulp */ in main()