ra8-firmware
0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_fpu_probe.h
Go to the documentation of this file.
1
39
40
#pragma once
41
42
#ifdef __cplusplus
43
extern
"C"
{
44
#endif
45
77
double
ra8_fpu_dp_madd
(
double
a,
double
b,
double
c);
78
79
#ifdef __cplusplus
80
}
81
#endif
ra8_fpu_dp_madd
double ra8_fpu_dp_madd(double a, double b, double c)
Evaluate the double-precision product-sum a * b + c.
Definition
ra8_fpu_probe.c:19
libs
ra8_hal
inc
ra8_fpu_probe.h
Generated by
1.16.1