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

1 2 3 4 5 6 7

  /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_lroundf.c 6 #define dtype long macro
s_lroundl.c 6 #define dtype 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_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/openssl/crypto/rsa/
rsa_locl.h 1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
  /external/kernel-headers/original/uapi/linux/hsi/
hsi_char.h 28 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
29 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
30 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
__init__.pxd 155 ctypedef class numpy.dtype [object PyArray_Descr]:
188 dtype descr
240 cdef dtype descr = self.descr
276 raise ValueError(u"unknown dtype code in numpy.pxd (%d)" % t)
393 # dtype PyArray_DESCR(ndarray) wrong refcount semantics
415 bint PyDataType_ISBOOL(dtype)
416 bint PyDataType_ISUNSIGNED(dtype)
417 bint PyDataType_ISSIGNED(dtype)
418 bint PyDataType_ISINTEGER(dtype)
419 bint PyDataType_ISFLOAT(dtype)
    [all...]
  /bionic/libc/kernel/uapi/linux/hsi/
hsi_char.h 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /development/ndk/platforms/android-L/include/linux/hsi/
hsi_char.h 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/hsi/
hsi_char.h 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/hsi/
hsi_char.h 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/hsi/
hsi_char.h 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/hsi/
hsi_char.h 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/hsi/
hsi_char.h 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/hsi/
hsi_char.h 22 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype)
24 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype)
25 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FusedNode.py 190 MemoryView.validate_memslice_dtype(arg.pos, arg.type.dtype)
266 def _dtype_name(self, dtype):
267 if dtype.is_typedef:
268 return '___pyx_%s' % dtype
269 return str(dtype).replace(' ', '_')
271 def _dtype_type(self, dtype):
272 if dtype.is_typedef:
273 return self._dtype_name(dtype)
274 return str(dtype)
276 def _sizeof_dtype(self, dtype)
    [all...]
  /external/compiler-rt/test/msan/Linux/
sunrpc.cc 1 // RUN: %clangxx_msan -m64 -g -O0 -DTYPE=int -DFN=xdr_int %s -o %t && \
3 // RUN: %clangxx_msan -m64 -g -O0 -DTYPE=int -DFN=xdr_int -DUNINIT=1 %s -o %t && \
5 // RUN: %clangxx_msan -m64 -g -O0 -DTYPE=double -DFN=xdr_double %s -o %t && \
7 // RUN: %clangxx_msan -m64 -g -O0 -DTYPE=double -DFN=xdr_double -DUNINIT=1 %s -o %t && \
9 // RUN: %clangxx_msan -m64 -g -O0 -DTYPE=u_quad_t -DFN=xdr_u_longlong_t %s -o %t && \
11 // RUN: %clangxx_msan -m64 -g -O0 -DTYPE=u_quad_t -DFN=xdr_u_longlong_t -DUNINIT=1 %s -o %t && \

Completed in 517 milliseconds

1 2 3 4 5 6 7