OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pi
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/bf/
bf_locl.h
164
#define BF_ENC(LL,R,KEY,
Pi
) (\
165
LL^=KEY[
Pi
], \
/external/opencv/cv/src/
cvhough.cpp
46
#define
Pi
((float)CV_PI)
48
#define a1 1.000025f /*((float)0x1922253)/((float)0x1000000)*2/
Pi
; */
49
#define a2 -2.652905e-4f /*(-(float)0x2ae6)/((float)0x1000000)*4/(
Pi
*
Pi
); */
50
#define a3 -0.165624f /*(-(float)0xa45511)/((float)0x1000000)*8/(
Pi
*
Pi
*
Pi
); */
51
#define a4 -1.964532e-3f /*(-(float)0x30fd3)/((float)0x1000000)*16/(
Pi
*
Pi
*
Pi
*Pi); *
[
all
...]
Completed in 2351 milliseconds