Symbol: MINF
regress/lib/libm/cephes/testvect.c
125
{"atan", atan, &MINF, &MPIO2, 0},
regress/lib/libm/cephes/testvect.c
130
{"cos", cos, &MINF, &NAN, 0},
regress/lib/libm/cephes/testvect.c
135
{"sin", sin, &MINF, &NAN, 0},
regress/lib/libm/cephes/testvect.c
140
{"tan", tan, &MINF, &NAN, 0},
regress/lib/libm/cephes/testvect.c
150
{"asinh", asinh, &MINF, &MINF, 0},
regress/lib/libm/cephes/testvect.c
155
{"atanh", atanh, &MONE, &MINF, 0},
regress/lib/libm/cephes/testvect.c
162
{"cosh", cosh, &MINF, &INF, 0},
regress/lib/libm/cephes/testvect.c
167
{"sinh", sinh, &MINF, &MINF, 0},
regress/lib/libm/cephes/testvect.c
172
{"tanh", tanh, &MINF, &MONE, 0},
regress/lib/libm/cephes/testvect.c
177
{"exp", exp, &MINF, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
183
{"exp2", exp2, &MINF, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
189
{"expm1", expm1, &MINF, &MONE, 0},
regress/lib/libm/cephes/testvect.c
191
{"log", log, &ZERO, &MINF, 0},
regress/lib/libm/cephes/testvect.c
192
{"log", log, &MZERO, &MINF, 0},
regress/lib/libm/cephes/testvect.c
197
{"log10", log10, &ZERO, &MINF, 0},
regress/lib/libm/cephes/testvect.c
198
{"log10", log10, &MZERO, &MINF, 0},
regress/lib/libm/cephes/testvect.c
205
{"log1p", log1p, &MONE, &MINF, 0},
regress/lib/libm/cephes/testvect.c
210
{"log2", log2, &ZERO, &MINF, 0},
regress/lib/libm/cephes/testvect.c
211
{"log2", log2, &MZERO, &MINF, 0},
regress/lib/libm/cephes/testvect.c
221
{"fabs", fabs, &MINF, &INF, 0},
regress/lib/libm/cephes/testvect.c
226
{"cbrt", cbrt, &MINF, &MINF, 0},
regress/lib/libm/cephes/testvect.c
231
{"erf", erf, &MINF, &MONE, 0},
regress/lib/libm/cephes/testvect.c
234
{"erfc", erfc, &MINF, &TWO, 0},
regress/lib/libm/cephes/testvect.c
239
{"tgamma", tgamma, &MINF, &NAN, 0},
regress/lib/libm/cephes/testvect.c
245
{"lgamma", lgamma, &MINF, &INF, 0},
regress/lib/libm/cephes/testvect.c
251
{"lgam", lgam, &MINF, &INF, 0},
regress/lib/libm/cephes/testvect.c
257
{"ceil", ceil, &MINF, &MINF, 0},
regress/lib/libm/cephes/testvect.c
262
{"floor", floor, &MINF, &MINF, 0},
regress/lib/libm/cephes/testvect.c
298
{"atan2", atan2, &MINF, &ONE, &MPIO2, 0},
regress/lib/libm/cephes/testvect.c
299
{"atan2", atan2, &MINF, &MONE, &MPIO2, 0},
regress/lib/libm/cephes/testvect.c
300
{"atan2", atan2, &ONE, &MINF, &PI, 0},
regress/lib/libm/cephes/testvect.c
301
{"atan2", atan2, &MONE, &MINF, &MPI, 0},
regress/lib/libm/cephes/testvect.c
303
{"atan2", atan2, &MINF, &INF, &MPIO4, 0},
regress/lib/libm/cephes/testvect.c
304
{"atan2", atan2, &INF, &MINF, &THPIO4, 0},
regress/lib/libm/cephes/testvect.c
305
{"atan2", atan2, &MINF, &MINF, &MTHPIO4, 0},
regress/lib/libm/cephes/testvect.c
322
{"pow", pow, &TWO, &MINF, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
323
{"pow", pow, &MTWO, &MINF, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
324
{"pow", pow, &HALF, &MINF, &INF, 0},
regress/lib/libm/cephes/testvect.c
325
{"pow", pow, &MHALF, &MINF, &INF, 0},
regress/lib/libm/cephes/testvect.c
330
{"pow", pow, &MINF, &THREE, &MINF, 0},
regress/lib/libm/cephes/testvect.c
331
{"pow", pow, &MINF, &TWO, &INF, 0},
regress/lib/libm/cephes/testvect.c
332
{"pow", pow, &MINF, &MTHREE, &MZERO, 0},
regress/lib/libm/cephes/testvect.c
333
{"pow", pow, &MINF, &MTWO, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
339
{"pow", pow, &ONE, &MINF, &ONE, 0},
regress/lib/libm/cephes/testvect.c
340
{"pow", pow, &MONE, &MINF, &ONE, 0},
regress/lib/libm/cephes/testvect.c
343
{"pow", pow, &MZERO, &MTHREE, &MINF, 0},
regress/lib/libm/cephes/testvect.c
370
{"isfinite", __isfinite, &MINF, 0},
regress/lib/libm/cephes/testvect.c
379
{"signbit", __signbit, &MINF, 1},
regress/lib/libm/cephes/testvect.c
432
MINF = -INFINITY;
regress/lib/libm/cephes/testvect.c
46
static double INF, MINF;