OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atanhi
(Results
1 - 9
of
9
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_atan.c
41
static const double
atanhi
[] = {
variable
87
if(hx>0) return
atanhi
[3]+*(volatile double *)&atanlo[3];
88
else return -
atanhi
[3]-*(volatile double *)&atanlo[3];
117
z =
atanhi
[id] - ((x*(s1+s2) - atanlo[id]) - x);
s_atanf.c
22
static const float
atanhi
[] = {
variable
59
if(hx>0) return
atanhi
[3]+*(volatile float *)&atanlo[3];
60
else return -
atanhi
[3]-*(volatile float *)&atanlo[3];
89
z =
atanhi
[id] - ((x*(s1+s2) - atanlo[id]) - x);
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/
s_atanf.c
22
static const float
atanhi
[] = {
variable
59
if(hx>0) return
atanhi
[3]+*(volatile float *)&atanlo[3];
60
else return -
atanhi
[3]-*(volatile float *)&atanlo[3];
89
z =
atanhi
[id] - ((x*(s1+s2) - atanlo[id]) - x);
/device/google/contexthub/firmware/lib/libm/
sf_atan.c
20
static const float
atanhi
[] = {
variable
22
static float
atanhi
[] = {
82
if(hx>0) return
atanhi
[3]+atanlo[3];
83
else return -
atanhi
[3]-atanlo[3];
112
z =
atanhi
[id] - ((x*(s1+s2) - atanlo[id]) - x);
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_atan.c
41
static const double
atanhi
[] = {
variable
87
if(hx>0) return
atanhi
[3]+atanlo[3];
88
else return -
atanhi
[3]-atanlo[3];
117
z =
atanhi
[id] - ((x*(s1+s2) - atanlo[id]) - x);
/external/fdlibm/
s_atan.c
38
static const double
atanhi
[] = {
variable
40
static double
atanhi
[] = {
101
if(hx>0) return
atanhi
[3]+atanlo[3];
102
else return -
atanhi
[3]-atanlo[3];
131
z =
atanhi
[id] - ((x*(s1+s2) - atanlo[id]) - x);
/bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.c
59
const long double
atanhi
[] = {
variable
invtrig.h
65
#define
atanhi
_ItL_atanhi
macro
70
#define pio2_hi
atanhi
[3]
72
#define pio4_hi
atanhi
[1]
77
extern const long double
atanhi
[], atanlo[], aT[];
/external/v8/src/base/
ieee754.cc
1171
static const double
atanhi
[] = {
local
[
all
...]
Completed in 489 milliseconds