/bionic/libm/src/ |
e_expf.c | 34 invln2 = 1.4426950216e+00, /* 0x3fb8aa3b */ variable 67 k = invln2*x+halF[xsb];
|
s_expm1f.c | 30 invln2 = 1.4426950216e+00,/* 0x3fb8aa3b */ variable 73 k = invln2*x+((xsb==0)?(float)0.5:(float)-0.5);
|
e_exp.c | 94 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable 131 k = (int)(invln2*x+halF[xsb]);
|
s_expm1.c | 122 invln2 = 1.44269504088896338700e+00,/* 0x3ff71547, 0x652b82fe */ variable 168 k = invln2*x+((xsb==0)?0.5:-0.5);
|
/bionic/libm/bsdsrc/ |
b_exp.c | 88 const static double invln2 = 0x1.71547652b82fep0; variable 105 k=invln2*x+copysign(0.5,x); /* k=NINT(x/ln2) */ 149 z = invln2*x;
|
/external/fdlibm/ |
e_exp.c | 93 invln2 = 1.44269504088896338700e+00, /* 0x3ff71547, 0x652b82fe */ variable 132 k = (int)(invln2*x+halF[xsb]);
|
s_expm1.c | 121 invln2 = 1.44269504088896338700e+00,/* 0x3ff71547, 0x652b82fe */ variable 169 k = invln2*x+((xsb==0)?0.5:-0.5);
|
/ndk/build/platforms/android-3/arch-arm/usr/lib/ |
libm.so | |
libm.a | 353 ?0????? ???? ?????O??????h0????? ???? ?????O????????+`?@T????z????+eG??B.?v<y5?9?=??ri7f>?k??A??>,?%?jV????l?f?>UUUUU?? ??? ??@ ??? ???? |
$ D$????????? H0 ] }$ }0 P?Q? $ R?Q?$ T?U? R?U? $ R?S?? ? P?Q?? ? P?Q?@ T?U? R?S? Z?S? ? Z?[?? ? R?S?? ? R?S?@ Z?[? L P R?S?d h R?S?| ? R?S?? ? R?S? P?Q? P?Q? R?S? P?Q? ? __exp__D $ GNU C 4.2.1 invln2 |