Home
last modified time | relevance | path

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

/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/vulkan-validation-layers/libs/glm/gtc/
Dnoise.inl84 T n10 = dot(g10, detail::tvec2<T, P>(fx.y, fy.y)); local
406 T n10 = dot(g10, detail::tvec2<T, P>(fx.y, fy.y)); local
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c680 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/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp290 constexpr bool n10 = &x >= 0; // expected-error {{must be initialized by a constant expression}} variable