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

1 2 3

  /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_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_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_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/chromium_org/third_party/openssl/openssl/crypto/rsa/
rsa_locl.h 1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
rsa_sign.c 154 int int_rsa_verify(int dtype, const unsigned char *m,
179 if((dtype == NID_md5_sha1) && rm)
195 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
205 if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10)
220 if(dtype == NID_md5_sha1) {
252 OBJ_nid2ln(dtype));
254 if (sigtype != dtype)
256 if (((dtype == NID_md5) &&
258 ((dtype == NID_md2) &&
276 md = EVP_get_digestbynid(dtype);
    [all...]
rsa_saos.c 104 int RSA_verify_ASN1_OCTET_STRING(int dtype,
  /external/openssl/crypto/rsa/
rsa_locl.h 1 extern int int_rsa_verify(int dtype, const unsigned char *m, unsigned int m_len,
rsa_sign.c 154 int int_rsa_verify(int dtype, const unsigned char *m,
179 if((dtype == NID_md5_sha1) && rm)
195 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
205 if (dtype == NID_mdc2 && i == 18 && s[0] == 0x04 && s[1] == 0x10)
220 if(dtype == NID_md5_sha1) {
252 OBJ_nid2ln(dtype));
254 if (sigtype != dtype)
256 if (((dtype == NID_md5) &&
258 ((dtype == NID_md2) &&
276 md = EVP_get_digestbynid(dtype);
    [all...]
  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 45 for (int dtype = 0; dtype < 2; ++dtype) {
49 if (0 != dtype) {
54 if (0 == dtype) {
ReadPixelsTest.cpp 306 for (int dtype = 0; dtype < 3; ++dtype) {
309 if (0 != dtype) {
315 if (0 == dtype) {
333 desc.fOrigin = 1 == dtype ? kBottomLeft_GrSurfaceOrigin
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 25 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype)
26 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype)
27 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype)
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype)
34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype)
35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype)
  /pdk/apps/CameraITS/pymodules/its/
image.py 67 flt = numpy.empty([h, w, 3], dtype=numpy.float32)
70 rgb = numpy.empty([h, w, 3], dtype=numpy.uint8)
148 img2 = numpy.empty([h, w, 3], dtype=numpy.float32)
183 means.append(numpy.mean(img[:,:,i], dtype=numpy.float64))
198 variances.append(numpy.var(img[:,:,i], dtype=numpy.float64))
  /external/chromium/base/win/
registry.h 64 DWORD* dtype) const;
70 DWORD dtype);
  /external/chromium_org/base/win/
registry.h 101 DWORD* dtype) const;
115 DWORD dtype);
  /external/ceres-solver/internal/ceres/
suitesparse.cc 64 triplet.dtype = CHOLMOD_DOUBLE;
86 triplet.dtype = CHOLMOD_DOUBLE;
105 m.dtype = CHOLMOD_DOUBLE;
223 block_matrix.dtype = CHOLMOD_DOUBLE;

Completed in 585 milliseconds

1 2 3