HomeSort by relevance Sort by last modified time
    Searched full:d_new (Results 1 - 8 of 8) sorted by null

  /external/llvm/utils/release/
findRegressions-nightly.py 72 def diffResults(d_old, d_new):
78 if d_new.has_key(t) :
83 if d_new[t].has_key(x):
85 if d_new[t][x] != 'PASS':
88 if d_new[t][x] == 'PASS':
97 if not d_new[t].has_key(tp + x):
101 if d_new[t].has_key(tp + x):
107 if not d_new[t].has_key(exp + x):
111 if d_new[t].has_key(exp + x):
125 d_new = parse(sys.argv[2] variable
    [all...]
findRegressions-simple.py 64 def diffResults(d_old, d_new):
74 if d_new.has_key(t):
79 if not d_old[t].has_key(x) and not d_new[t].has_key(x):
83 if d_new[t].has_key(x):
86 if d_new[t][x] != 'PASS':
89 if d_new[t][x] == 'PASS':
99 if not d_old[t].has_key(x) and not d_new[t].has_key(x):
101 elif not d_new[t].has_key(x):
106 if math.isnan(d_old[t][x]) and math.isnan(d_new[t][x]):
109 elif math.isnan(d_old[t][x]) and not math.isnan(d_new[t][x])
156 d_new = parse(sys.argv[2]) variable
    [all...]
  /external/opencv3/modules/cudastereo/src/cuda/
stereocsbp.hpp 15 void init_message(uchar *ctemp, T* u_new, T* d_new, T* l_new, T* r_new,
stereocsbp.cu 526 __device__ void get_first_k_element_increase(T* u_new, T* d_new, T* l_new, T* r_new,
550 d_new[i * disp_step1] = d_cur[id * disp_step2];
593 T* d_new = d_new_ + y * msg_step + x;
602 get_first_k_element_increase(u_new, d_new, l_new, r_new, u_cur, d_cur, l_cur, r_cur,
611 void init_message(uchar *ctemp, T* u_new, T* d_new, T* l_new, T* r_new,
627 init_message<<<grid, threads, 0, stream>>>(ctemp, u_new, d_new, l_new, r_new,
640 template void init_message(uchar *ctemp, short* u_new, short* d_new, short* l_new, short* r_new,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
pydocfodder.py 162 class D_new(B_new, C_new):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
pydocfodder.py 162 class D_new(B_new, C_new):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 162 class D_new(B_new, C_new):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
pydocfodder.py 162 class D_new(B_new, C_new):

Completed in 262 milliseconds