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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llrint.c 6 #define dtype long long macro
s_llrintf.c 6 #define dtype long long macro
s_llrintl.c 6 #define dtype long long macro
s_lrintf.c 6 #define dtype long macro
s_lrintl.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);
  /bionic/libc/kernel/uapi/mtd/
ubi-user.h 100 __s8 dtype; member in struct:ubi_leb_change_req
106 __s8 dtype; member in struct:ubi_map_req
  /external/kernel-headers/original/uapi/mtd/
ubi-user.h 378 * @dtype: pass "3" for better compatibility with old kernels
381 * The @dtype field used to inform UBI about what kind of data will be written
386 * removed this feature in May 2012. UBI currently just ignores the @dtype
388 * set @dtype to 3 (unknown).
393 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_leb_change_req
399 * @dtype: pass "3" for better compatibility with old kernels
405 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_map_req
  /external/strace/linux/
ubi-user.h 375 * @dtype: pass "3" for better compatibility with old kernels
378 * The @dtype field used to inform UBI about what kind of data will be written
383 * removed this feature in May 2012. UBI currently just ignores the @dtype
385 * set @dtype to 3 (unknown).
390 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_leb_change_req
396 * @dtype: pass "3" for better compatibility with old kernels
402 __s8 dtype; /* obsolete, do not use! */ member in struct:ubi_map_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/mtd/
ubi-user.h 376 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
382 __s8 dtype; member in struct:ubi_leb_change_req
389 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
394 __s8 dtype; member in struct:ubi_map_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/mtd/
ubi-user.h 376 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
382 __s8 dtype; member in struct:ubi_leb_change_req
389 * @dtype: data type (%UBI_LONGTERM, %UBI_SHORTTERM, %UBI_UNKNOWN)
394 __s8 dtype; member in struct:ubi_map_req
  /external/opencv/cv/src/
cvundistort.cpp 386 int stype, dtype; local
429 dtype = CV_MAT_TYPE(_dst->type);
431 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype);
476 if( dtype == CV_32FC2 )
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c 82 enum dtype enum
169 do_row(enum dtype datatype, uint comps, int srcWidth,
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 82 enum dtype enum
169 do_row(enum dtype datatype, uint comps, int srcWidth,
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth,
    [all...]
  /system/core/toolbox/
newfs_msdos.c 260 const char *fname, *dtype, *bname; local
366 dtype = *argv;
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
797 static void getdiskinfo(int fd, const char *fname, const char *dtype,
839 static void getdiskinfo(int fd, const char *fname, const char *dtype,
849 if (dtype != NULL) {
850 lp = getdiskbyname(dtype);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 938 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); local
940 switch (dtype) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 938 enum tgsi_opcode_type dtype = tgsi_opcode_infer_dst_type(inst->Instruction.Opcode); local
940 switch (dtype) {
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 182 enum linux_devtypes dtype; member in struct:linux_finfo
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 816 DateTimeRule::DateRuleType dtype; local
829 dtype = rule->getDateRuleType();
832 if (dtype == DateTimeRule::DOW) {
836 dtype = DateTimeRule::DOW_GEQ_DOM;
839 dtype = DateTimeRule::DOW_LEQ_DOM;
854 if (dtype != DateTimeRule::DOM) {
866 if (dtype == DateTimeRule::DOM) {
870 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME);
    [all...]

Completed in 1394 milliseconds

1 2