Searched refs:boring (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_tanhf_2u6.c45 float32x4_t boring = vreinterpretq_f32_u32 (vorrq_u32 (sign, d->onef)); local
48 /* If fp exceptions are to be triggered properly, set all special and boring
64 vbslq_f32 (is_boring, boring, y), special);
65 return vbslq_f32 (is_boring, boring, y);
H A Dsv_tanhf_2u6.c43 svfloat32_t boring = svreinterpret_f32 (svorr_x (pg, sign, d->onef)); local
51 return special_case (x, svsel_f32 (is_boring, boring, y), special);
52 return svsel_f32 (is_boring, boring, y);
/freebsd-current/share/examples/printing/
H A Dmake-ps-header60 % Now show the boring particulars
/freebsd-current/usr.bin/jot/
H A Djot.c66 static bool boring; variable
118 boring = true;
334 if (boring)
406 if (boring) /* no need to bother */

Completed in 121 milliseconds