DPDK
19.08.0-rc0
Main Page
Related Pages
+
Data Structures
Data Structures
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
+
Functions
_
c
e
p
r
s
t
+
Variables
b
c
l
m
r
+
Typedefs
a
c
d
e
h
l
m
p
r
s
u
+
Enumerations
r
+
Enumerator
c
e
f
i
m
r
s
w
+
Macros
_
b
c
d
e
i
l
m
o
p
r
s
t
u
v
Examples
lib
librte_sched
rte_approx.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2010-2014 Intel Corporation
3
*/
4
5
#ifndef __INCLUDE_RTE_APPROX_H__
6
#define __INCLUDE_RTE_APPROX_H__
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
22
#include <stdint.h>
23
40
int
rte_approx
(
double
alpha,
double
d, uint32_t *p, uint32_t *q);
41
42
#ifdef __cplusplus
43
}
44
#endif
45
46
#endif
/* __INCLUDE_RTE_APPROX_H__ */
rte_approx
int rte_approx(double alpha, double d, uint32_t *p, uint32_t *q)
Generated by
1.8.15