Home
last modified time | relevance | path

Searched refs:vfloor (Results 1 – 25 of 107) sorted by relevance

12345

/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dmetric.cpp207 uintmax_t vfloor = 1; variable
213 snprintf(gold, sizeof(gold), "%.2f%c", ((double)val) / vfloor, suffixes[sidx]);
220 vfloor *= 1000;
230 uintmax_t vfloor = 1; variable
243 vfloor *= 1024;
253 uintmax_t vfloor = 1; variable
266 vfloor *= 1000;
276 uintmax_t vfloor = 1; variable
289 vfloor *= 1000;
299 uintmax_t vfloor = 1; variable
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/src/tcl/
H A Dvectors.tcl74 set vfloor 0.0
95 proc vector_set_floor { vfloor } { argument
111 global VectorFloor VectorThresholdMin VectorThresholdMax vfloor
113 set vfloor [@ 100*($VectorFloor-$VectorThresholdMin)/($VectorThresholdMax-$VectorThresholdMin)]
114 set vfloor [@ $vfloor<0.0?0.0:$vfloor]
115 set vfloor [@ $vfloor>100.0?100.0:$vfloor]
244 global vceil vfloor
327 -variable vfloor -command { vector_set_floor }
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-vector-5.c73 vfloor (vector double arg) in vfloor() function
110 { { 1.0, 1.0 }, { 1.1, 1.7 }, vfloor, "vfloor" },
111 { { -2.0, -2.0 }, { -1.1, -1.7 }, vfloor, "vfloor" },
112 { { -2.0, 1.0 }, { -1.5, 1.5 }, vfloor, "vfloor" },
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-vector-5.c73 vfloor (vector double arg) in vfloor() function
110 { { 1.0, 1.0 }, { 1.1, 1.7 }, vfloor, "vfloor" },
111 { { -2.0, -2.0 }, { -1.1, -1.7 }, vfloor, "vfloor" },
112 { { -2.0, 1.0 }, { -1.5, 1.5 }, vfloor, "vfloor" },
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-vector-5.c73 vfloor (vector double arg) in vfloor() function
110 { { 1.0, 1.0 }, { 1.1, 1.7 }, vfloor, "vfloor" },
111 { { -2.0, -2.0 }, { -1.1, -1.7 }, vfloor, "vfloor" },
112 { { -2.0, 1.0 }, { -1.5, 1.5 }, vfloor, "vfloor" },
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-vector-5.c73 vfloor (vector double arg) in vfloor() function
110 { { 1.0, 1.0 }, { 1.1, 1.7 }, vfloor, "vfloor" },
111 { { -2.0, -2.0 }, { -1.1, -1.7 }, vfloor, "vfloor" },
112 { { -2.0, 1.0 }, { -1.5, 1.5 }, vfloor, "vfloor" },
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.target/powerpc/
H A Dvsx-vector-5.c73 vfloor (vector double arg) in vfloor() function
110 { { 1.0, 1.0 }, { 1.1, 1.7 }, vfloor, "vfloor" },
111 { { -2.0, -2.0 }, { -1.1, -1.7 }, vfloor, "vfloor" },
112 { { -2.0, 1.0 }, { -1.5, 1.5 }, vfloor, "vfloor" },
/dports/math/scilab/scilab-6.1.1/scilab/modules/elementary_functions/src/c/
H A Dvfloor.h22 ELEMENTARY_FUNCTIONS_IMPEXP void C2F(vfloor)(int *n, double *x, int *ix, double *y, int *iy);
H A Dvfloor.c20 void C2F(vfloor)(int *n, double *x, int *ix, double *y, int *iy) in C2F() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/cpufreq/
H A Dtegra186-cpufreq.c163 for (i = data->vfloor; i <= data->vceil; i++) { in init_vhint_table()
186 for (i = data->vfloor, j = 0; i <= data->vceil; i++) { in init_vhint_table()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/cpufreq/
H A Dtegra186-cpufreq.c163 for (i = data->vfloor; i <= data->vceil; i++) { in init_vhint_table()
186 for (i = data->vfloor, j = 0; i <= data->vceil; i++) { in init_vhint_table()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/cpufreq/
H A Dtegra186-cpufreq.c163 for (i = data->vfloor; i <= data->vceil; i++) { in init_vhint_table()
186 for (i = data->vfloor, j = 0; i <= data->vceil; i++) { in init_vhint_table()
/dports/graphics/ptex/ptex-2.3.2/src/ptex/
H A DPtexFilters.cpp403 float vfloor = PtexUtils::floor(vpix); in buildKernel() local
405 k.v = int(vfloor); in buildKernel()
410 float ufrac = upix-ufloor, vfrac = vpix-vfloor; in buildKernel()
/dports/math/cgl-conic/CGL-CONIC-releases-1.0.0-6-gc96de60/src/CglConicMIR/
H A DCglConicMIR.cpp404 int vfloor = floor(value); in choose_cut_row() local
405 int vceil = vfloor+1; in choose_cut_row()
407 if ((vfloor+EPS < value) and (value < vceil-EPS)) { in choose_cut_row()
/dports/cad/gnucap/gnucap-2013-04-23/lib/
H A Du_opt1.cc64 double OPT::vfloor = 1e-15; member in OPT
H A Du_opt2.cc92 || Get(cmd, "vfloor", &vfloor, mPOSITIVE) in set_values()
229 o << " vfloor=" << vfloor; in print()
H A De_node.cc176 return floor(v0()/OPT::vfloor + .5) * OPT::vfloor; in tr_probe_num()
/dports/cad/gnucap/gnucap-2013-04-23/include/
H A Du_opt.h117 static double vfloor; // display voltages as zero if less than this variable
/dports/print/lilypond/lilypond-2.22.1/mf/
H A Dfeta-sharps.mf360 y3 := vfloor (top y3) - blot_diameter / 2;
361 y4 := vfloor (top y4) - blot_diameter / 2;
H A Dfeta-flats.mf98 y3l = vfloor ((staff_space - stafflinethickness) / 2);
390 y3l = vfloor ((staff_space - stafflinethickness) / 2);
H A Dfeta-macros.mf501 vardef vfloor primary y = y enddef;
506 vardef vfloor primary y = (floor y.o_)_o_ enddef;
/dports/audio/muse-sequencer/muse-4.0.0/src/share/scoreglyphs/feta-original/
H A Dfeta-toevallig.mf710 y3l = vfloor ((staff_space - stafflinethickness) / 2);
1026 y3l = vfloor ((staff_space - stafflinethickness) / 2);
1225 y3 := vfloor (top y3) - blot_diameter / 2;
1226 y4 := vfloor (top y4) - blot_diameter / 2;
H A Dfeta-macros.mf489 vardef vfloor primary y = y enddef;
494 vardef vfloor primary y = (floor y.o_)_o_ enddef;
/dports/print/lilypond-devel/lilypond-2.23.5/mf/
H A Dfeta-sharps.mf434 y3 := vfloor (top y3) - blot_diameter / 2;
435 y4 := vfloor (top y4) - blot_diameter / 2;
H A Dfeta-macros.mf498 vardef vfloor primary y = y enddef;
503 vardef vfloor primary y = (floor y.o_)_o_ enddef;

12345