OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SGL_P
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/hppa/spmath/
frnd.c
90
if ((src_exponent -= SGL_BIAS) >=
SGL_P
- 1) {
100
Sgl_rightshift(result,(
SGL_P
-1) - (src_exponent));
119
Sgl_leftshift(result,(
SGL_P
-1) - (src_exponent));
sfsqrt.c
135
newbit = 1 <<
SGL_P
;
sfdiv.c
227
for (count=1;count<=
SGL_P
&& Sgl_all(opnd1);count++) {
236
if (count <=
SGL_P
) {
239
Sgl_leftshift(opnd3,
SGL_P
-count);
cnv_float.h
75
((exponent < (
SGL_P
- 1)) ? \
105
(exponent < (
SGL_P
- 2) ? \
182
if (exp > (1 -
SGL_P
)) { \
193
if (exp == (1 -
SGL_P
)) { \
sfrem.c
283
if (dest_exponent >= (1 -
SGL_P
)) {
sfmpy.c
214
for (count=1;count<
SGL_P
;count+=4) {
float.h
342
#define
SGL_P
24
sgl_float.h
325
if (exponent >= (1 -
SGL_P
)) { \
Completed in 40 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025