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

1 2

  /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);
  /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 )
  /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);
  /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/icu4c/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/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 156 unsigned short dtype; member in struct:cdkmem
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 156 unsigned short dtype; member in struct:cdkmem
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 182 enum linux_devtypes dtype; member in struct:linux_finfo
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 182 enum linux_devtypes dtype; member in struct:linux_finfo
  /external/valgrind/main/perf/
tinycc.c 13970 CType dtype; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 528 milliseconds

1 2