Home
last modified time | relevance | path

Searched refs:tfactor (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/math/ecos/ecos-2.0.8/src/
H A Drunecos.c34 double torder, tkktcreate, ttranspose, tfactor, tkktsolve, ttotal, tsetup, tsolve; in main() local
58 tfactor = mywork->info->tfactor * 1000; in main()
75 …ons: %7.3f (%4.1f%% of tsolve / %4.1f%% of ttotal)\n", tfactor, tfactor / tsolve*100, tfactor in main()
76 …4.1f%% of tsolve / %4.1f%% of ttotal)\n", tkktsolve, tkktsolve / tsolve*100, tfactor / ttotal*100); in main()
77 …4.1f%% of ttotal)\n", tsolve-tkktsolve-tfactor, (tsolve-tkktsolve-tfactor) / tsolve*100, (tsolve-t… in main()
H A Drunecos_exp.c38 double torder, tkktcreate, ttranspose, tfactor, tkktsolve; in main() local
82 tfactor = mywork->info->tfactor * 1000; in main()
102 …ons: %7.3f (%4.1f%% of tsolve / %4.1f%% of ttotal)\n", tfactor, tfactor / tsolve*100, tfactor in main()
103 …4.1f%% of tsolve / %4.1f%% of ttotal)\n", tkktsolve, tkktsolve / tsolve*100, tfactor / ttotal*100); in main()
104 …4.1f%% of ttotal)\n", tsolve-tkktsolve-tfactor, (tsolve-tkktsolve-tfactor) / tsolve*100, (tsolve-t… in main()
/dports/math/py-ecos/ecos-python-2.0.8/ecos/src/
H A Drunecos.c34 double torder, tkktcreate, ttranspose, tfactor, tkktsolve, ttotal, tsetup, tsolve;
58 tfactor = mywork->info->tfactor * 1000;
75 …ons: %7.3f (%4.1f%% of tsolve / %4.1f%% of ttotal)\n", tfactor, tfactor / tsolve*100, tfactor
76 …4.1f%% of tsolve / %4.1f%% of ttotal)\n", tkktsolve, tkktsolve / tsolve*100, tfactor / ttotal*100);
77 …4.1f%% of ttotal)\n", tsolve-tkktsolve-tfactor, (tsolve-tkktsolve-tfactor) / tsolve*100, (tsolve-t… in createKKT_U()
H A Drunecos_exp.c38 double torder, tkktcreate, ttranspose, tfactor, tkktsolve; in main()
82 tfactor = mywork->info->tfactor * 1000; in main()
102 …ons: %7.3f (%4.1f%% of tsolve / %4.1f%% of ttotal)\n", tfactor, tfactor / tsolve*100, tfactor in main()
103 …4.1f%% of tsolve / %4.1f%% of ttotal)\n", tkktsolve, tkktsolve / tsolve*100, tfactor / ttotal*100); in main()
104 …4.1f%% of ttotal)\n", tsolve-tkktsolve-tfactor, (tsolve-tkktsolve-tfactor) / tsolve*100, (tsolve-t… in main()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
153 GLuint tfactor = 0; in r200UpdateFSArith() local
228 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
230 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
241 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
256 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument
78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg()
81 *tfactor = index; in r200SetFragShaderArg()
155 GLuint tfactor = 0; in r200UpdateFSArith() local
230 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
232 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
234 inst->SrcReg[0][2], 2, &tfactor); in r200UpdateFSArith()
243 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
245 inst->SrcReg[0][1], 1, &tfactor); in r200UpdateFSArith()
258 inst->SrcReg[0][0], 0, &tfactor); in r200UpdateFSArith()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/Test/baseResults/
H A Dhlsl.hull.ctrlpt-1.tesc.out130 0:37 tfactor: direct index for structure ( temp 3-element array of float)
148 0:38 tfactor: direct index for structure ( temp 3-element array of float)
166 0:39 tfactor: direct index for structure ( temp 3-element array of float)
330 0:37 tfactor: direct index for structure ( temp 3-element array of float)
420 MemberName 22(hs_pcf_t) 0 "tfactor"
443 Name 94 "@patchConstantOutput.tfactor"
449 Decorate 94(@patchConstantOutput.tfactor) Patch
491 94(@patchConstantOutput.tfactor): 93(ptr) Variable Output
556 99: 98(ptr) AccessChain 94(@patchConstantOutput.tfactor) 30
560 102: 98(ptr) AccessChain 94(@patchConstantOutput.tfactor) 73
[all …]
H A Dhlsl.hull.ctrlpt-2.tesc.out139 0:41 tfactor: direct index for structure ( temp 3-element array of float)
157 0:42 tfactor: direct index for structure ( temp 3-element array of float)
175 0:43 tfactor: direct index for structure ( temp 3-element array of float)
348 0:41 tfactor: direct index for structure ( temp 3-element array of float)
438 MemberName 22(hs_pcf_t) 0 "tfactor"
462 Name 96 "@patchConstantOutput.tfactor"
468 Decorate 96(@patchConstantOutput.tfactor) Patch
510 96(@patchConstantOutput.tfactor): 95(ptr) Variable Output
576 101: 100(ptr) AccessChain 96(@patchConstantOutput.tfactor) 29
580 104: 100(ptr) AccessChain 96(@patchConstantOutput.tfactor) 74
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dhlsl.hull.ctrlpt-2.tesc.out139 0:41 tfactor: direct index for structure ( temp 3-element array of float)
157 0:42 tfactor: direct index for structure ( temp 3-element array of float)
175 0:43 tfactor: direct index for structure ( temp 3-element array of float)
348 0:41 tfactor: direct index for structure ( temp 3-element array of float)
438 MemberName 22(hs_pcf_t) 0 "tfactor"
462 Name 96 "@patchConstantOutput.tfactor"
468 Decorate 96(@patchConstantOutput.tfactor) Patch
510 96(@patchConstantOutput.tfactor): 95(ptr) Variable Output
576 101: 100(ptr) AccessChain 96(@patchConstantOutput.tfactor) 29
580 104: 100(ptr) AccessChain 96(@patchConstantOutput.tfactor) 74
[all …]
H A Dhlsl.hull.ctrlpt-1.tesc.out130 0:37 tfactor: direct index for structure ( temp 3-element array of float)
148 0:38 tfactor: direct index for structure ( temp 3-element array of float)
166 0:39 tfactor: direct index for structure ( temp 3-element array of float)
330 0:37 tfactor: direct index for structure ( temp 3-element array of float)
420 MemberName 22(hs_pcf_t) 0 "tfactor"
443 Name 94 "@patchConstantOutput.tfactor"
449 Decorate 94(@patchConstantOutput.tfactor) Patch
491 94(@patchConstantOutput.tfactor): 93(ptr) Variable Output
556 99: 98(ptr) AccessChain 94(@patchConstantOutput.tfactor) 30
560 102: 98(ptr) AccessChain 94(@patchConstantOutput.tfactor) 73
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glslang/Test/baseResults/
H A Dhlsl.hull.ctrlpt-1.tesc.out130 0:37 tfactor: direct index for structure ( temp 3-element array of float)
148 0:38 tfactor: direct index for structure ( temp 3-element array of float)
166 0:39 tfactor: direct index for structure ( temp 3-element array of float)
330 0:37 tfactor: direct index for structure ( temp 3-element array of float)
420 MemberName 22(hs_pcf_t) 0 "tfactor"
443 Name 94 "@patchConstantOutput.tfactor"
449 Decorate 94(@patchConstantOutput.tfactor) Patch
491 94(@patchConstantOutput.tfactor): 93(ptr) Variable Output
556 99: 98(ptr) AccessChain 94(@patchConstantOutput.tfactor) 30
560 102: 98(ptr) AccessChain 94(@patchConstantOutput.tfactor) 73
[all …]
H A Dhlsl.hull.ctrlpt-2.tesc.out139 0:41 tfactor: direct index for structure ( temp 3-element array of float)
157 0:42 tfactor: direct index for structure ( temp 3-element array of float)
175 0:43 tfactor: direct index for structure ( temp 3-element array of float)
348 0:41 tfactor: direct index for structure ( temp 3-element array of float)
438 MemberName 22(hs_pcf_t) 0 "tfactor"
462 Name 96 "@patchConstantOutput.tfactor"
468 Decorate 96(@patchConstantOutput.tfactor) Patch
510 96(@patchConstantOutput.tfactor): 95(ptr) Variable Output
576 101: 100(ptr) AccessChain 96(@patchConstantOutput.tfactor) 29
580 104: 100(ptr) AccessChain 96(@patchConstantOutput.tfactor) 74
[all …]
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/vertigo/
H A Dvertigo.c38 double tfactor; member
116 inst->tfactor = (inst->xc+inst->yc) * inst->zoomrate; in f0r_construct()
147 inst->tfactor = (inst->xc+inst->yc) * inst->zoomrate; in f0r_set_param_value()
181 double tfactor = inst->tfactor; in f0r_update() local
201 vx = (x*(x-dizz) + yc) / tfactor; in f0r_update()
205 vx = (x*(x+dizz) + yc) / tfactor; in f0r_update()
207 vy = (dizz*y) / tfactor; in f0r_update()
214 vx = (xc + y*(y-dizz)) / tfactor; in f0r_update()
218 vx = (xc + y*(y+dizz)) / tfactor; in f0r_update()
220 vy = (dizz*x) / tfactor; in f0r_update()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/vertigo/
H A Dvertigo.c38 double tfactor; member
116 inst->tfactor = (inst->xc+inst->yc) * inst->zoomrate; in f0r_construct()
147 inst->tfactor = (inst->xc+inst->yc) * inst->zoomrate; in f0r_set_param_value()
181 double tfactor = inst->tfactor; in f0r_update() local
201 vx = (x*(x-dizz) + yc) / tfactor; in f0r_update()
205 vx = (x*(x+dizz) + yc) / tfactor; in f0r_update()
207 vy = (dizz*y) / tfactor; in f0r_update()
214 vx = (xc + y*(y-dizz)) / tfactor; in f0r_update()
218 vx = (xc + y*(y+dizz)) / tfactor; in f0r_update()
220 vy = (dizz*x) / tfactor; in f0r_update()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/vertigo/
H A Dvertigo.c38 double tfactor; member
116 inst->tfactor = (inst->xc+inst->yc) * inst->zoomrate; in f0r_construct()
147 inst->tfactor = (inst->xc+inst->yc) * inst->zoomrate; in f0r_set_param_value()
181 double tfactor = inst->tfactor; in f0r_update() local
201 vx = (x*(x-dizz) + yc) / tfactor; in f0r_update()
205 vx = (x*(x+dizz) + yc) / tfactor; in f0r_update()
207 vy = (dizz*y) / tfactor; in f0r_update()
214 vx = (xc + y*(y-dizz)) / tfactor; in f0r_update()
218 vx = (xc + y*(y+dizz)) / tfactor; in f0r_update()
220 vy = (dizz*x) / tfactor; in f0r_update()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.hull.ctrlpt-1.tesc.out168 0:37 tfactor: direct index for structure ( temp 3-element array of float)
186 0:38 tfactor: direct index for structure ( temp 3-element array of float)
204 0:39 tfactor: direct index for structure ( temp 3-element array of float)
406 0:37 tfactor: direct index for structure ( temp 3-element array of float)
496 MemberName 22(hs_pcf_t) 0 "tfactor"
519 Name 105 "@patchConstantOutput.tfactor"
525 Decorate 105(@patchConstantOutput.tfactor) Patch
569 105(@patchConstantOutput.tfactor): 104(ptr) Variable Output
645 110: 109(ptr) AccessChain 105(@patchConstantOutput.tfactor) 30
649 113: 109(ptr) AccessChain 105(@patchConstantOutput.tfactor) 47
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.hull.ctrlpt-1.tesc.out168 0:37 tfactor: direct index for structure ( temp 3-element array of float)
186 0:38 tfactor: direct index for structure ( temp 3-element array of float)
204 0:39 tfactor: direct index for structure ( temp 3-element array of float)
406 0:37 tfactor: direct index for structure ( temp 3-element array of float)
496 MemberName 22(hs_pcf_t) 0 "tfactor"
519 Name 105 "@patchConstantOutput.tfactor"
525 Decorate 105(@patchConstantOutput.tfactor) Patch
569 105(@patchConstantOutput.tfactor): 104(ptr) Variable Output
645 110: 109(ptr) AccessChain 105(@patchConstantOutput.tfactor) 30
649 113: 109(ptr) AccessChain 105(@patchConstantOutput.tfactor) 47
[all …]

12345678