HomeSort by relevance Sort by last modified time
    Searched full:local_vars (Results 1 - 25 of 43) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_decompose.h 1 #define LOCAL_VARS \
draw_split_tmp.h 30 LOCAL_VARS
170 #undef LOCAL_VARS
draw_decompose_tmp.h 31 #ifndef LOCAL_VARS
32 #define LOCAL_VARS
52 LOCAL_VARS
429 #undef LOCAL_VARS
draw_pt_vsplit_tmp.h 209 #define LOCAL_VARS \
277 #define LOCAL_VARS \
  /art/test/701-easy-div-rem/
genMain.py 50 local_vars = default_vars.copy() variable
51 int_type = local_vars['@INT@']
53 local_vars['@CHECKER@'] = checker
55 local_vars['@NAME@'] = name + str(i)
56 local_vars['@VALUE@'] = value
57 local_vars['@OP@'] = '/' if 'div' in name else '%'
60 decls += subst_vars(local_vars, '''
64 calls[int_type] = calls.get(int_type, '') + subst_vars(local_vars, '''
69 local_vars = {} variable
71 local_vars['@INT@'] = int_typ
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_rendertmp.h 65 LOCAL_VARS;
79 LOCAL_VARS;
100 LOCAL_VARS;
125 LOCAL_VARS;
166 LOCAL_VARS;
200 LOCAL_VARS;
249 LOCAL_VARS;
296 LOCAL_VARS;
365 LOCAL_VARS;
398 LOCAL_VARS;
    [all...]
t_vb_render.c 120 #define LOCAL_VARS \
210 #define LOCAL_VARS \
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 78 LOCAL_VARS;
97 LOCAL_VARS;
123 LOCAL_VARS;
134 LOCAL_VARS;
158 LOCAL_VARS;
205 LOCAL_VARS;
294 LOCAL_VARS;
315 LOCAL_VARS;
360 LOCAL_VARS;
403 LOCAL_VARS;
    [all...]
t_dd_dmatmp.h 71 LOCAL_VARS;
98 LOCAL_VARS;
127 LOCAL_VARS;
153 LOCAL_VARS;
204 LOCAL_VARS;
235 LOCAL_VARS;
265 LOCAL_VARS;
296 LOCAL_VARS;
336 LOCAL_VARS;
375 LOCAL_VARS;
    [all...]
t_dd_triemit.h 135 LOCAL_VARS
t_dd_unfilled.h 42 LOCAL_VARS(3);
106 LOCAL_VARS(4);
t_dd_tritmp.h 63 * LOCAL_VARS(n): (At least) define local vars for save/restore rgba.
122 LOCAL_VARS(3);
348 LOCAL_VARS(4);
605 LOCAL_VARS(2);
636 LOCAL_VARS(1);
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 251 local_vars = [v for g, v in grads_and_vars if g is not None]
252 global_center_vars = [self._global_map[var] for var in local_vars]
253 local_center_vars = [self._local_map[var] for var in local_vars]
260 for v, lv in zip(local_vars, local_center_vars):
263 for lvar, diff in zip(local_vars, differences):
315 local_vars = variables.trainable_variables()
316 global_center_vars = [self._global_map[var] for var in local_vars]
317 local_center_vars = [self._local_map[var] for var in local_vars]
318 if not (local_vars and global_center_vars and local_center_vars):
321 for lvar, gc_var, lc_var in zip(local_vars, global_center_vars
    [all...]
model_average_optimizer.py 216 local_vars = [v for g, v in grads_and_vars if g is not None]
217 global_vars = [self._local_2_global[v] for v in local_vars]
225 for var, gvar in zip(local_vars, global_vars):
259 local_update_op = self._local_vars_update(local_vars)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 265 def subst_vars (s, local_vars):
268 variable is substituted by the value found in the 'local_vars'
269 dictionary, or in 'os.environ' if it's not in 'local_vars'.
272 variables not found in either 'local_vars' or 'os.environ'.
275 def _subst (match, local_vars=local_vars):
277 if var_name in local_vars:
278 return str(local_vars[var_name])
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 390 #define LOCAL_VARS r100ContextPtr rmesa = R100_CONTEXT(ctx)
490 #undef LOCAL_VARS
495 #undef LOCAL_VARS
496 #define LOCAL_VARS \
596 #undef LOCAL_VARS
600 #define LOCAL_VARS(n) \
666 #undef LOCAL_VARS
667 #define LOCAL_VARS \
  /external/python/cpython2/Lib/distutils/
util.py 190 def subst_vars (s, local_vars):
193 variable is substituted by the value found in the 'local_vars'
194 dictionary, or in 'os.environ' if it's not in 'local_vars'.
197 variables not found in either 'local_vars' or 'os.environ'.
200 def _subst (match, local_vars=local_vars):
202 if var_name in local_vars:
203 return str(local_vars[var_name])
  /external/python/cpython3/Lib/distutils/
util.py 184 def subst_vars (s, local_vars):
187 variable is substituted by the value found in the 'local_vars'
188 dictionary, or in 'os.environ' if it's not in 'local_vars'.
191 variables not found in either 'local_vars' or 'os.environ'.
194 def _subst (match, local_vars=local_vars):
196 if var_name in local_vars:
197 return str(local_vars[var_name])
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
util.py 197 def subst_vars (s, local_vars):
200 variable is substituted by the value found in the 'local_vars'
201 dictionary, or in 'os.environ' if it's not in 'local_vars'.
204 variables not found in either 'local_vars' or 'os.environ'.
207 def _subst (match, local_vars=local_vars):
209 if var_name in local_vars:
210 return str(local_vars[var_name])
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
util.py 197 def subst_vars (s, local_vars):
200 variable is substituted by the value found in the 'local_vars'
201 dictionary, or in 'os.environ' if it's not in 'local_vars'.
204 variables not found in either 'local_vars' or 'os.environ'.
207 def _subst (match, local_vars=local_vars):
209 if var_name in local_vars:
210 return str(local_vars[var_name])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 197 def subst_vars (s, local_vars):
200 variable is substituted by the value found in the 'local_vars'
201 dictionary, or in 'os.environ' if it's not in 'local_vars'.
204 variables not found in either 'local_vars' or 'os.environ'.
207 def _subst (match, local_vars=local_vars):
209 if var_name in local_vars:
210 return str(local_vars[var_name])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 197 def subst_vars (s, local_vars):
200 variable is substituted by the value found in the 'local_vars'
201 dictionary, or in 'os.environ' if it's not in 'local_vars'.
204 variables not found in either 'local_vars' or 'os.environ'.
207 def _subst (match, local_vars=local_vars):
209 if var_name in local_vars:
210 return str(local_vars[var_name])
  /external/autotest/client/bin/
job.py     [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 367 #undef LOCAL_VARS
372 #define LOCAL_VARS \
474 #undef LOCAL_VARS
478 #define LOCAL_VARS(n) \
543 #undef LOCAL_VARS
544 #define LOCAL_VARS \
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c 144 #define LOCAL_VARS struct intel_context *intel = intel_context(ctx)

Completed in 784 milliseconds

1 2