HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 3701 - 3725 of 19572) sorted by null

<<141142143144145146147148149150>>

  /external/eigen/Eigen/src/IterativeLinearSolvers/
IterativeSolverBase.h 177 * precomputed values that depend on it. Therefore, if \a A is changed
212 * precomputed values that depend on it. Therefore, if \a A is changed
233 * precomputed values that depend on it. Therefore, if \a A is changed
  /external/guava/guava/lib/
jdiff.jar 
  /external/guava/guava/src/com/google/common/collect/
FilteredEntryMultimap.java 151 boolean changed = false;
162 changed = true;
165 return changed;
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/linux-kselftest/tools/testing/selftests/x86/
fsgsbase.c 167 printf("[FAIL]\tGSBASE changed to 0x%lx but kernel reports 0x%lx\n", base, arch_base);
342 printf("[FAIL]\tGS/BASE changed from 0x%hx/0x%lx to 0x%hx/0x%lx\n",
366 printf("[FAIL]\tGSBASE changed to 0x%lx\n", base);
test_syscall_vdso.c 146 printf("[NOTE]\tR11 has changed:%016llx - assuming clobbered by SYSRET insn\n", *r64);
163 printf("[FAIL]\tR%d has changed:%016llx\n", num, *r64);
306 * Thus, we do not consider it a bug if some are changed.
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 154 bool Changed = false;
161 Changed |= NewX != X;
164 return Changed;
  /external/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 156 bool Changed = false;
158 Changed |= runOnBasicBlock(B);
160 return Changed;
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 278 bool Changed = false;
286 Changed = true;
290 return Changed;
  /external/ltp/testcases/network/stress/route/
route4-change-dst 29 # changed frequently
64 # The number of times where route is changed
190 tst_resm TINFO "Verify the kernel is not crashed when the destination of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
route6-change-dst 29 # changed frequently
64 # The number of times where route is changed
185 tst_resm TINFO "Verify the kernel is not crashed when the destination of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
  /external/proguard/src/proguard/classfile/editor/
MemberReferenceFixer.java 35 * and methods whose names or descriptors have changed.
174 // may have changed.
230 // may have changed.
  /external/skia/src/core/
SkRecordOpts.cpp 27 bool changed = false; local
31 changed |= pass->onMatch(record, &match, begin, end);
33 return changed;
  /external/skqp/src/core/
SkRecordOpts.cpp 27 bool changed = false; local
31 changed |= pass->onMatch(record, &match, begin, end);
33 return changed;
  /external/syslinux/com32/lib/libpng/
pngerror.c 4 * Last changed in libpng 1.2.41 [December 3, 2009]
34 * should not be changed. If there is a need to handle errors differently,
101 * should not be changed. If there is a need to handle warnings differently,
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_normalization.cc 340 bool changed = false; local
343 changed = true;
348 return changed;
hlo_value.cc 260 bool changed = false; local
269 changed |= value_set.AssignUnionOf(input_value_sets);
272 return changed;
reduce_precision_insertion.cc 197 bool changed = false; local
221 changed = true;
229 return changed;
while_loop_invariant_code_motion.cc 267 bool changed = false; local
292 changed |= result;
294 return changed;
  /external/tensorflow/tensorflow/core/graph/
optimizer_cse.cc 186 bool changed = false; local
217 changed = true;
220 return changed;
  /external/v8/src/compiler/
branch-elimination.cc 216 // Only signal that the node has Changed if the condition information has
217 // changed.
222 return Changed(node);
js-inlining-heuristic.cc 170 if (reduction.Changed()) return;
184 if (reduction.Changed()) {
273 if (reduction.Changed()) {
redundancy-elimination.cc 283 // Only signal that the {node} has Changed, if the information about {checks}
284 // has changed wrt. the {original}.
288 return Changed(node);
  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/
g711.h 18 * -Changed to use WebRtc types
19 * -Changed __inline__ to __inline
290 /* WebRtc, tlegrand: Changed from -8 to -1 to get bitexact to reference
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c 40 /* if the sample rate or speaker type has changed. */
74 * If the sample rate or speaker type has changed update the filters
163 * If the sample rate or speaker type has changed update the filters

Completed in 1471 milliseconds

<<141142143144145146147148149150>>