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

  /external/opencv3/modules/imgcodecs/src/
rgbe.cpp 177 float tempf; local
207 else if (info && (sscanf(buf,"GAMMA=%g",&tempf) == 1)) {
208 info->gamma = tempf;
211 else if (info && (sscanf(buf,"EXPOSURE=%g",&tempf) == 1)) {
212 info->exposure = tempf;
  /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 204 milliseconds