Home
last modified time | relevance | path

Searched refs:f00 (Results 1 – 25 of 50) sorted by relevance

12

/third_party/json/test/thirdparty/Fuzzer/test/
DCallerCalleeTest.cpp22 void f00() {} in f00() function
25 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
26 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
27 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
28 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
29 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
30 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
31 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
32 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
33 f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00, f00,
[all …]
/third_party/cmsis/CMSIS/DSP/Source/InterpolationFunctions/
Darm_bilinear_interp_f16.c110 float16_t f00, f01, f10, f11; in arm_bilinear_interp_f16() local
131 f00 = pData[index]; in arm_bilinear_interp_f16()
143 b1 = f00; in arm_bilinear_interp_f16()
144 b2 = f01 - f00; in arm_bilinear_interp_f16()
145 b3 = f10 - f00; in arm_bilinear_interp_f16()
146 b4 = f00 - f01 - f10 + f11; in arm_bilinear_interp_f16()
Darm_bilinear_interp_f32.c107 float32_t f00, f01, f10, f11; in arm_bilinear_interp_f32() local
128 f00 = pData[index]; in arm_bilinear_interp_f32()
140 b1 = f00; in arm_bilinear_interp_f32()
141 b2 = f01 - f00; in arm_bilinear_interp_f32()
142 b3 = f10 - f00; in arm_bilinear_interp_f32()
143 b4 = f00 - f01 - f10 + f11; in arm_bilinear_interp_f32()
/third_party/ltp/tools/sparse/sparse-src/validation/
Drestrict.c1 void f00(void *restrict dst);
9 void f00(void *dst) { } /* check-should-pass */ in f00() function
Dc11-atomic.c1 void f00(int _Atomic dst);
9 void f00(int dst) { } /* check-should-fail */ in f00() function
/third_party/wayland_standard/doc/publican/sources/css/
Depub.css23 color: #007f00;
60 color: #007f00;
/third_party/iptables/extensions/
Dlibebt_ip6.txlate7 ebtables-translate -I FORWARD -p ip6 --ip6-dst f00:ba::
8 nft insert rule bridge filter FORWARD ip6 daddr f00:ba:: counter
Dlibebt_ip6.t4 -p IPv6 --ip6-dst f00:ba::;=;OK
/third_party/typescript/tests/baselines/reference/
DdestructuringWithLiteralInitializers2.symbols2 function f00([x, y]) {}
3 >f00 : Symbol(f00, Decl(destructuringWithLiteralInitializers2.ts, 0, 0))
DgenericContextualTypes1.js24 const f00: <A>(x: A) => A[] = list;
55 var f00 = list; variable
89 declare const f00: <A>(x: A) => A[];
DdestructuringWithLiteralInitializers2.js2 function f00([x, y]) {} function
33 function f00(_a) {
DdestructuringWithLiteralInitializers2.types2 function f00([x, y]) {}
3 >f00 : ([x, y]: [any, any]) => void
DstrictBindCallApply1.js9 let f00 = foo.bind(undefined);
78 var f00 = foo.bind(undefined); variable
DgenericRestParameters2.js7 declare let f00: (...x: [number, string, boolean]) => void;
136 declare let f00: (...x: [number, string, boolean]) => void;
DgenericDefaults.js18 declare function f00(a?: A): A;
20 f00();
21 f00(a);
497 f00();
498 f00(a);
894 declare function f00(a?: A): A;
DgenericRestParameters2.symbols14 declare let f00: (...x: [number, string, boolean]) => void;
15 >f00 : Symbol(f00, Decl(genericRestParameters2.ts, 5, 11))
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/
Dreload-aliasing.c3 void f00(int *s) in f00() function
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dcanonical-cmp-zero.c1 int f00(int x) { return x >= 0; } in f00() function
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/
DREADME.md35 0x0000: 4500 0097 3f8f 4000 4006 fccf 7f00 0001 E...?.@.@.......
36 0x0010: 7f00 0001 0050 cdb6 6601 dfa7 922a 4c06 .....P..f....*L.
/third_party/vk-gl-cts/framework/delibs/deimage/
DdeImage.c134 int f00 = ((256-xFactor) * (256-yFactor)) >> 8; in deImage_scale() local
151 deARGB pix = deARGB_add(deARGB_add(deARGB_multiply(p00, f00), deARGB_multiply(p10, f10)), in deImage_scale()
/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringWithLiteralInitializers2.ts3 function f00([x, y]) {} function
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_apply_gridshift.hpp103 pj_ctable::flp_t const& f00 = ct.cvs[index++]; in nad_intr() local
116 out_lon = m00 * f00.lam + m10 * f10.lam + in nad_intr()
118 out_lat = m00 * f00.phi + m10 * f10.phi + in nad_intr()
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts9 declare let f00: (...x: [number, string, boolean]) => void; variable
/third_party/typescript/tests/cases/conformance/functions/
DstrictBindCallApply1.ts10 let f00 = foo.bind(undefined);
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericContextualTypes1.ts26 const f00: <A>(x: A) => A[] = list;

12