HomeSort by relevance Sort by last modified time
    Searched defs:OD (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 49 const ObjCInterfaceDecl *OD = msg.getReceiverInterface();
50 if (!OD)
52 if (!OD->getIdentifier()->isStr("NSAutoreleasePool"))
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AOC.c 61 AKFLOAT OD;
84 OD = C*F + A*E;
86 if(fabs(OD) < AKFS_EPSILON){
90 center->v[2] = OU / OD;
93 OD = E;
95 if(fabs(OD) < AKFS_EPSILON){
99 center->v[1] = OU / OD;
102 OD = dif[0][0];
104 if(fabs(OD) < AKFS_EPSILON){
108 center->v[0] = OU / OD;
    [all...]

Completed in 144 milliseconds