HomeSort by: relevance | last modified time | path
    Searched defs:dtype (Results 1 - 25 of 58) sorted by relevancy

1 2 3

  /src/lib/libm/src/
s_llrint.c 10 #define dtype long long macro
s_llrintf.c 10 #define dtype long long macro
s_lrintf.c 10 #define dtype long macro
s_lrintl.c 12 #define dtype long macro
s_llrint.c 10 #define dtype long long macro
s_llrintf.c 10 #define dtype long long macro
s_lrintf.c 10 #define dtype long macro
s_lrintl.c 12 #define dtype long macro
s_llrintl.c 13 #define dtype long long macro
s_llrintl.c 13 #define dtype long long macro
s_llround.c 10 #define dtype long long macro
s_llroundf.c 10 #define dtype long long macro
s_llroundl.c 10 #define dtype long long macro
s_lrint.c 41 #define dtype long macro
48 * that overflows depends on the rounding mode when 'dtype' has more
52 dtype
56 dtype d;
59 d = (dtype)roundit(x);
s_lroundf.c 10 #define dtype long macro
s_lroundl.c 10 #define dtype long macro
s_llround.c 10 #define dtype long long macro
s_llroundf.c 10 #define dtype long long macro
s_llroundl.c 10 #define dtype long long macro
s_lrint.c 41 #define dtype long macro
48 * that overflows depends on the rounding mode when 'dtype' has more
52 dtype
56 dtype d;
59 d = (dtype)roundit(x);
s_lroundf.c 10 #define dtype long macro
s_lroundl.c 10 #define dtype long macro
s_lround.c 42 #define dtype long macro
49 * If stype has more precision than dtype, the endpoints dtype_(min|max) are
51 * from 0. On the other hand, if stype has less precision than dtype, then
61 dtype
67 return ((dtype)x);
s_lround.c 42 #define dtype long macro
49 * If stype has more precision than dtype, the endpoints dtype_(min|max) are
51 * from 0. On the other hand, if stype has less precision than dtype, then
61 dtype
67 return ((dtype)x);
  /src/sbin/newfs_msdos/
newfs_msdos.c 95 char *fname, *dtype; local in function:main
192 dtype = *argv;
193 return mkfs_msdos(fname, dtype, &o);

Completed in 33 milliseconds

1 2 3