Symbol: ONE
lib/libc/quad/fixunsdfdi.c
68
tmp = x / ONE;
lib/libc/quad/fixunsdfdi.c
69
t.ul[L] = (unsigned int) (x - tmp * ONE);
lib/libc/quad/fixunssfdi.c
71
toppart = (x - ONE_HALF) / ONE;
regress/lib/libm/cephes/testvect.c
113
{"acos", acos, &ONE, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
127
{"cos", cos, &ZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
128
{"cos", cos, &MZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
142
{"acosh", acosh, &ONE, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
154
{"atanh", atanh, &ONE, &INF, 0},
regress/lib/libm/cephes/testvect.c
159
{"cosh", cosh, &ZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
160
{"cosh", cosh, &MZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
171
{"tanh", tanh, &INF, &ONE, 0},
regress/lib/libm/cephes/testvect.c
174
{"exp", exp, &ZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
175
{"exp", exp, &MZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
180
{"exp2", exp2, &ZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
181
{"exp2", exp2, &MZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
193
{"log", log, &ONE, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
199
{"log10", log10, &ONE, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
216
{"fabs", fabs, &ONE, &ONE, 0},
regress/lib/libm/cephes/testvect.c
217
{"fabs", fabs, &MONE, &ONE, 0},
regress/lib/libm/cephes/testvect.c
230
{"erf", erf, &INF, &ONE, 0},
regress/lib/libm/cephes/testvect.c
282
{"atan2", atan2, &ZERO, &ONE, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
283
{"atan2", atan2, &MZERO, &ONE, &MZERO, 0},
regress/lib/libm/cephes/testvect.c
290
{"atan2", atan2, &ONE, &ZERO, &PIO2, 0},
regress/lib/libm/cephes/testvect.c
291
{"atan2", atan2, &ONE, &MZERO, &PIO2, 0},
regress/lib/libm/cephes/testvect.c
294
{"atan2", atan2, &ONE, &INF, &ZERO, 0},
regress/lib/libm/cephes/testvect.c
296
{"atan2", atan2, &INF, &ONE, &PIO2, 0},
regress/lib/libm/cephes/testvect.c
298
{"atan2", atan2, &MINF, &ONE, &MPIO2, 0},
regress/lib/libm/cephes/testvect.c
300
{"atan2", atan2, &ONE, &MINF, &PI, 0},
regress/lib/libm/cephes/testvect.c
306
{"atan2", atan2, &ONE, &ONE, &PIO4, 0},
regress/lib/libm/cephes/testvect.c
307
{"atan2", atan2, &NAN, &ONE, &NAN, 0},
regress/lib/libm/cephes/testvect.c
308
{"atan2", atan2, &ONE, &NAN, &NAN, 0},
regress/lib/libm/cephes/testvect.c
310
{"pow", pow, &ONE, &ZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
311
{"pow", pow, &ONE, &MZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
312
{"pow", pow, &MONE, &ZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
313
{"pow", pow, &MONE, &MZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
314
{"pow", pow, &INF, &ZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
315
{"pow", pow, &INF, &MZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
316
{"pow", pow, &NAN, &ZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
317
{"pow", pow, &NAN, &MZERO, &ONE, 0},
regress/lib/libm/cephes/testvect.c
334
{"pow", pow, &NAN, &ONE, &NAN, 0},
regress/lib/libm/cephes/testvect.c
335
{"pow", pow, &ONE, &NAN, &ONE, 0},
regress/lib/libm/cephes/testvect.c
337
{"pow", pow, &ONE, &INF, &ONE, 0},
regress/lib/libm/cephes/testvect.c
338
{"pow", pow, &MONE, &INF, &ONE, 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
378
{"signbit", __signbit, &ONE, 0},
regress/lib/libm/cephes/testvect.c
425
ONE = 1.0;
regress/lib/libm/cephes/testvect.c
426
MONE = -ONE;
regress/lib/libm/cephes/testvect.c
47
static double ZERO, MZERO, HALF, MHALF, ONE, MONE, TWO, MTWO, THREE, MTHREE;
regress/lib/libm/cephes/testvect.c
94
{"atan", atan, &ONE, &PIO4, 0},
regress/lib/libm/cephes/testvect.c
95
{"sin", sin, &PIO2, &ONE, 0},
sys/arch/macppc/dev/if_mc.c
760
else if (xmtfs & ONE)
usr.bin/deroff/deroff.c
1328
regline(meputmac, ONE);
usr.bin/deroff/deroff.c
1419
regline(msputmac, ONE);
usr.bin/deroff/deroff.c
1424
regline(meputmac, ONE);
usr.sbin/bgplgd/qs.c
181
case ONE:
usr.sbin/bgplgd/qs.c
53
{ QS_BEST, "best", ONE },
usr.sbin/bgplgd/qs.c
54
{ QS_ALL, "all", ONE },
usr.sbin/bgplgd/qs.c
55
{ QS_SHORTER, "or-shorter", ONE },
usr.sbin/bgplgd/qs.c
56
{ QS_ERROR, "error", ONE },
usr.sbin/bgplgd/qs.c
58
{ QS_INVALID, "invalid", ONE },
usr.sbin/bgplgd/qs.c
59
{ QS_LEAKED, "leaked", ONE },
usr.sbin/bgplgd/qs.c
60
{ QS_FILTERED, "filtered", ONE },