Home
last modified time | relevance | path

Searched defs:n10 (Results 1 – 12 of 12) sorted by relevance

/external/python/pycparser/examples/c_files/
Dyear.c32 int n1000, n100, n10, n1; in main() local
/external/python/pycparser/tests/c_files/
Dyear.c39 int n1000, n100, n10, n1; in main() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-concat-nested-namespaces.cpp29 namespace n10 { namespace
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c847 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute2() local
937 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute4() local
1686 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_postradixcompute4() local
1790 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_postradixcompute2() local
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl54 T n10 = dot(g10, tvec2<T, P>(fx.y, fy.y)); local
376 T n10 = dot(g10, tvec2<T, P>(fx.y, fy.y)); local
/external/javassist/src/test/javassist/bytecode/
DBytecodeTest.java740 int n10 = cp.addDoubleInfo(1234.0); in testConstInfoAdd() local
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c694 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_esbr_postradixcompute4() local
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp239 …constexpr int n10 = n3 - -1; // expected-error {{constant expression}} expected-note {{value 21474… variable
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1958 WORD32 n00, n10, n20, n30, n01, n11, n21, n31; in ixheaacd_fft32x32_ld_dec() local
/external/llvm-project/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp240 …constexpr int n10 = n3 - -1; // expected-error {{constant expression}} expected-note {{value 21474… variable
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp290 constexpr bool n10 = &x >= 0; // expected-error {{must be initialized by a constant expression}} variable
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp309 constexpr bool n10 = &x >= (int*)0; // expected-error {{must be initialized by a constant expressio… variable