Home
last modified time | relevance | path

Searched refs:temp (Results 1 - 25 of 1556) sorted by relevance

12345678910>>...63

/third_party/typescript/tests/baselines/reference/
H A DemitExponentiationOperator2.js2 var temp = 10; variable
4 ++temp ** 3;
5 --temp ** 3;
6 temp++ ** 3;
7 temp-- ** 3;
8 --temp + temp ** 3;
9 --temp - temp ** 3;
10 --temp * tem
58 var temp = 10; global() variable
[all...]
H A DexponentiationOperatorSyntaxError2.js3 var temp: any; variable
5 delete --temp ** 3;
6 delete ++temp ** 3;
7 delete temp-- ** 3;
8 delete temp++ ** 3;
11 1 ** delete --temp ** 3;
12 1 ** delete ++temp ** 3;
13 1 ** delete temp-- ** 3;
14 1 ** delete temp++ ** 3;
16 typeof --temp **
72 var temp; global() variable
[all...]
H A DemitExponentiationOperator3.js2 var temp = 10; variable
4 (-++temp) ** 3;
5 (+--temp) ** 3;
6 (-temp++) ** 3;
7 (+temp--) ** 3;
8 (-(1 ** ++temp)) ** 3;
9 (-(1 ** --temp)) ** 3;
10 (-(1 ** temp++)) ** 3;
11 (-(1 ** temp--)) ** 3;
13 (-3) ** temp
43 var temp = 10; global() variable
[all...]
H A DemitExponentiationOperator4.js2 var temp: any; variable
4 (<number>temp) ** 3;
5 (<number>--temp) ** 3;
6 (<number>++temp) ** 3;
7 (<number>temp--) ** 3;
8 (<number>temp++) ** 3;
10 1 ** (<number>--temp) ** 3;
11 1 ** (<number>++temp) ** 3;
12 1 ** (<number>temp--) ** 3;
13 1 ** (<number>temp
41 var temp; global() variable
[all...]
H A DexponentiationOperatorSyntaxError1.js10 var temp = 10; variable
12 -++temp ** 3;
13 +--temp ** 3;
14 -temp++ ** 3;
15 +temp-- ** 3;
16 1 ** -++temp ** 3;
17 1 ** +--temp ** 3;
18 1 ** -temp++ ** 3;
19 1 ** +temp-- ** 3;
21 -3 ** temp
50 var temp = 10; global() variable
[all...]
H A DexponentiationOperatorWithInvalidSimpleUnaryExpressionOperands.js2 var temp: any; variable
5 (! --temp) ** 3;
6 (!temp--) ** 3;
8 (!temp++) ** 4;
9 (!temp--) ** 4;
11 (! --temp) ** 3 ** 1;
12 (!temp--) ** 3 ** 1;
14 (!temp++) ** 4 ** 1;
15 (!temp--) ** 4 ** 1;
17 (typeof --temp) **
40 var temp; global() variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.c45 FILE *temp; variable
255 setup(); /* temp file is now open */ in main()
267 fprintf(temp, "A call to int nftw(const char *path, int (*fn)(const\n"); in main()
268 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n"); in main()
269 fprintf(temp, "depth, int flags) shall recursively descend the\n"); in main()
270 fprintf(temp, "directory hierarchy rooted in path until it has\n"); in main()
271 fprintf(temp, in main()
273 fprintf(temp, "each object in the directory tree, and return 0.\n\n"); in main()
282 fprintf(temp, "A call to int nftw(const char *path, int (*fn)(const\n"); in main()
283 fprintf(temp, "cha in main()
[all...]
H A Dnftw64.c45 FILE *temp; variable
252 setup(); /* temp file is now open */ in main()
264 fprintf(temp, in main()
266 fprintf(temp, "char *, const struct stat *, int, struct FTW *), int\n"); in main()
267 fprintf(temp, "depth, int flags) shall recursively descend the\n"); in main()
268 fprintf(temp, "directory hierarchy rooted in path until it has\n"); in main()
269 fprintf(temp, in main()
271 fprintf(temp, "each object in the directory tree, and return 0.\n\n"); in main()
280 fprintf(temp, in main()
282 fprintf(temp, "cha in main()
[all...]
H A Dtest64.c36 extern FILE *temp;
49 temp = stderr; in test1A()
51 fprintf(temp, "TEST: nftw64() succeeds\n"); in test1A()
66 fprintf(temp, "TEST: Whole tree traversed\n"); in test1A()
70 fprintf(temp, "ERROR: Count of objects visited incorrect\n"); in test1A()
71 fprintf(temp, " Expected %d, Received %d\n", ngoods, in test1A()
90 fprintf(temp, "ERROR: Unexpected visit to %s\n", in test1A()
109 temp = stderr; in test2A()
111 fprintf(temp, in test2A()
129 fprintf(temp, in test2A()
[all...]
H A Dtest_func64.c35 extern FILE *temp;
46 temp = stderr; in test_func1()
64 fprintf(temp, "INFO: Call to fn() at %s\n", path_name); in test_func1()
68 fprintf(temp, "ERROR: Too many paths traversed\n"); in test_func1()
79 temp = stderr; in test_func3()
81 fprintf(temp, "INFO: Call to fn() at %s\n", path_name); in test_func3()
85 fprintf(temp, "ERROR: Too many paths traversed\n"); in test_func3()
91 fprintf(temp, in test_func3()
118 temp = stderr; in test_func5()
128 fprintf(temp, "ERRO in test_func5()
[all...]
H A Dtest.c37 extern FILE *temp;
51 temp = stderr; in test1A()
53 fprintf(temp, "TEST: nftw() succeeds\n"); in test1A()
68 fprintf(temp, "TEST: Whole tree traversed\n"); in test1A()
72 fprintf(temp, "ERROR: Count of objects visited incorrect\n"); in test1A()
73 fprintf(temp, " Expected %d, Received %d\n", ngoods, in test1A()
92 fprintf(temp, "ERROR: Unexpected visit to %s\n", in test1A()
111 temp = stderr; in test2A()
113 fprintf(temp, in test2A()
131 fprintf(temp, in test2A()
[all...]
H A Dtest_func.c35 extern FILE *temp;
47 temp = stderr; in test_func1()
65 fprintf(temp, "INFO: Call to fn() at %s\n", path_name); in test_func1()
69 fprintf(temp, "ERROR: Too many paths traversed\n"); in test_func1()
80 temp = stderr; in test_func3()
82 fprintf(temp, "INFO: Call to fn() at %s\n", path_name); in test_func3()
86 fprintf(temp, "ERROR: Too many paths traversed\n"); in test_func3()
92 fprintf(temp, in test_func3()
128 fprintf(temp, "ERROR: For file %s cwd is %s\n", path_name, in test_func5()
159 fprintf(temp, "ERRO in test_func7()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlocnmtst.cpp95 UnicodeString temp; in TestCreate() local
97 ldn->localeDisplayName("de_DE", temp); in TestCreate()
99 test_assert_equal("Deutsch (Deutschland)", temp); in TestCreate()
103 UnicodeString temp; in TestCreateDialect() local
105 ldn->localeDisplayName("en_GB", temp); in TestCreateDialect()
107 test_assert_equal("British English", temp); in TestCreateDialect()
111 UnicodeString temp; in TestWithKeywordsAndEverything() local
116 ldn->localeDisplayName(locname, temp); in TestWithKeywordsAndEverything()
118 test_assert_equal(target, temp); in TestWithKeywordsAndEverything()
122 UnicodeString temp; in TestCurrencyKeyword() local
132 UnicodeString temp; TestUnknownCurrencyKeyword() local
142 UnicodeString temp; TestUntranslatedKeywords() local
152 UnicodeString temp; TestPrivateUse() local
408 UnicodeString temp; TestRootEtc() local
463 UnicodeString temp; VerifySubstitute() local
[all...]
H A Dsrchtest.cpp470 UChar temp[128]; in assertEqual() local
477 u_unescape(search->text, temp, 128); in assertEqual()
479 text.setTo(temp); in assertEqual()
480 u_unescape(search->pattern, temp, 128); in assertEqual()
482 pattern.setTo(temp); in assertEqual()
527 UChar temp[128]; in assertCanonicalEqual() local
536 u_unescape(search->text, temp, 128); in assertCanonicalEqual()
538 text.setTo(temp); in assertCanonicalEqual()
539 u_unescape(search->pattern, temp, 128); in assertCanonicalEqual()
541 pattern.setTo(temp); in assertCanonicalEqual()
580 UChar temp[128]; assertEqualWithAttribute() local
873 UChar temp[128]; TestBreakIterator() local
1006 UChar temp[128]; TestOverlap() local
1050 UChar temp[128]; TestCollator() local
1114 UChar temp[512]; TestPattern() local
1210 UChar temp[128]; TestText() local
1299 UChar temp[128]; TestGetSetOffset() local
1420 UChar temp[128]; TestGetMatch() local
1484 UChar temp[128]; TestSetMatch() local
1598 UChar temp[128]; TestContraction() local
1636 UChar temp[128]; TestIgnorable() local
1677 UChar temp[128]; TestDiacriticMatch() local
1757 UChar temp[128]; TestBreakIteratorCanonical() local
1862 UChar temp[128]; TestOverlapCanonical() local
1905 UChar temp[128]; TestCollatorCanonical() local
1967 UChar temp[128]; TestPatternCanonical() local
2034 UChar temp[128]; TestTextCanonical() local
2126 UChar temp[128]; TestGetSetOffsetCanonical() local
2202 UChar temp[128]; TestContractionCanonical() local
[all...]
/third_party/libsnd/src/GSM610/
H A Dlpc.c30 int16_t temp, smax, scalauto ; in Autocorrelation() local
41 { temp = GSM_ABS (s [k]) ; in Autocorrelation()
42 if (temp > smax) smax = temp ; in Autocorrelation()
177 register int16_t temp ; in Reflection_coefficients() local
191 temp = gsm_norm (L_ACF [0]) ; in Reflection_coefficients()
193 assert (temp >= 0 && temp < 32) ; in Reflection_coefficients()
196 for (i = 0 ; i <= 8 ; i++) ACF [i] = SASR_L (SASL_L (L_ACF [i], temp), 16) ; in Reflection_coefficients()
207 { temp in Reflection_coefficients()
249 register int16_t temp ; Transformation_to_Log_Area_Ratios() local
284 register int16_t temp ; Quantization_and_coding() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfaandct.c65 static av_always_inline void row_fdct(FLOAT temp[64], int16_t *data) in row_fdct() argument
87 temp[0 + i]= tmp10 + tmp11; in row_fdct()
88 temp[4 + i]= tmp10 - tmp11; in row_fdct()
92 temp[2 + i]= tmp13 + tmp12; in row_fdct()
93 temp[6 + i]= tmp13 - tmp12; in row_fdct()
107 temp[5 + i]= z13 + z2; in row_fdct()
108 temp[3 + i]= z13 - z2; in row_fdct()
109 temp[1 + i]= z11 + z4; in row_fdct()
110 temp[7 + i]= z11 - z4; in row_fdct()
119 FLOAT temp[6 in ff_faandct() local
172 FLOAT temp[64]; ff_faandct248() local
[all...]
H A Drv34dsp.c36 static av_always_inline void rv34_row_transform(int temp[16], int16_t *block) in rv34_row_transform() argument
46 temp[4*i+0] = z0 + z3; in rv34_row_transform()
47 temp[4*i+1] = z1 + z2; in rv34_row_transform()
48 temp[4*i+2] = z1 - z2; in rv34_row_transform()
49 temp[4*i+3] = z0 - z3; in rv34_row_transform()
58 int temp[16]; in rv34_idct_add_c() local
61 rv34_row_transform(temp, block); in rv34_idct_add_c()
65 const int z0 = 13*(temp[4*0+i] + temp[4*2+i]) + 0x200; in rv34_idct_add_c()
66 const int z1 = 13*(temp[ in rv34_idct_add_c()
86 int temp[16]; rv34_inv_transform_noround_c() local
[all...]
H A Dfaanidct.c50 static inline void p8idct(int16_t data[64], FLOAT temp[64], uint8_t *dest, in p8idct() argument
59 s17= temp[1*x + i] + temp[7*x + i]; in p8idct()
60 d17= temp[1*x + i] - temp[7*x + i]; in p8idct()
61 s53= temp[5*x + i] + temp[3*x + i]; in p8idct()
62 d53= temp[5*x + i] - temp[3*x + i]; in p8idct()
74 s26 = temp[ in p8idct()
128 FLOAT temp[64]; ff_faanidct() local
142 FLOAT temp[64]; ff_faanidct_add() local
156 FLOAT temp[64]; ff_faanidct_put() local
[all...]
H A Dg723_1enc.c143 int i, scale, temp; in comp_autocorr() local
153 temp = ff_dot_product(vector, vector, LPC_FRAME); in comp_autocorr()
156 temp += temp >> 10; in comp_autocorr()
159 scale = ff_g723_1_normalize_bits(temp, 31); in comp_autocorr()
160 autocorr[0] = av_clipl_int32((int64_t) (temp << scale) + in comp_autocorr()
168 temp = ff_dot_product(vector, vector + i, LPC_FRAME - i); in comp_autocorr()
169 temp = MULL2((temp << scale), binomial_window[i - 1]); in comp_autocorr()
170 autocorr[i] = av_clipl_int32((int64_t) temp in comp_autocorr()
187 int i, j, temp; levinson_durbin() local
251 int64_t temp; lpc2lsp() local
475 int diff, temp; estimate_pitch() local
617 int64_t temp = hf->gain * src[i - hf->index] << 1; harmonic_filter() local
626 int64_t temp = hf->gain * src[i - hf->index] << 1; harmonic_noise_sub() local
655 int64_t temp = 0; synth_percept_filter() local
702 int64_t temp; acb_search() local
807 int64_t temp = buf[i] << 14; sub_acb_contrib() local
833 int64_t temp; get_fcb_param() local
1046 int i, temp; pack_bitstream() local
[all...]
/third_party/ltp/testcases/misc/math/atof/
H A Datof01.c60 FILE *temp; variable
76 setup(); /* temp file is now open */ in main()
86 fprintf(temp, "output conversion incorrect."); in main()
87 fprintf(temp, "%*.*f = '%s'", i, j, pi, buf); in main()
92 fprintf(temp, "\tnumin('%s') failed\n", buf); in main()
97 fprintf(temp, "\tcompare fails, %f vs %f\n", in main()
99 fprintf(temp, "\terr value is %f\n", x); in main()
114 fprintf(temp, "\tsprintf small # failed\n"); in main()
115 fprintf(temp, "\t printed '%s', expected 1.0\n", buf); in main()
128 fprintf(temp, "\tnumi in main()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xy_coord.cpp49 dng_xy_coord temp = coord; in XYtoXYZ() local
55 temp.x = Pin_real64 (0.000001, temp.x, 0.999999); in XYtoXYZ()
56 temp.y = Pin_real64 (0.000001, temp.y, 0.999999); in XYtoXYZ()
58 if (temp.x + temp.y > 0.999999) in XYtoXYZ()
60 real64 scale = 0.999999 / (temp.x + temp.y); in XYtoXYZ()
61 temp in XYtoXYZ()
[all...]
/third_party/lzma/C/
H A DSort.c8 #define HeapSortDown(p, k, size, temp) \
13 if (temp >= p[s]) break; \
15 } p[k] = temp; }
26 UInt32 temp = p[i]; in HeapSort() local
28 HeapSortDown(p, k, size, temp) in HeapSort()
36 UInt32 temp = p[size]; in HeapSort()
38 HeapSortDown(p, k, size, temp) in HeapSort()
44 UInt32 temp = p[size]; in HeapSort() local
48 HeapSortDown(p, k, size, temp) in HeapSort()
51 UInt32 temp in HeapSort() local
72 UInt64 temp = p[i]; HeapSort64() local
90 UInt64 temp = p[size]; HeapSort64() local
97 UInt64 temp = p[size]; HeapSort64() local
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c248 uint32_t temp; in xhci_reset_command_queue_locked() local
252 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked()
253 if (temp & XHCI_CRCR_LO_CRR) { in xhci_reset_command_queue_locked()
255 temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
264 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CS); in xhci_reset_command_queue_locked()
267 XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA); in xhci_reset_command_queue_locked()
274 temp = XREAD4(sc, oper, XHCI_CRCR_LO); in xhci_reset_command_queue_locked()
275 if (temp & XHCI_CRCR_LO_CRR) { in xhci_reset_command_queue_locked()
312 uint32_t temp; in xhci_start_controller() local
328 temp in xhci_start_controller()
466 uint32_t temp; xhci_halt_controller() local
496 uint32_t temp = 0; xhci_reset_controller() local
523 uint32_t temp; xhci_init() local
861 uint32_t temp; xhci_check_transfer() local
1042 uint32_t temp; xhci_interrupt_poll() local
1130 uint32_t temp; xhci_do_command() local
1271 uint32_t temp; xhci_cmd_enable_slot() local
1296 uint32_t temp; xhci_cmd_disable_slot() local
1315 uint32_t temp; xhci_cmd_set_address() local
1341 uint32_t temp; xhci_set_address() local
1464 uint32_t temp; xhci_cmd_configure_ep() local
1486 uint32_t temp; xhci_cmd_evaluate_ctx() local
1504 uint32_t temp; xhci_cmd_reset_ep() local
1527 uint32_t temp; xhci_cmd_set_tr_dequeue_ptr() local
1549 uint32_t temp; xhci_cmd_stop_ep() local
1571 uint32_t temp; xhci_cmd_reset_dev() local
1592 uint32_t temp; xhci_interrupt() local
1664 xhci_setup_generic_chain_sub(struct xhci_std_temp *temp) xhci_setup_generic_chain_sub() argument
1968 struct xhci_std_temp temp; xhci_setup_generic_chain() local
2242 uint32_t temp; xhci_configure_mask() local
2303 uint32_t temp; xhci_configure_endpoint() local
2464 uint64_t temp; xhci_configure_endpoint_by_xfer() local
2502 uint32_t temp; xhci_configure_device() local
4005 uint8_t temp; xhci_device_init() local
[all...]
/third_party/toybox/toys/pending/
H A Dmke2fs.c361 uint32_t temp; in get_inodespg() local
364 temp = (inodes + TT.groups - 1) / TT.groups; in get_inodespg()
366 return ((temp + inodes - 1)/inodes)*inodes; in get_inodespg()
373 uint32_t temp; in init_superblock() local
377 for (temp = 0; temp < 4; temp++) if (TT.blocksize == 1024<<temp) break; in init_superblock()
378 if (temp==4) error_exit("bad blocksize"); in init_superblock()
379 sb->log_block_size = sb->log_frag_size = SWAP_LE32(temp); in init_superblock()
502 int temp; fill_inode() local
547 int i, temp; mke2fs_main() local
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Daes.c51 uint8_t temp[32]; in main() local
63 av_aes_crypt(b, temp, rct[i], 1, NULL, 1); in main()
65 if (rpt[i][j] != temp[j]) { in main()
67 j, rpt[i][j], temp[j]); in main()
98 av_aes_crypt(ae, temp, pt, 2, iv[0], 0); in main()
101 temp[0], temp[5], temp[10], temp[15]); in main()
102 av_aes_crypt(ad, temp, tem in main()
[all...]

Completed in 12 milliseconds

12345678910>>...63