Home
last modified time | relevance | path

Searched refs:reduced (Results 1 – 25 of 243) sorted by relevance

12345678910

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
Db2RevoluteJoint.cpp228 b2Vec2 reduced = m_mass.Solve22(rhs); in SolveVelocityConstraints() local
229 impulse.x = reduced.x; in SolveVelocityConstraints()
230 impulse.y = reduced.y; in SolveVelocityConstraints()
232 m_impulse.x += reduced.x; in SolveVelocityConstraints()
233 m_impulse.y += reduced.y; in SolveVelocityConstraints()
247 b2Vec2 reduced = m_mass.Solve22(rhs); in SolveVelocityConstraints() local
248 impulse.x = reduced.x; in SolveVelocityConstraints()
249 impulse.y = reduced.y; in SolveVelocityConstraints()
251 m_impulse.x += reduced.x; in SolveVelocityConstraints()
252 m_impulse.y += reduced.y; in SolveVelocityConstraints()
/external/clang/test/CodeGen/
Dregparm.c14 extern void FASTCALL reduced(char b, double c, foo* d, double e, int f);
24 reduced(0, 0.0, 0, 0.0, 0); in main()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Ds3put188 reduced, debug, cb, num_cb, acl='private', headers={}, argument
205 reduced_redundancy=reduced)
262 reduced = False
311 reduced = True
429 reduced, debug, cb, num_cb,
434 policy=grant, reduced_redundancy=reduced,
/external/bison/tests/
Dreduce.at268 # Check that the automaton is that as the for the grammar reduced by
275 # The non reduced grammar.
277 AT_DATA([[not-reduced.y]],
283 %output "not-reduced.c"
300 AT_BISON_CHECK([[-fcaret not-reduced.y]], 0, [],
301 [[not-reduced.y: warning: 2 nonterminals useless in grammar
302 not-reduced.y: warning: 3 rules useless in grammar
303 not-reduced.y:14.1-13: warning: nonterminal useless in grammar: not_reachable
306 not-reduced.y:11.6-19: warning: nonterminal useless in grammar: non_productive
309 not-reduced.y:11.6-57: warning: rule useless in grammar
[all …]
/external/llvm/test/MC/ARM/
Dcoff-debugging-secrel.ll8 ; ModuleID = '/Users/compnerd/work/llvm/test/MC/ARM/reduced.c'
22 !2 = !DIFile(filename: "/Users/compnerd/work/llvm/test/MC/ARM/reduced.c", directory: "/Users/compne…
23 !3 = !DIFile(filename: "/Users/compnerd/work/llvm/test/MC/ARM/reduced.c", directory: "/Users/compne…
/external/libjpeg-turbo/simd/
Djidctred-mmx.asm2 ; jidctred.asm - reduced-size IDCT (MMX)
17 ; This file contains inverse-DCT routines that produce reduced-size
Djidctred-sse2.asm2 ; jidctred.asm - reduced-size IDCT (SSE2)
17 ; This file contains inverse-DCT routines that produce reduced-size
Djidctred-sse2-64.asm2 ; jidctred.asm - reduced-size IDCT (64-bit SSE2)
18 ; This file contains inverse-DCT routines that produce reduced-size
/external/v8/test/mjsunit/
Dsin-cos.js145 var reduced = []; variable
146 if (squares.length % 2 == 1) reduced.push(squares.pop());
148 while(squares.length > 1) reduced.push(squares.pop() + squares.pop());
149 squares = reduced;
/external/llvm/test/Transforms/LoopVectorize/X86/
Drauw-bug.ll15 ; CHECK: reduced
16 define void @reduced() {
/external/llvm/test/BugPoint/
Dnamed-md.ll2 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
4 ; RUN-DISABLE: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
Dremove_arguments_test.ll2 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb213 reduced = []
257 reduced.unshift( operation ) if operation
260 @operations.replace( reduced )
/external/clang/test/Analysis/
Dpr_2542_rdar_6793404.m3 // BEGIN delta-debugging reduced header stuff
33 // END delta-debugging reduced header stuff
DNSPanel.m4 // BEGIN delta-debugging reduced header stuff
62 // END delta-debugging reduced header stuff
Dunused-ivars.m3 //===--- BEGIN: Delta-debugging reduced headers. --------------------------===//
14 //===--- END: Delta-debugging reduced headers. ----------------------------===//
/external/bison/src/
Dreduce.c399 bool reduced; in reduce_grammar() local
411 reduced = (nuseless_nonterminals + nuseless_productions > 0); in reduce_grammar()
412 if (!reduced) in reduce_grammar()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
D.gitignore18 reduced.pylintrc
/external/skia/tests/
DPathOpsConicLineIntersectionTest.cpp105 SkPoint reduced[3]; in DEF_TEST() local
106 SkPath::Verb order1 = SkReduceOrder::Conic(pts, conic.fWeight, reduced); in DEF_TEST()
/external/llvm/test/CodeGen/Hexagon/vect/
Dvect-anyextend.ll4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/external/llvm/test/CodeGen/X86/
Datom-lea-addw-bug.ll3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
/external/llvm/test/Transforms/LowerInvoke/
D2003-12-10-Crash.ll1 ; This testcase was reduced from Shootout-C++/reversefile.cpp by bugpoint
/external/llvm/test/Transforms/ADCE/
D2003-01-22-PredecessorProblem.ll1 ; Testcase reduced from 197.parser by bugpoint
/external/llvm/test/Transforms/LoopStrengthReduce/
Dvariable_stride.ll1 ; Check that variable strides are reduced to adds instead of multiplies.
/external/v8/src/third_party/fdlibm/
DREADME.v815 For the use in V8, fdlibm has been reduced to include only sine, cosine and

12345678910