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

  /external/v8/testing/
gtest-support.h 48 #define TRACED_FORRANGE(_type, _var, _low, _high) \
49 for (_type _i = _low; _i <= _high; ++_i) \
  /external/tensorflow/tensorflow/python/ops/distributions/
uniform.py 110 self._low = array_ops.identity(low, name="low")
112 check_ops.assert_same_float_dtype([self._low, self._high])
114 dtype=self._low.dtype,
119 graph_parents=[self._low,
132 return self._low
  /external/ImageMagick/m4/
ax_prefix_config_h.m4 126 AS_VAR_PUSHDEF([_LOW],[ac_prefix_conf_LOW])dnl
134 _LOW=`echo _$_PKG | sed -e "y:m4_cr_LETTERS-:m4_cr_letters[]_:"`
165 AS_ECHO(["s/^@%:@undef *\\(@<:@m4_cr_letters@:>@\\)/@%:@undef $_LOW""_\\1/"]) >> _script
169 AS_ECHO(["s/^@%:@def[]ine *\\(@<:@m4_cr_letters@:>@@<:@_symbol@:>@*\\)\\(.*\\)/@%:@ifndef $_LOW""_\\1\\"]) >> _script
170 AS_ECHO(["@%:@define $_LOW""_\\1\\2\\"]) >> _script
199 AS_VAR_POPDEF([_LOW])dnl
  /external/gemmlowp/meta/generators/
neon_emitter.py 47 def _Low(register):
63 doubles.append(_Low(register))
73 op1 = _Low(op1)
75 op2 = _Low(op2)
77 op3 = _Low(op3)
356 source = _Low(source)
361 self.EmitVMovl(mov_type, destination_1, _Low(source))
365 destination = _Low(destination)
369 self.EmitVQmovn(mov_type, _Low(destination), source_1)
374 destination = _Low(destination
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
quantized_distribution.py 243 self._low = self._check_integer(low)
244 graph_parents += [self._low]
246 self._low = None
275 low = self._low
366 low = self._low
398 low = self._low
432 low = self._low
465 low = self._low
  /frameworks/rs/driver/runtime/arch/
asimd.ll 116 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone
117 %out = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %value, <4 x float> %_low, <4 x float> %_high) nounwind readonly
123 %_low = shufflevector <3 x float> %low, <3 x float> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
126 %b = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %a, <4 x float> %_low) nounwind readnone
134 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone
136 %b = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %a, <4 x float> %_low) nounwind readnone
149 %_low = tail call <2 x float> @smear_2f(float %low) nounwind readnone
151 %b = tail call <2 x float> @llvm.aarch64.neon.fmax.v2f32(<2 x float> %a, <2 x float> %_low) nounwind readnone
173 %_low = tail call <4 x i32> @smear_4i(i32 %low) nounwind readnone
175 %2 = tail call <4 x i32> @llvm.aarch64.neon.smax.v4i32(<4 x i32> %1, <4 x i32> %_low) nounwind readnon
    [all...]
neon.ll 120 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone
121 %out = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %value, <4 x float> %_low, <4 x float> %_high) nounwind readonly
127 %_low = shufflevector <3 x float> %low, <3 x float> undef, <4 x i32> <i32 0, i32 1, i32 2, i32 3>
130 %b = tail call <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float> %a, <4 x float> %_low) nounwind readnone
138 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone
140 %b = tail call <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float> %a, <4 x float> %_low) nounwind readnone
153 %_low = tail call <2 x float> @smear_2f(float %low) nounwind readnone
155 %b = tail call <2 x float> @llvm.arm.neon.vmaxs.v2f32(<2 x float> %a, <2 x float> %_low) nounwind readnone
177 %_low = tail call <4 x i32> @smear_4i(i32 %low) nounwind readnone
179 %2 = tail call <4 x i32> @llvm.arm.neon.vmaxs.v4i32(<4 x i32> %1, <4 x i32> %_low) nounwind readnon
    [all...]
  /external/valgrind/coregrind/m_syswrap/
priv_types_n_macros.h 635 #define MERGE64_FIRST(name) name##_low
640 #define MERGE64_SECOND(name) name##_low
  /bionic/libm/x86/
e_sinh.S 63 // (p3*xh^3)_high+[(p3*xl*(3*x*xh+xl^2))+(p3*xh^3)_low],
s_tanh.S 56 // KL=T0_low+D0+(c1*r*T0)_low+c1*r*D0+(c2*r^2+..c5*r^5)*T0
  /bionic/libm/x86_64/
s_tanh.S 56 // KL=T0_low+D0+(c1*r*T0)_low+c1*r*D0+(c2*r^2+..c5*r^5)*T0
e_sinh.S 63 // (p3*xh^3)_high+[(p3*xl*(3*x*xh+xl^2))+(p3*xh^3)_low],
  /external/annotation-tools/asmx/test/lib/
serp.jar 
  /external/annotation-tools/asmx/
serp.jar 

Completed in 449 milliseconds