HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 76 - 100 of 2455) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp9/common/x86/
vp9_highbd_iht4x4_add_sse4.c 24 __m128i temp[2]; local
28 extend_64bit(io[0], temp);
29 s0[0] = _mm_mul_epi32(pair_c1, temp[0]);
30 s0[1] = _mm_mul_epi32(pair_c1, temp[1]);
31 s1[0] = _mm_mul_epi32(pair_c2, temp[0]);
32 s1[1] = _mm_mul_epi32(pair_c2, temp[1]);
34 extend_64bit(io[1], temp);
35 s2[0] = _mm_mul_epi32(pair_c3, temp[0]);
36 s2[1] = _mm_mul_epi32(pair_c3, temp[1]);
38 extend_64bit(io[2], temp);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
ClusterException.java 70 ArrayList<Throwable> temp = new ArrayList<Throwable>(); local
71 temp.addAll(exceptions);
72 this.exceptions = Collections.unmodifiableCollection(temp);
79 ArrayList<Throwable> temp = new ArrayList<Throwable>(); local
81 temp.add(exception);
83 return create(temp);
113 Throwable temp = exceptions.iterator().next(); local
114 if (temp instanceof RuntimeException) {
115 return (RuntimeException)temp;
117 return new RuntimeException(temp);
    [all...]
  /external/u-boot/arch/arm/include/asm/proc-armv/
system.h 72 unsigned long temp; \
77 : "=r" (x), "=r" (temp) \
87 unsigned long temp; \
92 : "=r" (temp) \
102 unsigned long temp; \
107 : "=r" (temp) \
117 unsigned long temp; \
122 : "=r" (temp) \
132 unsigned long temp; \
137 : "=r" (temp) \
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
DelayMix_16x16.c 37 LVM_INT16 temp; local
42 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) + (LVM_INT32)delay[Offset]) >> 1);
43 *dst = temp;
52 temp = (LVM_INT16)((LVM_UINT32)((LVM_INT32)(*dst) - (LVM_INT32)delay[Offset]) >> 1);
53 *dst = temp;
82 LVM_FLOAT temp; local
87 temp = (LVM_FLOAT)((LVM_FLOAT)(*dst + (LVM_FLOAT)delay[Offset]) / 2.0f);
88 *dst = temp;
97 temp = (LVM_FLOAT)((LVM_FLOAT)(*dst - (LVM_FLOAT)delay[Offset]) / 2.0f);
98 *dst = temp;
    [all...]
  /art/test/684-checker-simd-dotprod/src/other/
TestCharShort.java 54 int temp = a[i] * b[i]; local
55 s += temp;
95 int temp = ((short)(a[i] + 1)) * ((short)(b[i] + 1)); local
96 s += temp;
129 int temp = a[i] * b[i]; local
130 s += temp;
170 int temp = ((char)(a[i] + 1)) * ((char)(b[i] + 1)); local
171 s += temp;
211 int temp = ((short)(a[i] + 1)) * ((short)(b[i] + 1)); local
212 s += temp;
252 int temp = ((char)(a[i] + 1)) * ((char)(b[i] + 1)); local
263 int temp = ((int)(a[i])) * ((int)(b[i])); local
274 int temp = (short)(x) * b[i]; local
285 int temp = (char)(x) * b[i]; local
296 int temp = b[i] * (x); local
307 int temp = ((char)(a[i])) * ((char)(b[i])); local
320 short temp = (short)(a[i] * b[i]); local
332 char temp = (char)(a[i] * b[i]); local
343 short temp = (short)(a[i] * b[i]); local
354 char temp = (char)(a[i] * b[i]); local
365 short temp = (short)(a[i] * b[i]); local
376 char temp = (char)(a[i] * b[i]); local
387 short temp = (short)(a[i] * b[i]); local
398 char temp = (char)(a[i] * b[i]); local
409 long temp = (long)(a[i] * b[i]); local
422 int temp = ((byte)(a[i])) * ((byte)(b[i])); local
433 int temp = (a[i] & 0xff) * (b[i] & 0xff); local
444 int temp = ((byte)(a[i])) * ((byte)(b[i])); local
455 int temp = (a[i] & 0xff) * (b[i] & 0xff); local
466 int temp = a[i] * b[i]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_dequant.cpp 77 int32 temp; local
148 temp = (int32)datablock[k] * qmat[k] * QP;
149 temp = (temp + (0x7 & (temp >> 31))) >> 3;
150 if (temp > 2047) temp = 2047;
151 else if (temp < -2048) temp = -2048;
152 datablock[k] = (int) temp;
402 int32 temp; local
507 int32 temp; local
809 int32 temp; local
1071 int32 temp; local
    [all...]
  /external/emma/ant/ant15/com/vladium/emma/ant/
IANTVersion.java 38 boolean temp = true;
47 temp = false;
51 temp = false;
55 temp = false;
60 temp = false;
63 _ANT_1_5_PLUS = temp;
  /external/curl/lib/
getenv.c 39 char *temp = getenv(variable);
41 if(temp != NULL)
42 ExpandEnvironmentStringsA(temp, env, sizeof(env));
  /external/libaom/libaom/aom_dsp/x86/
fft_avx2.c 33 void aom_fft8x8_float_avx2(const float *input, float *temp, float *output) {
34 aom_fft_2d_gen(input, temp, output, 8, aom_fft1d_8_avx2,
38 void aom_fft16x16_float_avx2(const float *input, float *temp, float *output) {
39 aom_fft_2d_gen(input, temp, output, 16, aom_fft1d_16_avx2,
43 void aom_fft32x32_float_avx2(const float *input, float *temp, float *output) {
44 aom_fft_2d_gen(input, temp, output, 32, aom_fft1d_32_avx2,
59 void aom_ifft8x8_float_avx2(const float *input, float *temp, float *output) {
60 aom_ifft_2d_gen(input, temp, output, 8, aom_fft1d_8_float, aom_fft1d_8_avx2,
64 void aom_ifft16x16_float_avx2(const float *input, float *temp, float *output) {
65 aom_ifft_2d_gen(input, temp, output, 16, aom_fft1d_16_float
    [all...]
  /external/libcxx/test/libcxx/input.output/file.streams/fstreams/
fstream.close.pass.cpp 24 std::string temp = get_temp_file_name(); local
26 std::fstream ofs(temp, std::ios::out | std::ios::trunc);
34 std::remove(temp.c_str());
  /external/libcups/cups/
getifaddrs.c 37 struct ifaddrs *temp; /* Pointer to current interface */ local
114 if ((temp = calloc(1, sizeof(struct ifaddrs))) == NULL)
129 temp->ifa_next = *addrs;
130 *addrs = temp;
131 temp->ifa_name = strdup(ifp->ifr_name);
132 temp->ifa_flags = request.ifr_flags;
133 if ((temp->ifa_addr = calloc(1, sockaddr_len(&(ifp->ifr_addr)))) != NULL)
134 memcpy(temp->ifa_addr, &(ifp->ifr_addr), sockaddr_len(&(ifp->ifr_addr)));
146 if ((temp->ifa_netmask = calloc(1, sizeof(request.ifr_netmask))) != NULL)
147 memcpy(temp->ifa_netmask, &(request.ifr_netmask)
    [all...]
  /external/libtextclassifier/lang_id/common/lite_strings/
numbers.h 50 const string temp(sp.data(), sp.size());
51 return LiteAtoi(temp.c_str(), value);
67 const string temp(sp.data(), sp.size());
68 return LiteAtof(temp.c_str(), value);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
Math.java 6 long temp = b; local
8 a = temp;
15 int temp = b; local
17 a = temp;
  /external/selinux/libselinux/src/
exception.sh 18 if ! ${CC:-gcc} -x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h
21 gcc -x c -c -I../include - -aux-info temp.aux < ../include/selinux/selinux.h
23 for i in `awk '/<stdin>.*extern int/ { print $6 }' temp.aux`; do except $i ; done
24 rm -f -- temp.aux -.o
  /external/selinux/libsemanage/src/
exception.sh 12 if ! ${CC:-gcc} -x c -c -I../include - -aux-info temp.aux < ../include/semanage/semanage.h
15 gcc -x c -c -I../include - -aux-info temp.aux < ../include/semanage/semanage.h
17 for i in `awk '/extern int/ { print $6 }' temp.aux`; do except $i ; done
18 rm -f -- temp.aux -.o
  /external/toybox/tests/
blkid.test 9 bzcat "$BDIR"/squashfs.bz2 > temp.img
10 testing "file" "blkid temp.img" 'temp.img: TYPE="squashfs"\n' "" ""
11 rm temp.img
  /external/u-boot/include/
tmu.h 33 * @param temp pointer to the current temperature value
37 enum tmu_status_t tmu_monitor(int *temp);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d_plsf_5.cpp 174 Word16 temp, sign;
196 // temp = mean_lsf[i] + st->past_r_q[i] * LSP_PRED_FAC_MR122;
198 temp = add (mean_lsf[i], mult (st->past_r_q[i],
201 st->past_r_q[i] = sub (lsf2_q[i], temp);
255 temp = add (mean_lsf[i], mult (st->past_r_q[i],
257 lsf1_q[i] = add (lsf1_r[i], temp);
258 lsf2_q[i] = add (lsf2_r[i], temp);
312 Word16 temp; local
333 temp =
348 temp,
    [all...]
  /external/ltp/testcases/kernel/syscalls/nftw/
test_func64.c 35 extern FILE *temp;
46 temp = stderr;
64 fprintf(temp, "INFO: Call to fn() at %s\n", path_name);
68 fprintf(temp, "ERROR: Too many paths traversed\n");
79 temp = stderr;
81 fprintf(temp, "INFO: Call to fn() at %s\n", path_name);
85 fprintf(temp, "ERROR: Too many paths traversed\n");
91 fprintf(temp,
118 temp = stderr;
128 fprintf(temp, "ERROR: For file %s cwd is %s\n", path_name
    [all...]
test.c 37 extern FILE *temp;
51 temp = stderr;
53 fprintf(temp, "TEST: nftw() succeeds\n");
68 fprintf(temp, "TEST: Whole tree traversed\n");
72 fprintf(temp, "ERROR: Count of objects visited incorrect\n");
73 fprintf(temp, " Expected %d, Received %d\n", ngoods,
92 fprintf(temp, "ERROR: Unexpected visit to %s\n",
111 temp = stderr;
113 fprintf(temp,
131 fprintf(temp,
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
autocorr.cpp 321 Word16 temp; local
343 temp = (amrnb_fxp_mac_16_by_16bb((Word32) * (p_x++), (Word32) * (p_wind++), 0x04000)) >> 15;
344 *(p_y++) = temp;
346 sum += ((Word32)temp * temp) << 1;
370 temp = (amrnb_fxp_mac_16_by_16bb((Word32) * (p_x++), (Word32) * (p_wind++), 0x04000)) >> 15;
371 *(p_y++) = temp;
396 temp = *p_y >> 2;
397 *(p_y++) = temp;
398 sum += ((Word32)temp * temp) << 1
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
LanguageGroup.java 45 LinkedHashMap<ULocale, LanguageGroup> temp = new LinkedHashMap<>(); external variable declarations
46 LANGUAGE_GROUP = Collections.unmodifiableMap(temp);
47 add(temp, root, "root");
48 add(temp, germanic, "en", "fy", "nl", "af", "de", "gsw", "wae", "ksh", "lb", "sv", "da", "nb", "nn", "fo", "is", "yi");
49 add(temp, celtic, "ga", "gd", "cy", "gv", "kw", "br");
50 add(temp, romance, "fr", "pt", "gl", "es", "ca", "ast", "it", "rm", "ro");
51 add(temp, slavic, "pl", "cs", "sk", "sl", "hr", "bs", "mk", "sr", "bg", "ru", "be", "uk");
52 add(temp, baltic, "lt", "lv");
53 add(temp, other_indo, "el", "hy", "sq", "fa", "ps", "os");
54 add(temp, indic, "ur", "hi", "gu", "sd", "bn", "as", "ccp", "or", "mr", "ne", "pa", "si")
    [all...]
  /external/ltp/testcases/misc/math/atof/
atof01.c 60 FILE *temp; variable
76 setup(); /* temp file is now open */
86 fprintf(temp, "output conversion incorrect.");
87 fprintf(temp, "%*.*f = '%s'", i, j, pi, buf);
92 fprintf(temp, "\tnumin('%s') failed\n", buf);
97 fprintf(temp, "\tcompare fails, %f vs %f\n",
99 fprintf(temp, "\terr value is %f\n", x);
114 fprintf(temp, "\tsprintf small # failed\n");
115 fprintf(temp, "\t printed '%s', expected 1.0\n", buf);
128 fprintf(temp, "\tnumin('%s') failed\n", buf)
    [all...]
  /external/u-boot/arch/x86/cpu/quark/
mrc_util.c 142 uint32_t temp; local
157 temp = (byte_lane & 1) ? (pi_count / HALF_CLK) << 20 :
159 mrc_alt_write_mask(DDRPHY, reg, temp, msk);
173 temp = pi_count << 24;
174 mrc_alt_write_mask(DDRPHY, reg, temp, msk);
184 temp = 0x00;
189 temp |= msk;
194 temp |= msk;
196 mrc_alt_write_mask(DDRPHY, reg, temp, msk);
216 uint32_t temp; local
266 uint32_t temp; local
302 uint32_t temp; local
336 uint32_t temp; local
410 uint32_t temp; local
460 uint32_t temp; local
534 uint32_t temp; local
581 uint32_t temp; local
653 uint32_t temp; local
702 uint32_t temp; local
777 uint32_t temp; local
823 uint32_t temp; local
896 uint32_t temp; local
969 uint32_t temp; local
1099 uint32_t temp; local
    [all...]
  /external/google-breakpad/src/testing/gtest/samples/
sample2.cc 53 const char* const temp = MyString::CloneCString(a_c_string); local
55 c_string_ = temp;

Completed in 1588 milliseconds

1 2 34 5 6 7 8 91011>>