HomeSort by relevance Sort by last modified time
    Searched refs:dtype (Results 1 - 25 of 52) 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/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,
  /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)
  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 52 for (int dtype = 0; dtype < 2; ++dtype) {
53 if (0 == dtype) {
ReadPixelsTest.cpp 305 for (int dtype = 0; dtype < 2; ++dtype) {
307 if (0 == 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)
  /external/chromium/base/win/
registry.h 64 DWORD* dtype) const;
70 DWORD dtype);
registry.cc 145 DWORD* dtype) const {
147 LONG result = RegQueryValueEx(key_, name, 0, dtype,
219 DWORD dsize, DWORD dtype) {
223 LONG result = RegSetValueEx(key_, name, 0, dtype,
  /external/ceres-solver/internal/ceres/
suitesparse.cc 53 triplet.dtype = CHOLMOD_DOUBLE;
75 triplet.dtype = CHOLMOD_DOUBLE;
94 m->dtype = CHOLMOD_DOUBLE;
179 block_matrix.dtype = CHOLMOD_DOUBLE;
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 23 mat.dtype = CHOLMOD_SINGLE;
28 mat.dtype = CHOLMOD_DOUBLE;
33 mat.dtype = CHOLMOD_SINGLE;
38 mat.dtype = CHOLMOD_DOUBLE;
73 res.dtype = 0;
  /system/extras/tests/sdcard/
plot_sdcard.py 211 x = numpy.arange(len(dataset.data), dtype='int_')
247 x = numpy.array(dataset.time, dtype='float_')
277 x = numpy.array(dataset.time, dtype='int_')
  /cts/suite/audio_quality/test_description/processing/
gen_random.py 32 result = np.zeros(samples * 2 if stereo else samples, dtype=np.int16)

Completed in 297 milliseconds

1 2 3