X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=soft-fp%2Ffixdfsi.c;h=79b2d2150596fb1442564dfcbffd93041876cacf;hb=51ca9e29af1a71b7dc175b78ee2d3564f9416fab;hp=78f8afa19ce00726c384201e1a855a025417a706;hpb=9ebb0332fc8a6c9cf07f9b1b7ea0220759b5cdab;p=thirdparty%2Fglibc.git diff --git a/soft-fp/fixdfsi.c b/soft-fp/fixdfsi.c index 78f8afa19ce..79b2d215059 100644 --- a/soft-fp/fixdfsi.c +++ b/soft-fp/fixdfsi.c @@ -32,15 +32,15 @@ #include "double.h" SItype -__fixdfsi(DFtype a) +__fixdfsi (DFtype a) { FP_DECL_EX; - FP_DECL_D(A); + FP_DECL_D (A); USItype r; FP_INIT_EXCEPTIONS; - FP_UNPACK_RAW_D(A, a); - FP_TO_INT_D(r, A, SI_BITS, 1); + FP_UNPACK_RAW_D (A, a); + FP_TO_INT_D (r, A, SI_BITS, 1); FP_HANDLE_EXCEPTIONS; return r;