Searched defs:phi (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_i15_privexp.c | 62 uint16_t *p, *q, *k, *m, *z, *phi; in br_rsa_i15_compute_privexp() local
|
H A D | rsa_i31_privexp.c | 62 uint32_t *p, *q, *k, *m, *z, *phi; in br_rsa_i31_compute_privexp() local
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | propdelay.c | 434 double phi; in propdelay() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | MathExtras.h | 61 … phi = 1.6180339887498948482; // (0x1.9e3779b97f4a8P+0) https://oeis.org/A001622 variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 2968 llvm::PHINode *phi = Builder.CreatePHI(v->getType(), 2); in GenerateMessageSend() local 2977 llvm::PHINode *phi = Builder.CreatePHI(v.first->getType(), 2); in GenerateMessageSend() local
|
H A D | CGObjC.cpp | 2993 auto *phi = dyn_cast<llvm::PHINode>(value); in emitARCOperationAfterCall() local
|
H A D | CGExprScalar.cpp | 3893 llvm::PHINode *phi = Builder.CreatePHI(opTy, 2); in EmitOverflowCheckedBinOp() local
|
H A D | CGObjCMac.cpp | 1795 llvm::PHINode *phi = CGF.Builder.CreatePHI(null->getType(), 2); in complete() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 174 PHINode *phi = cast<PHINode>(I); in addIncomingPHIValuesForInto() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1470 Register KernelRewriter::phi(Register LoopReg, std::optional<Register> InitReg, in phi() function in KernelRewriter
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_sockopt.c | 3177 struct opcode_obj_rewrite **phi) in find_op_rw_range()
|