Polly
20.0.0git
llvm-project
polly
lib
External
isl
isl_multi_floor.c
Go to the documentation of this file.
1
/*
2
* Copyright 2014 Ecole Normale Superieure
3
*
4
* Use of this software is governed by the MIT license
5
*
6
* Written by Sven Verdoolaege,
7
* Ecole Normale Superieure, 45 rue d'Ulm, 75230 Paris, France
8
*/
9
10
#include <
isl_multi_macro.h
>
11
12
/* Given f, return floor(f).
13
*/
14
__isl_give
MULTI
(
BASE
) *
FN
(
MULTI
(
BASE
),floor)(
__isl_take
MULTI
(
BASE
) *multi)
15
{
16
return
FN
(
MULTI
(
BASE
),
un_op
)(multi, &
FN
(
EL
,floor));
17
}
FN
#define FN(TYPE, NAME)
Definition:
check_parse_fail_test_templ.c:15
__isl_take
#define __isl_take
Definition:
ctx.h:22
__isl_give
#define __isl_give
Definition:
ctx.h:19
BASE
#define BASE
Definition:
flow_cmp.c:49
EL
#define EL
Definition:
isl_aff_private.h:238
isl_multi_macro.h
MULTI
#define MULTI(BASE)
Definition:
isl_multi_macro.h:6
un_op
static std::vector< Signature > un_op
Definition:
template_cpp.cc:412
Generated on Wed Nov 13 2024 03:17:25 for Polly by
1.9.6