Home
last modified time | relevance | path

Searched refs:phi (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/bearssl/src/rsa/
H A Drsa_i15_privexp.c62 uint16_t *p, *q, *k, *m, *z, *phi; in br_rsa_i15_compute_privexp() local
125 phi = q + 1 + qlen; in br_rsa_i15_compute_privexp()
126 br_i15_zero(phi, p[0]); in br_rsa_i15_compute_privexp()
127 br_i15_mulacc(phi, p, q); in br_rsa_i15_compute_privexp()
128 len = (phi[0] + 15) >> 4; in br_rsa_i15_compute_privexp()
129 memmove(tmp, phi, (1 + len) * sizeof *phi); in br_rsa_i15_compute_privexp()
130 phi = tmp; in br_rsa_i15_compute_privexp()
131 phi[0] = br_i15_bit_length(phi + 1, len); in br_rsa_i15_compute_privexp()
132 len = (phi[0] + 15) >> 4; in br_rsa_i15_compute_privexp()
150 lo = (r << 15) + phi[u]; in br_rsa_i15_compute_privexp()
[all …]
H A Drsa_i31_privexp.c62 uint32_t *p, *q, *k, *m, *z, *phi; in br_rsa_i31_compute_privexp() local
125 phi = q + 1 + qlen; in br_rsa_i31_compute_privexp()
126 br_i31_zero(phi, p[0]); in br_rsa_i31_compute_privexp()
127 br_i31_mulacc(phi, p, q); in br_rsa_i31_compute_privexp()
128 len = (phi[0] + 31) >> 5; in br_rsa_i31_compute_privexp()
129 memmove(tmp, phi, (1 + len) * sizeof *phi); in br_rsa_i31_compute_privexp()
130 phi = tmp; in br_rsa_i31_compute_privexp()
131 phi[0] = br_i31_bit_length(phi + 1, len); in br_rsa_i31_compute_privexp()
132 len = (phi[0] + 31) >> 5; in br_rsa_i31_compute_privexp()
150 lo = (r << 31) + phi[u]; in br_rsa_i31_compute_privexp()
[all …]
/freebsd-14.2/contrib/bearssl/test/
H A Dtest_math.c385 mpz_t n, e, d, p, q, dp, dq, iq, t1, t2, phi;
401 mpz_init(phi);
432 mpz_mul(phi, t1, t2);
433 mpz_invert(d, e, phi);
/freebsd-14.2/contrib/ntp/clockstuff/
H A Dpropdelay.c434 double phi; in propdelay() local
439 phi = (PI/2.0) - atan((h / (EARTHRADIUS * sin(theta))) + tan(theta/2)); in propdelay()
440 td = dg / (LIGHTSPEED * sin(phi)); in propdelay()
/freebsd-14.2/usr.bin/fortune/tools/
H A DTroff.sed4 /_a-squared cos 2(phi)/s//\\fIa\\fP\\u2\\d cos 2\\(*f/
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dnumbers.inc34 using std::numbers::phi;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dnumbers57 inline constexpr double phi = phi_v<double>;
152 inline constexpr double phi = phi_v<double>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1278 Register phi(Register LoopReg, std::optional<Register> InitReg = {},
1346 phi(R); in rewrite()
1353 phi(Def.getReg()); in rewrite()
1380 Reg = phi(Reg); in remapUse()
1438 LoopReg = phi(LoopReg, *DefaultI++, MRI.getRegClass(Reg)); in remapUse()
1463 Register KernelRewriter::phi(Register LoopReg, std::optional<Register> InitReg, in phi() function in KernelRewriter
H A DEarlyIfConversion.cpp117 PHIInfo(MachineInstr *phi) : PHI(phi) {} in PHIInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def265 FUNCTION_ANALYSIS("phi-values", PhiValuesAnalysis())
413 FUNCTION_PASS("print<phi-values>", PhiValuesPrinterPass(dbgs()))
490 "force-hardware-loops;force-hardware-loop-phi;force-nested-hardware-loop;"
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentHTMLNamedCharacterReferences.td139 def : NCR<"phi", 0x003C6>;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2995 auto *phi = dyn_cast<llvm::PHINode>(value); in emitARCOperationAfterCall() local
2996 if (phi && phi->getNumIncomingValues() == 2 && in emitARCOperationAfterCall()
2997 isa<llvm::ConstantPointerNull>(phi->getIncomingValue(1)) && in emitARCOperationAfterCall()
2998 isa<llvm::CallBase>(phi->getIncomingValue(0))) { in emitARCOperationAfterCall()
3001 llvm::Value *inVal = phi->getIncomingValue(0); in emitARCOperationAfterCall()
3003 phi->setIncomingValue(0, inVal); in emitARCOperationAfterCall()
3004 value = phi; in emitARCOperationAfterCall()
H A DCGObjCGNU.cpp2969 llvm::PHINode *phi = Builder.CreatePHI(v->getType(), 2); in GenerateMessageSend() local
2970 phi->addIncoming(v, nonNilPathBB); in GenerateMessageSend()
2971 phi->addIncoming(CGM.EmitNullConstant(ResultType), nilPathBB); in GenerateMessageSend()
2972 msgRet = RValue::get(phi); in GenerateMessageSend()
2978 llvm::PHINode *phi = Builder.CreatePHI(v.first->getType(), 2); in GenerateMessageSend() local
2979 phi->addIncoming(v.first, nonNilPathBB); in GenerateMessageSend()
2980 phi->addIncoming(llvm::Constant::getNullValue(v.first->getType()), in GenerateMessageSend()
2986 msgRet = RValue::getComplex(phi, phi2); in GenerateMessageSend()
H A DCGExprScalar.cpp3607 llvm::PHINode *phi = Builder.CreatePHI(opTy, 2); in EmitOverflowCheckedBinOp() local
3608 phi->addIncoming(result, initialBB); in EmitOverflowCheckedBinOp()
3609 phi->addIncoming(handlerResult, overflowBB); in EmitOverflowCheckedBinOp()
3611 return phi; in EmitOverflowCheckedBinOp()
H A DCGExpr.cpp5108 llvm::PHINode *phi = Builder.CreatePHI(lhsAddr.getType(), 2, "cond-lvalue"); in EmitConditionalOperatorLValue() local
5109 phi->addIncoming(lhsAddr.getPointer(), Info.lhsBlock); in EmitConditionalOperatorLValue()
5110 phi->addIncoming(rhsAddr.getPointer(), Info.rhsBlock); in EmitConditionalOperatorLValue()
5111 Address result(phi, lhsAddr.getElementType(), in EmitConditionalOperatorLValue()
H A DCGObjCMac.cpp1787 llvm::PHINode *phi = CGF.Builder.CreatePHI(null->getType(), 2); in complete() local
1788 phi->addIncoming(result.getScalarVal(), callBB); in complete()
1789 phi->addIncoming(null, NullBB); in complete()
1790 return RValue::get(phi); in complete()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def215 DUMMY_MACHINE_FUNCTION_PASS("phi-node-elimination", PHIEliminationPass, ())
/freebsd-14.2/share/misc/
H A Diso639383 phi phi Philippine languages
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h45phi = 1.6180339887498948482; // (0x1.9e3779b97f4a8P+0) https://oeis.org/A001622 variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp857 INSTKEYWORD(phi, PHI); in LexIdentifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp171 PHINode *phi = cast<PHINode>(I); in addIncomingPHIValuesForInto() local
172 phi->addIncoming(UnwindDestPHIValues[i], src); in addIncomingPHIValuesForInto()
/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3177 struct opcode_obj_rewrite **phi) in find_op_rw_range() argument
3201 *phi = hi; in find_op_rw_range()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td2451 // can be used with a phi, icmp and br to control the number of iterations
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc3499 SYMBOL(phi, std::numbers::, <numbers>)
/freebsd-14.2/share/dict/
H A Dweb2144577 phi