Searched refs:ONE (Results 51 - 66 of 66) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile.exp227 enumfield ONE
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
H A Dcurve448.c121 gf_copy(e->z, ONE);
338 gf_sub(p->z, ONE, p->x); /* num = 1-y^2 */
340 gf_sub(p->t, ONE, p->t); /* denom = 1-dy^2 or 1-d + dy^2 */
347 gf_copy(p->z, ONE);
389 gf_copy(x2, ONE);
392 gf_copy(z3, ONE);
H A Df_generic.c203 return gf_eq(L0, ONE);
H A Dfield.h74 static const gf ZERO = {{{0}}}, ONE = {{{1}}}; variable
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
H A Dcurve448.c122 gf_copy(e->z, ONE);
344 gf_sub(p->z, ONE, p->x); /* num = 1-y^2 */
346 gf_sub(p->t, ONE, p->t); /* denom = 1-dy^2 or 1-d + dy^2 */
353 gf_copy(p->z, ONE);
396 gf_copy(x2, ONE);
399 gf_copy(z3, ONE);
H A Dfield.h79 static const gf ZERO = {{{0}}}, ONE = {{{1}}}; variable
H A Df_generic.c203 return gf_eq(L0, ONE);
/netbsd-current/sys/arch/mac68k/dev/
H A Dif_mc.c502 else if (xmtfs & ONE)
/netbsd-current/sys/arch/macppc/dev/
H A Dam79c950.c501 else if (xmtfs & ONE)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d88 static immutable BigDigit[] ONE = [1];
175 else if (u == 1) data = ONE;
739 if (y == 0) return BigUint(ONE);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2556 my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7));
2616 movdqa .LOne(%rip), $ONE
2626 movdqa $ONE, $M0
2633 paddd $ONE, $M0
2744 movdqa $M0, $ONE
2750 paddd $ONE, $M0
4074 movdqa %xmm5, %xmm0 # copy_conditional(res_z, ONE, in1infty);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl2558 my ($ONE,$INDEX,$Ra,$Rb,$Rc,$Rd,$Re,$Rf)=map("%xmm$_",(0..7));
2618 movdqa .LOne(%rip), $ONE
2628 movdqa $ONE, $M0
2635 paddd $ONE, $M0
2746 movdqa $M0, $ONE
2752 paddd $ONE, $M0
4076 movdqa %xmm5, %xmm0 # copy_conditional(res_z, ONE, in1infty);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/internal/math/
H A Dbiguintcore.d229 static immutable BigDigit[] ONE = [1];
318 else if (u == 1) data = ONE;
1026 if (y == 0) return BigUint(ONE);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2075 ImmReg = R600::ONE;
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfplsp.s6276 #--ONE. NOTE ALSO THAT THE TRADITIONAL SCHEME THAT APPROXIMATE
H A Dfpsp.s6382 #--ONE. NOTE ALSO THAT THE TRADITIONAL SCHEME THAT APPROXIMATE

Completed in 415 milliseconds

123