Searched refs:ONE (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/lib/libc/quad/
H A Dfixunsdfdi.c44 #define ONE (ONE_FOURTH * 4.0) macro
72 toppart = (x - ONE_HALF) / ONE;
H A Dfixunssfdi.c44 #define ONE (ONE_FOURTH * 4.0) macro
76 toppart = (x - ONE_HALF) / ONE;
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dmodword.mk18 ONE= 1 macro
117 @echo 'LIST:[$${ZERO}x$${ONE}]="${LIST:[${ZERO}x${ONE}]}"'
118 @echo 'LIST:[$${ONE}]="${LIST:[${ONE}]}"'
H A Dmodword.exp92 LIST:[${ZERO}x${ONE}]="one"
93 LIST:[${ONE}]="one"
/freebsd-11.0-release/sys/crypto/aesni/
H A Daesni_ghash.c284 __m128i ONE = _mm_set_epi32(0, 1, 0, 0); local
382 ctr1 = _mm_add_epi64(ctr1, ONE);
383 ctr2 = _mm_add_epi64(ctr1, ONE);
384 ctr3 = _mm_add_epi64(ctr2, ONE);
385 ctr4 = _mm_add_epi64(ctr3, ONE);
386 ctr5 = _mm_add_epi64(ctr4, ONE);
387 ctr6 = _mm_add_epi64(ctr5, ONE);
388 ctr7 = _mm_add_epi64(ctr6, ONE);
389 ctr8 = _mm_add_epi64(ctr7, ONE);
482 ctr1 = _mm_add_epi64(ctr1, ONE);
542 __m128i ONE = _mm_set_epi32(0, 1, 0, 0); local
[all...]
H A Daesni_wrap.c194 const __m128i ONE = _mm_setr_epi32(0, 0, 1, 0); local
197 x = _mm_add_epi64(x, ONE);
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.cpp36 Reserved.set(AMDGPU::ONE);
H A DR600ISelLowering.cpp2144 ImmReg = AMDGPU::ONE;
/freebsd-11.0-release/crypto/openssl/crypto/ec/
H A Decp_nistz256.c141 static const BN_ULONG ONE[P256_LIMBS] = { variable
231 res = a[0] ^ ONE[0];
232 res |= a[1] ^ ONE[1];
233 res |= a[2] ^ ONE[2];
234 res |= a[3] ^ ONE[3];
236 res |= a[4] ^ ONE[4];
237 res |= a[5] ^ ONE[5];
238 res |= a[6] ^ ONE[6];
493 copy_conditional(res_z, ONE, in1infty);
1107 memcpy(r->Z, ONE, sizeo
[all...]
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh78 ONE=`echo "$ALL" | sed -e 's/\..*$//'`
79 if test -n "$FSF" && test -n "$ALL" && test -n "$ONE" ; then
80 if test $ONE -ge 5 ; then
/freebsd-11.0-release/contrib/sendmail/src/
H A Dparseaddr.c481 #define ONE 4 /* pick up one character */ macro
494 /* oldst chtype> OPR ATM QST SPC ONE ILL */
495 /*OPR*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|MB },
496 /*ATM*/ { OPR|B, ATM, QST|B, SPC|MB, ONE|B, ILL|MB },
498 /*SPC*/ { OPR, ATM, QST, SPC|M, ONE, ILL|MB },
499 /*ONE*/ { OPR, OPR, OPR, OPR, OPR, ILL|MB },
500 /*ILL*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|M }
564 OPR,OPR,ONE,OPR,OPR,OPR,OPR,OPR, OPR,OPR,OPR,OPR,OPR,OPR,OPR,OPR,
566 OPR,OPR,OPR,ONE,ONE,ON
[all...]
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm35 /* THE SAVE AND RESTORE ROUTINES CAN HAVE ONLY ONE GLOBALLY VISIBLE
H A Ddarwin-vecsave.asm38 THE SAVE AND RESTORE ROUTINES CAN HAVE ONLY ONE GLOBALLY VISIBLE
/freebsd-11.0-release/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl1368 my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7));
1401 movdqa .LOne(%rip), $ONE
1411 movdqa $ONE, $M0
1418 paddd $ONE, $M0
1506 movdqa $M0, $ONE
1512 paddd $ONE, $M0
2775 movdqa %xmm5, %xmm0 # copy_conditional(res_z, ONE, in1infty);

Completed in 202 milliseconds