Searched defs:Af (Results 1 – 7 of 7) sorted by relevance
53 double Af[ SILK_MAX_ORDER_LPC ]; in silk_burg_modified_FLP() local
331 MatrixXf Af = Ah.cast<float>(); in test_product() local
360 MatrixXf Af = Ah.cast<float>(); in test_product() local
314 MatrixXf Af, Bf; in test_ref_overloads() local
32 F Af; member in A
47 …void ::A::Af() {} // expected-error {{cannot define or redeclare 'Af' here because namespace 'B' d… in Af() function in B::A
33 static float Af[N]; variable