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

  /external/arm-optimized-routines/math/
exp.c 14 #define NegLn2hiN __exp_data.negln2hiN
125 r = x + kd * NegLn2hiN + kd * NegLn2loN;
math_config.h 356 double negln2hiN;
exp_data.c 17 .negln2hiN = -0x1.62e42fefa0000p-7,
20 .negln2hiN = -0x1.62e42fefa0000p-8,
23 .negln2hiN = -0x1.62e42fefc0000p-9,
26 .negln2hiN = -0x1.62e42fef80000p-10,
    [all...]
pow.c 109 #define NegLn2hiN __exp_data.negln2hiN
218 r = x + kd * NegLn2hiN + kd * NegLn2loN;

Completed in 218 milliseconds