HomeSort by relevance Sort by last modified time
    Searched refs:negln2loN (Results 1 - 4 of 4) sorted by null

  /external/arm-optimized-routines/math/
exp.c 15 #define NegLn2loN __exp_data.negln2loN
125 r = x + kd * NegLn2hiN + kd * NegLn2loN;
math_config.h 357 double negln2loN;
exp_data.c 18 .negln2loN = -0x1.cf79abc9e3b3ap-46,
21 .negln2loN = -0x1.cf79abc9e3b3ap-47,
24 .negln2loN = 0x1.c610ca86c3899p-45,
27 .negln2loN = -0x1.1cf79abc9e3b4p-45,
    [all...]
pow.c 110 #define NegLn2loN __exp_data.negln2loN
218 r = x + kd * NegLn2hiN + kd * NegLn2loN;

Completed in 83 milliseconds