/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/ |
D | b2RevoluteJoint.cpp | 228 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/ |
D | regparm.c | 14 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/ |
D | s3put | 188 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/ |
D | reduce.at | 268 # 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/ |
D | coff-debugging-secrel.ll | 8 ; 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/ |
D | jidctred-mmx.asm | 2 ; jidctred.asm - reduced-size IDCT (MMX) 17 ; This file contains inverse-DCT routines that produce reduced-size
|
D | jidctred-sse2.asm | 2 ; jidctred.asm - reduced-size IDCT (SSE2) 17 ; This file contains inverse-DCT routines that produce reduced-size
|
D | jidctred-sse2-64.asm | 2 ; jidctred.asm - reduced-size IDCT (64-bit SSE2) 18 ; This file contains inverse-DCT routines that produce reduced-size
|
/external/v8/test/mjsunit/ |
D | sin-cos.js | 145 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/ |
D | rauw-bug.ll | 15 ; CHECK: reduced 16 define void @reduced() {
|
/external/llvm/test/BugPoint/ |
D | named-md.ll | 2 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s 4 ; RUN-DISABLE: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
D | remove_arguments_test.ll | 2 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
D | rewrite.rb | 213 reduced = [] 257 reduced.unshift( operation ) if operation 260 @operations.replace( reduced )
|
/external/clang/test/Analysis/ |
D | pr_2542_rdar_6793404.m | 3 // BEGIN delta-debugging reduced header stuff 33 // END delta-debugging reduced header stuff
|
D | NSPanel.m | 4 // BEGIN delta-debugging reduced header stuff 62 // END delta-debugging reduced header stuff
|
D | unused-ivars.m | 3 //===--- BEGIN: Delta-debugging reduced headers. --------------------------===// 14 //===--- END: Delta-debugging reduced headers. ----------------------------===//
|
/external/bison/src/ |
D | reduce.c | 399 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 | .gitignore | 18 reduced.pylintrc
|
/external/skia/tests/ |
D | PathOpsConicLineIntersectionTest.cpp | 105 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/ |
D | vect-anyextend.ll | 4 ; ModuleID = 'bugpoint-reduced-simplified.bc'
|
/external/llvm/test/CodeGen/X86/ |
D | atom-lea-addw-bug.ll | 3 ; ModuleID = 'bugpoint-reduced-simplified.bc'
|
/external/llvm/test/Transforms/LowerInvoke/ |
D | 2003-12-10-Crash.ll | 1 ; This testcase was reduced from Shootout-C++/reversefile.cpp by bugpoint
|
/external/llvm/test/Transforms/ADCE/ |
D | 2003-01-22-PredecessorProblem.ll | 1 ; Testcase reduced from 197.parser by bugpoint
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | variable_stride.ll | 1 ; Check that variable strides are reduced to adds instead of multiplies.
|
/external/v8/src/third_party/fdlibm/ |
D | README.v8 | 15 For the use in V8, fdlibm has been reduced to include only sine, cosine and
|