Home
last modified time | relevance | path

Searched defs:fsigndiff (Results 1 – 9 of 9) sorted by relevance

/dports/math/igraph/igraph-0.9.5/vendor/plfit/
H A Darithmetic_ansi.h32 #define fsigndiff(x, y) (((*(uint32_t*)(x)) ^ (*(uint32_t*)(y))) & 0x80000000U) macro
34 #define fsigndiff(x, y) (*(x) * (*(y) / fabs(*(y))) < 0.) macro
H A Darithmetic_sse_float.h45 #define fsigndiff(x, y) (((*(uint32_t*)(x)) ^ (*(uint32_t*)(y))) & 0x80000000U) macro
47 #define fsigndiff(x, y) (*(x) * (*(y) / fabs(*(y))) < 0.) macro
H A Darithmetic_sse_double.h69 #define fsigndiff(x, y) \ macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/libLBFGS/src/
H A Darithmetic_ansi.h32 #define fsigndiff(x, y) (((*(uint32_t*)(x)) ^ (*(uint32_t*)(y))) & 0x80000000U) macro
34 #define fsigndiff(x, y) (*(x) * (*(y) / fabs(*(y))) < 0.) macro
H A Darithmetic_sse_float.h43 #define fsigndiff(x, y) (((*(uint32_t*)(x)) ^ (*(uint32_t*)(y))) & 0x80000000U) macro
45 #define fsigndiff(x, y) (*(x) * (*(y) / fabs(*(y))) < 0.) macro
H A Darithmetic_sse_double.h69 #define fsigndiff(x, y) \ macro
/dports/math/R-cran-igraph/igraph/src/plfit/
H A Darithmetic_ansi.h32 #define fsigndiff(x, y) (((*(uint32_t*)(x)) ^ (*(uint32_t*)(y))) & 0x80000000U) macro
34 #define fsigndiff(x, y) (*(x) * (*(y) / fabs(*(y))) < 0.) macro
H A Darithmetic_sse_float.h45 #define fsigndiff(x, y) (((*(uint32_t*)(x)) ^ (*(uint32_t*)(y))) & 0x80000000U) macro
47 #define fsigndiff(x, y) (*(x) * (*(y) / fabs(*(y))) < 0.) macro
H A Darithmetic_sse_double.h69 #define fsigndiff(x, y) \ macro