HomeSort by relevance Sort by last modified time
    Searched defs:tiny (Results 1 - 25 of 37) sorted by null

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbnl.c 42 tiny = 0x1p-16000L; variable
55 if (n< -50000) return tiny*x; /*underflow*/
65 else return tiny*copysign(tiny,x); /*underflow*/
s_scalbn.c 34 tiny = 1.0e-300; variable
47 if (n< -50000) return tiny*x; /*underflow*/
57 else return tiny*copysign(tiny,x); /*underflow*/
s_scalbnf.c 29 tiny = 1.0e-30; variable
42 if (n< -50000) return tiny*x; /*underflow*/
52 else return tiny*copysignf(tiny,x); /*underflow*/
s_tanh.c 43 static const double one = 1.0, two = 2.0, tiny = 1.0e-300, huge = 1.0e300; variable
63 if(huge+x>one) return x; /* tanh(tiny) = tiny with inexact */
74 z = one - tiny; /* raise inexact flag */
s_tanhf.c 22 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable
41 if(huge+x>one) return x; /* tanh(tiny) = tiny with inexact */
52 z = one - tiny; /* raise inexact flag */
e_atan2.c 51 tiny = 1.0e-300; variable
82 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
83 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
87 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
93 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */
94 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */
95 case 2: return 3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/
96 case 3: return -3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/
102 case 2: return pi+tiny ; /* atan(+...,-INF) *
    [all...]
e_atan2f.c 23 tiny = 1.0e-30; variable
53 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
54 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
58 if(ix==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
64 case 0: return pi_o_4+tiny;/* atan(+INF,+INF) */
65 case 1: return -pi_o_4-tiny;/* atan(-INF,+INF) */
66 case 2: return (float)3.0*pi_o_4+tiny;/*atan(+INF,-INF)*/
67 case 3: return (float)-3.0*pi_o_4-tiny;/*atan(-INF,-INF)*/
73 case 2: return pi+tiny ; /* atan(+...,-INF) *
    [all...]
e_atan2l.c 31 tiny = 1.0e-300; variable
75 case 2: return pi+tiny;/* atan(+0,-anything) = pi */
76 case 3: return -pi-tiny;/* atan(-0,-anything) =-pi */
81 return (expsigny<0)? -pio2_hi-tiny: pio2_hi+tiny;
87 case 0: return pio2_hi*0.5+tiny;/* atan(+INF,+INF) */
88 case 1: return -pio2_hi*0.5-tiny;/* atan(-INF,+INF) */
89 case 2: return 1.5*pio2_hi+tiny;/*atan(+INF,-INF)*/
90 case 3: return -1.5*pio2_hi-tiny;/*atan(-INF,-INF)*/
96 case 2: return pi+tiny ; /* atan(+...,-INF) *
    [all...]
e_sqrt.c 74 * huge + tiny is equal to huge, and whether huge - tiny is
75 * equal to huge for some floating point number "huge" and "tiny".
92 static const double one = 1.0, tiny=1.0e-300; variable
172 z = one-tiny; /* trigger inexact flag */
174 z = one+tiny;
e_sqrtf.c 23 static const float one = 1.0, tiny=1.0e-30; variable
76 z = one-tiny; /* trigger inexact flag */
78 z = one+tiny;
s_expm1.c 118 tiny = 1.0e-300, variable
156 if(x+tiny<0.0) /* raise inexact */
157 return tiny-one; /* return -1 */
s_expm1f.c 26 tiny = 1.0e-30, variable
62 if(x+tiny<(float)0.0) /* raise inexact */
63 return tiny-one; /* return -1 */
  /external/chromium_org/third_party/skia/experimental/Intersection/
TestUtilities.cpp 21 static bool tiny(const Cubic& cubic) { function
45 if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) {
51 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
  /external/fdlibm/
s_scalbn.c 31 tiny = 1.0e-300; variable
49 if (n< -50000) return tiny*x; /*underflow*/
59 else return tiny*ieee_copysign(tiny,x); /*underflow*/
s_tanh.c 41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
79 z = one - tiny; /* raised inexact flag */
e_atan2.c 49 tiny = 1.0e-300, variable
82 case 2: return pi+tiny;/* ieee_atan(+0,-anything) = pi */
83 case 3: return -pi-tiny;/* ieee_atan(-0,-anything) =-pi */
87 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
93 case 0: return pi_o_4+tiny;/* ieee_atan(+INF,+INF) */
94 case 1: return -pi_o_4-tiny;/* ieee_atan(-INF,+INF) */
95 case 2: return 3.0*pi_o_4+tiny;/*ieee_atan(+INF,-INF)*/
96 case 3: return -3.0*pi_o_4-tiny;/*ieee_atan(-INF,-INF)*/
102 case 2: return pi+tiny ; /* ieee_atan(+...,-INF) *
    [all...]
e_sqrt.c 70 * huge + tiny is equal to huge, and whether huge - tiny is
71 * equal to huge for some floating point number "huge" and "tiny".
86 static const double one = 1.0, tiny=1.0e-300; variable
88 static double one = 1.0, tiny=1.0e-300; variable
174 z = one-tiny; /* trigger inexact flag */
176 z = one+tiny;
s_expm1.c 117 tiny = 1.0e-300, variable
156 if(x+tiny<0.0) /* raise inexact */
157 return tiny-one; /* return -1 */
  /external/skia/experimental/Intersection/
TestUtilities.cpp 21 static bool tiny(const Cubic& cubic) { function
45 if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) {
51 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 49 final View tiny = new View(this); local
50 tiny.setId(R.id.a);
51 tiny.setBackgroundColor(0xFFFF0000);
52 tiny.setLayoutParams(new LinearLayout.LayoutParams(screenWidth, screenHeight));
65 testBed.addView(tiny);
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 85 tiny = 1.0e-300; variable
108 if (n< -50000) return tiny*x; /*underflow*/
118 else return tiny*_copysign(tiny,x); /*underflow*/
  /external/pdfium/core/src/fxge/agg/agg23/
agg_clip_liang_barsky.h 65 FX_FLOAT tiny = FXSYS_Div(yin - y1, deltay); local
67 if (tinx < tiny) {
69 tin2 = tiny;
71 tin1 = tiny;
87 if(tinx > tiny) {
91 *x++ = (T)(x1 + FXSYS_Mul(deltax, tiny));
110 if(tinx > tiny) {
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecListTest.java 110 public void assertEqualsOrSuperset(Set big, Set tiny, boolean superset) {
112 assertEquals(big, tiny);
114 assertTrue(big.containsAll(tiny));
135 CodecCapabilities big, CodecCapabilities tiny, boolean superset) {
137 assertEqualsOrSuperset(asSet(big.colorFormats), asSet(tiny.colorFormats), superset);
138 assertEqualsOrSuperset(asSet(big.profileLevels), asSet(tiny.profileLevels), superset);
142 AudioCapabilities tinyAudCaps = tiny.getAudioCapabilities();
143 VideoCapabilities tinyVidCaps = tiny.getVideoCapabilities();
144 EncoderCapabilities tinyEncCaps = tiny.getEncoderCapabilities();
151 MediaCodecInfo big, MediaCodecInfo tiny, boolean superset)
    [all...]
  /external/eigen/test/
array.cpp 205 const RealScalar tiny = sqrt(std::numeric_limits<RealScalar>::epsilon()); local
206 s1 += Scalar(tiny);
207 m1 += ArrayType::Constant(rows,cols,Scalar(tiny));
  /external/qemu/distrib/sdl-1.2.15/src/video/
math_private.h 171 tiny = 1.0e-300; variable

Completed in 596 milliseconds

1 2