HomeSort by relevance Sort by last modified time
    Searched refs:tempf (Results 1 - 4 of 4) 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/boringssl/src/util/bot/
vs_toolchain.py 36 with open(json_data_file, 'r') as tempf:
37 toolchain_data = json.load(tempf)
  /external/v8/gypfiles/
vs_toolchain.py 45 with open(json_data_file, 'r') as tempf:
46 toolchain_data = json.load(tempf)
285 with open(json_data_file, 'r') as tempf:
286 toolchain_data = json.load(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 176 milliseconds