OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LPCY
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h
502
STDAPI VarCyAdd(CY cyLeft,CY cyRight,
LPCY
pcyResult);
503
STDAPI VarCyMul(CY cyLeft,CY cyRight,
LPCY
pcyResult);
504
STDAPI VarCyMulI4(CY cyLeft,__LONG32 lRight,
LPCY
pcyResult);
505
STDAPI VarCyMulI8(CY cyLeft,LONG64 lRight,
LPCY
pcyResult);
506
STDAPI VarCySub(CY cyLeft,CY cyRight,
LPCY
pcyResult);
507
STDAPI VarCyAbs(CY cyIn,
LPCY
pcyResult);
508
STDAPI VarCyFix(CY cyIn,
LPCY
pcyResult);
509
STDAPI VarCyInt(CY cyIn,
LPCY
pcyResult);
510
STDAPI VarCyNeg(CY cyIn,
LPCY
pcyResult);
511
STDAPI VarCyRound(CY cyIn,int cDecimals,
LPCY
pcyResult)
[
all
...]
wtypes.h
441
typedef CY *
LPCY
;
Completed in 161 milliseconds