Home
last modified time | relevance | path

Searched defs:n12 (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-concat-nested-namespaces.cpp38 namespace n12 { namespace
/external/vixl/src/aarch64/
Dpointer-auth-aarch64.cc94 uint64_t n12 = GetNibble(in_data, 4 * (i + 12)); in BigShuffle() local
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c848 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute2() local
938 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
1687 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute4() local
1791 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute2() local
/external/ImageMagick/MagickCore/
Dresample.c898 const double n12 = a*c+b*d; in ClampUpAxes() local
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp241 …constexpr int n12 = -2 - n3; // expected-error {{constant expression}} expected-note {{value -2147… variable
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c695 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1959 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_fft32x32_ld_dec() local
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp242 …constexpr int n12 = -2 - n3; // expected-error {{constant expression}} expected-note {{value -2147… variable
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp292 constexpr bool n12 = &x > 0; // expected-error {{must be initialized by a constant expression}} variable
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp311 constexpr bool n12 = &x > (int*)0; // expected-error {{must be initialized by a constant expression… variable