OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffltu_fflt
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libc/arch/vax/gen/
isfinitef.c
51
if (u.
ffltu_fflt
.fflt_exp == 0 &&
52
((u.
ffltu_fflt
.fflt_frach != 0 ||
53
u.
ffltu_fflt
.fflt_fracl != 0) ||
54
(u.
ffltu_fflt
.fflt_sign != 0)))
fpclassifyf.c
57
if (u.
ffltu_fflt
.fflt_exp == 0) {
58
if (u.
ffltu_fflt
.fflt_sign != 0)
60
else if (u.
ffltu_fflt
.fflt_frach != 0 ||
61
u.
ffltu_fflt
.fflt_fracl != 0)
signbitf.c
51
return (u.
ffltu_fflt
.fflt_sign == 1);
/src/sys/arch/vax/include/
vaxfp.h
91
struct vax_f_floating
ffltu_fflt
;
member in union:vax_ffloating_u
Completed in 13 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025