HomeSort by relevance Sort by last modified time
    Searched defs:dtype (Results 1 - 25 of 39) 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);
  /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 268 const char *fname, *dtype, *bname; local
372 dtype = *argv;
416 getdiskinfo(fd, fname, dtype, oflag, &bpb);
785 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
828 getdiskinfo(int fd, const char *fname, const char *dtype, __unused int oflag,
838 if (dtype != NULL) {
839 lp = getdiskbyname(dtype);
  /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...]
  /bionic/libc/kernel/arch-mips/asm/
sgiarcs.h 182 enum linux_devtypes dtype; member in struct:linux_finfo
  /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...]
  /external/icu4c/i18n/
vtzone.cpp 815 DateTimeRule::DateRuleType dtype; local
828 dtype = rule->getDateRuleType();
831 if (dtype == DateTimeRule::DOW) {
835 dtype = DateTimeRule::DOW_GEQ_DOM;
838 dtype = DateTimeRule::DOW_LEQ_DOM;
853 if (dtype != DateTimeRule::DOM) {
865 if (dtype == DateTimeRule::DOM) {
869 (dtype == DateTimeRule::DOW_GEQ_DOM), wallt, DateTimeRule::WALL_TIME);
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 1416 int dtype = typePrecedence(destType); local
    [all...]
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 179 enum linux_devtypes dtype; member in struct:linux_finfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 156 unsigned short dtype; member in struct:cdkmem

Completed in 918 milliseconds

1 2