HomeSort by: relevance | last modified time | path
    Searched refs:X_TLOSS (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libm/src/
w_j0.c 33 if(fabs(x)>X_TLOSS) {
34 return __kernel_standard(x,x,34); /* j0(|x|>X_TLOSS) */
57 if(x>X_TLOSS) {
58 return __kernel_standard(x,x,35); /* y0(x>X_TLOSS) */
w_j0f.c 36 if(fabsf(x)>(float)X_TLOSS) {
37 /* j0f(|x|>X_TLOSS) */
61 if(x>(float)X_TLOSS) {
62 /* y0(x>X_TLOSS) */
w_j1.c 34 if(fabs(x)>X_TLOSS) {
35 return __kernel_standard(x,x,36); /* j1(|x|>X_TLOSS) */
58 if(x>X_TLOSS) {
59 return __kernel_standard(x,x,37); /* y1(x>X_TLOSS) */
w_j1f.c 37 if(fabsf(x)>(float)X_TLOSS) {
38 /* j1(|x|>X_TLOSS) */
62 if(x>(float)X_TLOSS) {
63 /* y1(x>X_TLOSS) */
w_jn.c 56 if(fabs(x)>X_TLOSS) {
57 return __kernel_standard((double)n,x,38); /* jn(|x|>X_TLOSS,n) */
80 if(x>X_TLOSS) {
81 return __kernel_standard((double)n,x,39); /* yn(x>X_TLOSS,n) */
w_jnf.c 33 if(fabsf(x)>(float)X_TLOSS) {
34 /* jn(|x|>X_TLOSS,n) */
58 if(x>(float)X_TLOSS) {
59 /* yn(x>X_TLOSS,n) */
  /src/include/
math.h 219 * set X_TLOSS = pi*2**52, which is possibly defined in <values.h>
223 #define X_TLOSS 1.41484755040568800000e+16

Completed in 15 milliseconds