HomeSort by relevance Sort by last modified time
    Searched defs:dtype (Results 1 - 13 of 13) sorted by null

  /bionic/libm/src/
s_llrint.c 6 #define dtype long long macro
s_llrintf.c 6 #define dtype long long macro
s_lrintf.c 6 #define dtype long macro
s_llround.c 6 #define dtype long long macro
s_llroundf.c 6 #define dtype long long macro
s_llroundl.c 6 #define dtype long long macro
s_lrint.c 35 #define dtype long macro
42 * that overflows depends on the rounding mode when 'dtype' has more
46 dtype
50 dtype d;
53 d = (dtype)roundit(x);
s_lroundf.c 6 #define dtype long macro
s_lroundl.c 6 #define dtype long macro
s_lround.c 36 #define dtype long macro
43 * If type has more precision than dtype, the endpoints dtype_(min|max) are
45 * from 0. On the other hand, if type has less precision than dtype, then
55 dtype
61 return ((dtype)x);
  /system/core/toolbox/
newfs_msdos.c 268 const char *fname, *dtype, *bname; local
372 dtype = *argv;
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
784 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
827 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
837 if (dtype != NULL) {
838 lp = getdiskbyname(dtype);
  /external/chromium/third_party/icu/source/i18n/
vtzone.cpp 814 DateTimeRule::DateRuleType dtype; local
827 dtype = rule->getDateRuleType();
830 if (dtype == DateTimeRule::DOW) {
834 dtype = DateTimeRule::DOW_GEQ_DOM;
837 dtype = DateTimeRule::DOW_LEQ_DOM;
852 if (dtype != DateTimeRule::DOM) {
864 if (dtype == DateTimeRule::DOM) {
868 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME);
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 814 DateTimeRule::DateRuleType dtype; local
827 dtype = rule->getDateRuleType();
830 if (dtype == DateTimeRule::DOW) {
834 dtype = DateTimeRule::DOW_GEQ_DOM;
837 dtype = DateTimeRule::DOW_LEQ_DOM;
852 if (dtype != DateTimeRule::DOM) {
864 if (dtype == DateTimeRule::DOM) {
868 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME);
    [all...]

Completed in 103 milliseconds