HomeSort by relevance Sort by last modified time
    Searched refs:sin_val (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTFixedPoint.h 46 #define PVRTXSIN(x) (sin_val[(PVRTXMUL(((PVRTXDIV((x)<0 ? PVRT_PIx-(x):(x), PVRT_TWO_PIx)) & 0x0000FFFF), (NUM_ENTRIES-1)))])
PVRTMathTable.h 129 const int sin_val[]={ variable
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 547 double sin_val = sin_a*cos_b + cos_a*sin_b; local
550 sinval[i] = (float)sin_val;
    [all...]

Completed in 150 milliseconds