Searched refs:inF (Results 1 – 3 of 3) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/ |
D | ControlFlowGraph.java | 180 Frame inF = inFrames.get(lastExecutionJSR()); in execute() local 181 if (inF == null) {// no incoming frame was set, so set it. in execute() 183 inF = inFrame; in execute() 186 if (inF.equals(inFrame)) { //shortcut: no need to merge equal frames. in execute() 197 final Frame workingFrame = inF.getClone(); in execute() 243 final Frame inF = inFrames.get(lastExecutionJSR()); in mergeInFrames() local 244 final OperandStack oldstack = inF.getStack().getClone(); in mergeInFrames() 245 final LocalVariables oldlocals = inF.getLocals().getClone(); in mergeInFrames() 247 inF.getStack().merge(inFrame.getStack()); in mergeInFrames() 248 inF.getLocals().merge(inFrame.getLocals()); in mergeInFrames() [all …]
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | inv_txfm_vsx.c | 428 inC, inD, inE, inF, out0, out1, out2, out3, out4, out5, out6, \ argument 446 outF = inF; \ 458 STEP8_0(out8, outF, in8, inF, cospi30_v, cospi2_v); \ 478 outE = vec_sub(inF, inE); \ 479 outF = vec_add(inE, inF); \ 490 inF = outF; \ 535 outC = vec_sub(inF, inC); \ 538 outF = vec_add(inC, inF); \ 554 inF = outF; \ 557 out0 = vec_add(in0, inF); \ [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 752 float inF = *(const float*)inPtr; in compareTransformFeedbackOutput() local 754 isEqual = de::abs(inF - outF) < 0.1f; in compareTransformFeedbackOutput()
|