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

/freebsd-11-stable/lib/libc/quad/
H A Dfixunssfdi.c44 #define ONE (ONE_FOURTH * 4.0) macro
76 toppart = (x - ONE_HALF) / ONE;
H A Dfixunsdfdi.c44 #define ONE (ONE_FOURTH * 4.0) macro
72 toppart = (x - ONE_HALF) / ONE;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S279 #define ONE r7:6 define
280 ONE = #1 define
285 ONE = add(ROOT,ONE) define
290 if (P_CARRY1) ROOT = ONE
296 ONE = #1 define
301 ONE = add(ROOT,ONE) define
304 if (P_CARRY2) ROOT = ONE
H A Ddfmul.S25 #define ONE r9:8 define
76 ONE = #1 define
80 BTMP = insert(ONE,#2,#62)
235 p0 = cmp.gtu(ONE,PP_LL) // Did we extract all zeros?
352 A = insert(ONE,#63,#0) // put in rounded up value
H A Ddfdiv.S108 #define ONE r28 define
113 ONE = #1 define
120 REMHI = insert(ONE,#DF_EXPBITS+1,#DF_MANTBITS-32)
125 DENOMHI = insert(ONE,#DF_EXPBITS+1,#DF_MANTBITS-32)
193 if (!P_TMP.new) QL = or(QL,ONE)
352 #undef ONE
H A Ddffma.S217 //#define ONE r15:14
258 #define ONE r15:14 define
260 ONE = #1 define
301 EXACT = cmp.gtu(ONE,STICKIES)
313 P_TMP = cmp.gtu(ONE,CTMP) // is result true zero?
349 p0 = cmp.gtu(ONE,CTMP)
421 p0 = cmp.gtu(ONE,B)
/freebsd-11-stable/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-stable/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-stable/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-stable/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-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600RegisterInfo.cpp39 reserveRegisterTuples(Reserved, R600::ONE);
H A DR600ISelLowering.cpp2164 ImmReg = R600::ONE;
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c490 #define ONE 4 /* pick up one character */ macro
503 /* oldst chtype> OPR ATM QST SPC ONE ILL */
504 /*OPR*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|MB },
505 /*ATM*/ { OPR|B, ATM, QST|B, SPC|MB, ONE|B, ILL|MB },
507 /*SPC*/ { OPR, ATM, QST, SPC|M, ONE, ILL|MB },
508 /*ONE*/ { OPR, OPR, OPR, OPR, OPR, ILL|MB },
509 /*ILL*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|M }
573 OPR,OPR,ONE,OPR,OPR,OPR,OPR,OPR, OPR,OPR,OPR,OPR,OPR,OPR,OPR,OPR,
575 OPR,OPR,OPR,ONE,ONE,ON
[all...]
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_here.sh502 cat <<ONE && cat \
505 ONE
/freebsd-11-stable/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-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl1364 my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7));
1397 movdqa .LOne(%rip), $ONE
1407 movdqa $ONE, $M0
1414 paddd $ONE, $M0
1502 movdqa $M0, $ONE
1508 paddd $ONE, $M0
2771 movdqa %xmm5, %xmm0 # copy_conditional(res_z, ONE, in1infty);

Completed in 305 milliseconds