Home
last modified time | relevance | path

Searched refs:cost1 (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/dports/devel/vcglib/vcglib-2020.09/wrap/gl/
H A Dgl_geometry.h81 double *sint1,*cost1; in glutSolidSphere() local
86 fghCircleTable(&sint1,&cost1,-slices); in glutSolidSphere()
103 glNormal3d(cost1[j]*r1, sint1[j]*r1, z1 ); in glutSolidSphere()
104 glVertex3d(cost1[j]*r1*radius, sint1[j]*r1*radius, z1*radius); in glutSolidSphere()
141 glNormal3d(cost1[j]*r0, sint1[j]*r0, z0 ); in glutSolidSphere()
150 free(cost1); in glutSolidSphere()
169 double *sint1,*cost1; in glutWireSphere() local
174 fghCircleTable(&sint1,&cost1,-slices ); in glutWireSphere()
188 x = cost1[j]; in glutWireSphere()
206 x = cost1[i]*sint2[j]; in glutWireSphere()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/gl/
H A Dgl_geometry.h81 double *sint1,*cost1; in glutSolidSphere() local
86 fghCircleTable(&sint1,&cost1,-slices); in glutSolidSphere()
103 glNormal3d(cost1[j]*r1, sint1[j]*r1, z1 ); in glutSolidSphere()
104 glVertex3d(cost1[j]*r1*radius, sint1[j]*r1*radius, z1*radius); in glutSolidSphere()
141 glNormal3d(cost1[j]*r0, sint1[j]*r0, z0 ); in glutSolidSphere()
150 free(cost1); in glutSolidSphere()
169 double *sint1,*cost1; in glutWireSphere() local
174 fghCircleTable(&sint1,&cost1,-slices ); in glutWireSphere()
188 x = cost1[j]; in glutWireSphere()
206 x = cost1[i]*sint2[j]; in glutWireSphere()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dscroll.c90 int cost, cost1; in calculate_scrolling() local
181 cost1 = p1->insertcost; in calculate_scrolling()
206 cost1 = p1->deletecost; in calculate_scrolling()
213 p->deletecost = min (cost, cost1); in calculate_scrolling()
428 int cost, cost1, delta; in calculate_direct_scrolling() local
511 cost1 = p1->writecost; in calculate_direct_scrolling()
514 if (cost > cost1) in calculate_direct_scrolling()
516 cost = cost1; in calculate_direct_scrolling()
559 if (cost1 < cost) in calculate_direct_scrolling()
561 cost = cost1; in calculate_direct_scrolling()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dscroll.c90 int cost, cost1; in calculate_scrolling() local
181 cost1 = p1->insertcost; in calculate_scrolling()
206 cost1 = p1->deletecost; in calculate_scrolling()
213 p->deletecost = min (cost, cost1); in calculate_scrolling()
428 int cost, cost1, delta; in calculate_direct_scrolling() local
511 cost1 = p1->writecost; in calculate_direct_scrolling()
514 if (cost > cost1) in calculate_direct_scrolling()
516 cost = cost1; in calculate_direct_scrolling()
559 if (cost1 < cost) in calculate_direct_scrolling()
561 cost = cost1; in calculate_direct_scrolling()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Ddummy_procedure_7.f9029 procedure(cost1),pointer :: pcost
32 pcost=>cost1
35 function cost1(x) result(y) function
40 end function cost1

12345678910>>...17