Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/spmath/
H A Dsfmpy.c186 stickybit |= Slow4(opnd3);
H A Dsgl_float.h85 #define Sgl_isnotzero_low4(sgl_value) (Slow4(sgl_value)!=0)
H A Dfloat.h44 #define Slow4(object) Bitfield_mask( 28, 4,object) macro