HomeSort by: relevance | last modified time | path
    Searched defs:both_nan (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libm/
t_casinh.c 39 #define both_nan(a,b) (isnan(a) && isnan(b)) macro
41 #define both_nan(a,b) 0 macro
44 #define crude_equality(a,b) ((a == b) || both_nan(a,b))
t_casinh.c 39 #define both_nan(a,b) (isnan(a) && isnan(b)) macro
41 #define both_nan(a,b) 0 macro
44 #define crude_equality(a,b) ((a == b) || both_nan(a,b))

Completed in 22 milliseconds