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

  /external/arm-optimized-routines/math/
exp.c 13 #define InvLn2N __exp_data.invln2N
110 z = InvLn2N * x;
math_config.h 354 double invln2N;
pow.c 108 #define InvLn2N __exp_data.invln2N
203 z = InvLn2N * x;
exp_data.c 14 .invln2N = 0x1.71547652b82fep0 * N,
    [all...]

Completed in 49 milliseconds