Home
last modified time | relevance | path

Searched refs:calc (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/elfutils/tests/
Drun-readelf-ranges.sh98 0x0000000000400583 <calc+0x13>
100 0x0000000000400583 <calc+0x13>..
101 0x0000000000400584 <calc+0x14>
103 0x0000000000400588 <calc+0x18>..
104 0x0000000000400597 <calc+0x27>
109 0x0000000000400570 <calc>..
110 0x000000000040059a <calc+0x2a>
127 0x0000000000400583 <calc+0x13>..
128 0x0000000000400584 <calc+0x14>
130 0x0000000000400588 <calc+0x18>..
[all …]
Drun-readelf-loc.sh315 0x0000000000400570 <calc>
317 0x0000000000400570 <calc>..
318 0x0000000000400577 <calc+0x7>
321 0x0000000000400578 <calc+0x8>..
322 0x000000000040059a <calc+0x2a>
330 0x0000000000400588 <calc+0x18>..
331 0x0000000000400592 <calc+0x22>
337 0x0000000000400588 <calc+0x18>
339 0x0000000000400588 <calc+0x18>..
340 0x0000000000400589 <calc+0x19>
[all …]
Drun-readelf-addr.sh63 [ 0] 0x00000000004011df <calc+0x1f>
64 [ 1] 0x00000000004011e4 <calc+0x24>
69 [ 6] 0x00000000004011d3 <calc+0x13>
74 [11] 0x00000000004011c0 <calc>
76 [13] 0x00000000004011c0 <calc>
77 [14] 0x00000000004011c8 <calc+0x8>
78 [15] 0x00000000004011d8 <calc+0x18>
79 [16] 0x00000000004011da <calc+0x1a>
123 [ 0] 0x00000000004011df <calc+0x1f>
124 [ 1] 0x00000000004011e4 <calc+0x24>
[all …]
Drun-readelf-line.sh418 6:0 S 0 0 0 0x0000000000400570 <calc>
419 7:1 S 0 0 0 0x0000000000400570 <calc>
420 7:3 0 0 0 0x0000000000400570 <calc>
421 7:6 1 0 0 0x0000000000400575 <calc+0x5>
422 7:24 0 0 0 0x0000000000400578 <calc+0x8>
423 10:17 S 0 0 0 0x000000000040057d <calc+0xd>
424 10:3 0 0 0 0x000000000040057d <calc+0xd>
426 10:10 0 0 0 0x0000000000400583 <calc+0x13>
428 10:7 0 0 0 0x0000000000400585 <calc+0x15>
430 7:10 S 0 0 0 0x0000000000400588 <calc+0x18>
[all …]
Dtestfile-dwarf-45.source55 calc (const char *word)
72 exit (calc (n));
/third_party/typescript/tests/baselines/reference/
DunusedImports8.types20 import {Calculator as calc, test as t1, test2 as t2} from "./file1"
21 >Calculator : typeof calc
22 >calc : typeof calc
28 var x = new calc();
29 >x : calc
30 >new calc() : calc
31 >calc : typeof calc
36 >x : calc
DunusedImports8.symbols20 import {Calculator as calc, test as t1, test2 as t2} from "./file1"
21 >Calculator : Symbol(calc, Decl(file1.ts, 0, 0))
22 >calc : Symbol(calc, Decl(file2.ts, 0, 8))
28 var x = new calc();
30 >calc : Symbol(calc, Decl(file2.ts, 0, 8))
33 >x.handleChar : Symbol(calc.handleChar, Decl(file1.ts, 0, 25))
35 >handleChar : Symbol(calc.handleChar, Decl(file1.ts, 0, 25))
DunusedImports8.js17 import {Calculator as calc, test as t1, test2 as t2} from "./file1"
19 var x = new calc();
DunusedImports8.errors.txt18 import {Calculator as calc, test as t1, test2 as t2} from "./file1"
22 var x = new calc();
/third_party/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c129 unsigned int calc; in main() local
131 calc = nearbyint((lo+adjust) * 256); in main()
132 if (calc > 65535) in main()
134 fprintf(stderr, "table[%d][0]: overflow %08x (%d)\n", i, calc, in main()
135 calc); in main()
138 png_sRGB_base[i] = calc; in main()
140 calc = nearbyint((hi-lo) * 32); in main()
141 if (calc > 255) in main()
143 fprintf(stderr, "table[%d][1]: overflow %08x (%d)\n", i, calc, in main()
144 calc); in main()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
DmakesRGB.c129 unsigned int calc; in main() local
131 calc = nearbyint((lo+adjust) * 256); in main()
132 if (calc > 65535) in main()
134 fprintf(stderr, "table[%d][0]: overflow %08x (%d)\n", i, calc, in main()
135 calc); in main()
138 png_sRGB_base[i] = calc; in main()
140 calc = nearbyint((hi-lo) * 32); in main()
141 if (calc > 255) in main()
143 fprintf(stderr, "table[%d][1]: overflow %08x (%d)\n", i, calc, in main()
144 calc); in main()
[all …]
/third_party/node/deps/npm/node_modules/worker-farm/examples/pi/
Dindex.js30 , calc = function (method, callback) { function
38 calc(calcDirect, function () {
40 calc(calcWorker, process.exit)
/third_party/node/test/parallel/
Dtest-policy-dependency-conditions.js31 function calc(depthLeft = 0, path = []) { function
34 calc(depthLeft - 1, [...path, conditions]);
40 calc(totalDepth, []);
/third_party/ltp/testcases/realtime/func/periodic_cpu_load/
Dperiodic_cpu_load.c107 void *calc(void *arg) in calc() function
203 { PERIOD_A, iterations, calc, (void *)CALC_LOOPS_A }; in main()
205 { PERIOD_B, iterations, calc, (void *)CALC_LOOPS_B }; in main()
207 { PERIOD_C, iterations, calc, (void *)CALC_LOOPS_C }; in main()
Dperiodic_cpu_load_single.c73 void *calc(int loops) in calc() function
125 calc(loops); in periodic_thread()
/third_party/typescript/tests/cases/compiler/
DunusedImports8.ts18 import {Calculator as calc, test as t1, test2 as t2} from "./file1"
20 var x = new calc();
/third_party/openssl/crypto/perlasm/
DREADME.md56 int calc(int len, int *data)
81 &function_begin("calc");
101 &function_end("calc");
/third_party/jsframework/runtime/main/model/
DpageLife.ts247 function calc() {
258 const watcher = new Watcher(vm, calc, function(value, oldValue) {
Ddirective.ts953 function bindKey(vm: Vm, el: Element, setValue: Function, calc: Function): void {
955 const watcher = newWatch(vm, calc, (value) => {
988 export function newWatch(vm: Vm, calc: Function, callback: Function): Watcher {
989 const watcher = new Watcher(vm, calc, function(value, oldValue) {
1005 export function watch(vm: Vm, calc: Function, callback: Function): any {
1006 const watcher = new Watcher(vm, calc, function(value, oldValue) {
/third_party/ffmpeg/libswscale/x86/
Drgb_2_rgb.asm63 ;calc scalar loop
123 ;calc scalar loop
196 ;calc scalar loop count
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/
DWierdBob.inc4 // Assume our pixels are laid out as follows with x the calc'd bob value
11 // we calc the bob value as:
115 // We will also calc here the max/min values to later limit comb
243 // We will also calc here the max/min values to later limit comb
/third_party/ltp/testcases/kernel/controllers/cpuctl/
DREADME65 the two fields calc:- and exp:- in % as below:
67 CPU TIME{calc:- 60.01(s)i.e. 50.01(%) exp:- 50.00(%)}
/third_party/cef/tools/
Dcef_api_hash.py283 calc = cef_api_hash(options.cppheaderdir, options.debugdir, options.verbose) variable
284 revisions = calc.calculate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14301 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14325 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14350 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14367 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14384 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14401 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14421 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14438 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14455 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14479 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp14301 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14325 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14350 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14367 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14384 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14401 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14421 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14438 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14455 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
14479 bool calc (vector<const deFloat16*>& in, deFloat16* out, double* min, double* max) in calc() function
[all …]

1234