Home
last modified time | relevance | path

Searched refs:f (Results 1 – 8 of 8) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/math/
Dfabs.c8 double f; in fabs() member
12 return u.f; in fabs()
27 return u.f; in fabsl()
Dlibm.h9 long double f; member
19 long double f; member
36 long double f; member
Dround.c14 double f; in round() member
29 return 0 * u.f; in round()
/DragonOS-0.1.2/kernel/src/common/math/
Dfabs.c9 double f; in fabs() member
13 return u.f; in fabs()
28 return u.f; in fabsl()
Dlibm.h9 long double f; member
19 long double f; member
36 long double f; member
Dround.c16 double f; in round() member
31 return 0 * u.f; in round()
/DragonOS-0.1.2/kernel/src/ipc/
Dsignal_types.rs71 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
72 f.write_str("sigaction__union_u") in fmt()
211 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result { in fmt()
213 f.write_fmt(format_args!( in fmt()
/DragonOS-0.1.2/kernel/src/process/
Dprocess.c833 struct vfs_file_t **f = current_pcb->fds; in process_fd_alloc() local
838 if (f[i] == NULL) in process_fd_alloc()
841 f[i] = file; in process_fd_alloc()