Home
last modified time | relevance | path

Searched refs:ASINH_TABLE (Results 1 – 1 of 1) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/IntelRDFPMathLib20U1/LIBRARY/float128/
H A Ddpml_asinh.c1092 #define ASINH_TABLE(indx) *((TABLE_ENTRY *)asinh_tab + indx) macro
1112 (m) = (ASINH_TABLE(indx)).x_value; \
1113 (sqrt_one_add_m2) = (ASINH_TABLE(indx)).cosh_asinh_value
1118 (y) = (F_TYPE)((ASINH_TABLE(indx)).asinh_value + (x))