/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | hash_utils_test.cc | 216 NodeDef* n4 = gd.add_node(); in TEST_F() local 263 NodeDef* n4 = gd.add_node(); in TEST_F() local 375 NodeDef* n4 = gd.add_node(); in TEST_F() local 424 NodeDef* n4 = gd.add_node(); in TEST_F() local 462 NodeDef* n4 = gd.add_node(); in TEST_F() local 874 NodeDef* n4 = gd.add_node(); in TEST_F() local 919 NodeDef* n4 = gd.add_node(); in TEST_F() local 1109 NodeDef* n4 = gd2.add_node(); in TEST_F() local
|
/aosp_15_r20/external/liblc3/src/ |
H A D | mdct.c | 248 int n4 = def->n4; in mdct_pre_fft() local 278 int n4 = def->n4, n8 = n4 >> 1; in mdct_post_fft() local 310 int n4 = def->n4; in imdct_pre_fft() local 342 int n4 = def->n4; in imdct_post_fft() local 378 int n4 = lc3_ns(dt, sr) >> 1, nd = lc3_nd(dt, sr); in imdct_window() local
|
/aosp_15_r20/external/libchrome/base/containers/ |
H A D | linked_list_unittest.cc | 124 Node n4(4); in TEST() local 199 Node n4(4); in TEST() local 236 Node n4(4); in TEST() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/gcc/ |
D | bind.hpp | 268 typedef typename r3::next n4; typedef 336 typedef typename r3::next n4; typedef 411 typedef typename r3::next n4; typedef 499 typedef typename r3::next n4; typedef 547 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/mwcw/ |
D | bind.hpp | 268 typedef typename r3::next n4; typedef 336 typedef typename r3::next n4; typedef 411 typedef typename r3::next n4; typedef 499 typedef typename r3::next n4; typedef 547 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/ |
D | bind.hpp | 268 typedef typename r3::next n4; typedef 336 typedef typename r3::next n4; typedef 411 typedef typename r3::next n4; typedef 499 typedef typename r3::next n4; typedef 547 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | linked_list_unittest.cc | 125 Node n4(4); in TEST() local 200 Node n4(4); in TEST() local 237 Node n4(4); in TEST() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/test/internal/ |
H A D | LinkedListTest.kt | 21 val n4 = IntNode(4).apply { list.addLast(this) } in testSimpleAddLastRemove() constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/dmc/ |
D | bind.hpp | 268 typedef typename r3::next n4; typedef 337 typedef typename r3::next n4; typedef 413 typedef typename r3::next n4; typedef 501 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | TessellationPathRenderer.cpp | 98 float n4 = wangs_formula::worst_case_cubic_p4(tess::kPrecision, in ChopPathIfNecessary() local 272 float n4 = wangs_formula::worst_case_cubic_p4(tess::kPrecision, in onStencilPath() local
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/ |
H A D | ThreadSafeHeapTest.kt | 31 val n4 = Node(4) in compareTo() constant
|
/aosp_15_r20/external/skia/src/gpu/tessellate/ |
H A D | Tessellation.cpp | 71 float n4 = wangs_formula::quadratic_p4(fTessellationPrecision, p, fVectorXform); in quadTo() local 135 float n4 = wangs_formula::cubic_p4(fTessellationPrecision, p, fVectorXform); in cubicTo() local
|
H A D | PatchWriter.h | 396 float n4 = wangs_formula::cubic_p4(kPrecision, p0, p1, p2, p3, fApproxTransform); in writeCubic() local 443 float n4 = wangs_formula::quadratic_p4(kPrecision, p0, p1, p2, fApproxTransform); in writeQuadratic() local 574 int accountForCurve(float n4) { in accountForCurve()
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | idct32x32_msa.c | 16 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct32x8_row_transpose_store() local 244 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct_butterfly_transpose_store() local 543 v8i16 m0, m1, m2, m3, m4, m5, m6, m7, n0, n1, n2, n3, n4, n5, n6, n7; in idct8x32_column_butterfly_addblk() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/ |
H A D | idct32x32_lsx.c | 23 __m128i n0, n1, n2, n3, n4, n5, n6, n7; in idct32x8_row_transpose_store() local 318 __m128i n0, n1, n2, n3, n4, n5, n6, n7; in idct_butterfly_transpose_store() local 669 __m128i n0, n1, n2, n3, n4, n5, n6, n7; in idct8x32_column_butterfly_addblk() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc60/ |
D | bind.hpp | 280 typedef typename r3::next n4; typedef 334 typedef typename r3::next n4; typedef 395 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc70/ |
D | bind.hpp | 280 typedef typename r3::next n4; typedef 334 typedef typename r3::next n4; typedef 395 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc551/ |
D | bind.hpp | 233 typedef typename r3::next n4; typedef 293 typedef typename r3::next n4; typedef 360 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc_pre590/ |
D | bind.hpp | 229 typedef typename r3::next n4; typedef 288 typedef typename r3::next n4; typedef 354 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc/ |
D | bind.hpp | 229 typedef typename r3::next n4; typedef 288 typedef typename r3::next n4; typedef 354 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/ |
D | bind.hpp | 268 typedef typename r3::next n4; typedef 336 typedef typename r3::next n4; typedef 411 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ctps/ |
D | bind.hpp | 337 typedef typename r3::next n4; typedef 408 typedef typename r3::next n4; typedef 486 typedef typename r3::next n4; typedef
|
/aosp_15_r20/external/dtc/tests/ |
H A D | path-references.dts | 23 n4: baz { label
|
H A D | references.dts | 23 n4: node4 { label
|
H A D | phandle_format.c | 25 int n4; in main() local
|