PIPS
chernikova_fixprec.c File Reference
+ Include dependency graph for chernikova_fixprec.c:

Go to the source code of this file.

Functions

Ptsg sc_to_sg_chernikova_fixprec (Psysteme sc)
 chernikova_fixprec.c More...
 
Psysteme sg_to_sc_chernikova_fixprec (Ptsg sg)
 
Psysteme sc_convex_hull_fixprec (Psysteme sc1, Psysteme sc2)
 

Function Documentation

◆ sc_convex_hull_fixprec()

Psysteme sc_convex_hull_fixprec ( Psysteme  sc1,
Psysteme  sc2 
)
Parameters
sc1c1
sc2c2

Definition at line 40 of file chernikova_fixprec.c.

40  {
41  return sc_union(sc1, sc2);
42 }
static Psysteme sc_union(Psysteme sc1, Psysteme sc2)
Definition: chernikova.h:1476

References sc_union().

Referenced by sc_convex_hull().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sc_to_sg_chernikova_fixprec()

Ptsg sc_to_sg_chernikova_fixprec ( Psysteme  sc)

chernikova_fixprec.c

Parameters
scc

Definition at line 32 of file chernikova_fixprec.c.

32  {
33  return sg_of_sc(sc);
34 }
static Ptsg sg_of_sc(Psysteme sc)
Definition: chernikova.h:1438

References sg_of_sc().

Referenced by sc_to_sg_chernikova().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ sg_to_sc_chernikova_fixprec()

Psysteme sg_to_sc_chernikova_fixprec ( Ptsg  sg)
Parameters
sgg

Definition at line 36 of file chernikova_fixprec.c.

36  {
37  return sc_of_sg(sg);
38 }
static Psysteme sc_of_sg(Ptsg sg)
Definition: chernikova.h:1457
Ptsg sg

References sc_of_sg(), and sg.

Referenced by sg_to_sc_chernikova().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: