Home
last modified time | relevance | path

Searched defs:pi2 (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
Dcxx1y-variable-templates_top_level.cpp181 CONST int pi2 = 1; variable
184 CONST int pi2<T,int> = 2; variable
187 CONST int pi2<int,T> = 3; variable
189 template<> CONST int pi2<int,int> = 4; variable
206 CONST int pi2 = 1; variable
209 CONST int pi2<T,int> = 2; // expected-note {{partial specialization matches [with T = int]}} variable
212 CONST int pi2<int,T> = 3; // expected-note {{partial specialization matches [with T = int]}} variable
232 T pi2 = T(3.1415926535897932385); variable
233 template<> int pi2<const int> = 10; variable
272 CONST int pi2 = 1; variable
[all …]
Doverloaded-operator.cpp123 PostInc &pi2 = ++pi; in incdec_test() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dfft.c291 REAL pi2 = M_PI; /* use PI first, 2 PI later */ in FFTRADIX() local
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_mips.c37 const float pi2 = 6.28318530717959f; in WebRtcAec_ComfortNoise_mips() local
Daec_core.c452 const float pi2 = 6.28318530717959f; in ComfortNoise() local