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

  /src/sys/lib/libkern/
softfloat.c 3587 static floatx80 subFloatx80Sigs( floatx80 a, floatx80 b, flag zSign )
3663 return subFloatx80Sigs( a, b, aSign );
3681 return subFloatx80Sigs( a, b, aSign );
  /src/lib/libc/softfloat/bits64/
softfloat.c 3691 static floatx80 subFloatx80Sigs( floatx80 a, floatx80 b, flag zSign )
3768 return subFloatx80Sigs( a, b, aSign );
3787 return subFloatx80Sigs( a, b, aSign );

Completed in 20 milliseconds