Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/
HDfp-bit.h264 # define _eq_f2 __eqtf2 macro
284 # define _eq_f2 __eqsf2 macro
304 # define _eq_f2 __eqdf2 macro
448 extern CMPtype _eq_f2 (FLO_type, FLO_type);
HDfp-bit.c1195 _eq_f2 (FLO_type arg_a, FLO_type arg_b)
/NextBSD/contrib/gcc/
HDChangeLog-19999741 * fp-bit.c (add, sub, multiply, divide, compare, _eq_f2, _ne_f2,