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

  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AOC.c 238 AKFLOAT tempf; local
275 tempf = CalcR(&fourpoints[i], &fourpoints[j]);
276 if((tempf < haocv->hraoc)||(tempf < AKFS_HR_TH)){
301 tempf = haocv->hraoc * AKFS_HO_TH;
303 if ((var.u.x >= tempf) || (var.u.y >= tempf) || (var.u.z >= tempf)){
  /external/clang/test/SemaTemplate/
dependent-names.cpp 369 template<typename A, typename B> void tempf(A a, B b) { function in namespace:test_reserved_identifiers
378 tempf(x, y); // expected-note{{in instantiation of}}

Completed in 105 milliseconds