Searched refs:allocrhs (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c913 decNumber *allocrhs = NULL; /* non-NULL if rounded rhs allocated */ local
931 allocrhs = decRoundOperand (rhs, set, &status);
932 if (allocrhs == NULL)
934 rhs = allocrhs;
954 if (allocrhs != NULL)
955 free (allocrhs); /* .. */
980 decNumber *allocrhs = NULL; /* .., rhs */ local
1024 allocrhs = decRoundOperand (rhs, set, &status);
1025 if (allocrhs == NULL)
1027 rhs = allocrhs;
1467 decNumber *allocrhs = NULL; /* non-NULL if rounded rhs allocated */ local
2234 decNumber *allocrhs = NULL; /* .., rhs */ local
2712 decNumber *allocrhs = NULL; /* .., rhs */ local
3434 decNumber *allocrhs = NULL; /* .., rhs */ local
3616 decNumber *allocrhs = NULL; /* .., rhs */ local
3799 decNumber *allocrhs = NULL; /* .., rhs */ local
[all...]

Completed in 111 milliseconds