Home
last modified time | relevance | path

Searched defs:rcp (Results 1 – 21 of 21) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
DdeInt32Test.c47 deUint32 rcp = (deUint32)((1u << DE_RCP_FRAC_BITS) / ((double)val / (1<<RCP_LUT_BITS))); in deInt32_computeLUTs() local
72 deUint32 rcp; in deInt32_selfTest() local
DdeInt32.c78 void deRcp32 (deUint32 a, deUint32* rcp, int* exp) in deRcp32()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c126 nir_ssa_def *rcp = nir_frcp(bld, nir_u2f32(bld, denom)); in emit_udiv() local
210 nir_ssa_def *rcp = nir_iadd_imm(b, nir_frcp(b, q), 1); in convert_instr_small() local
/third_party/openssl/crypto/cmp/
Dcmp_hdr.c295 const X509_NAME *rcp = NULL; in ossl_cmp_hdr_init() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_hdr.c295 const X509_NAME *rcp = NULL; in ossl_cmp_hdr_init() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c719 struct ir2_instr *rcp, *coord_xy; in emit_tex() local
838 struct ir2_instr *instr, *rcp, *sc, *wincoord, *off; in extra_position_exports() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimalIntrinsics.cpp21 Float4 rcp = Rcp_pp(x, exactAtPow2); in Reciprocal() local
DReactor.cpp4679 T rcp; in DoRcp() local
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_nir.c104 nir_ssa_def *rcp = nir_frcp(t->b, nir_channel(t->b, src, in apply_swizzle() local
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.cpp305 rcp(operand a) in rcp() function
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp162 Float4 rcp; in quad() local
DShaderCore.cpp189 Float4 rcp; in reciprocal() local
832 Float4 rcp = reciprocal(src.x, pp, true, true); in rcpx() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp1351 Instruction *rcp = bld.mkOp1(OP_RCP, i->dType, bld.getSSA(), i->getSrc(1)); in handleDIV() local
Dnv50_ir_lowering_nvc0.cpp3113 Instruction *rcp = bld.mkOp1(OP_RCP, i->dType, bld.getSSA(typeSizeof(i->dType)), i->getSrc(1)); in handleDIV() local
Dnv50_ir_peephole.cpp1989 AlgebraicOpt::handleRCP(Instruction *rcp) in handleRCP()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1385 Instruction *rcp = emit(sw::Shader::OPCODE_RCPX, &coord, arg[1]); in visitAggregate() local
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c786 const struct cpuset *rcp; in resolve_cp() local
/third_party/mksh/
Dedit.c3204 char *rcp, *cp; in x_prev_histword() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c3293 bi_index rcp = bi_frcp_f32(b, maxxyz); in bi_emit_cube_coord() local
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c710 LLVMValueRef rcp = in ac_build_fdiv() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp95462 RangedPtr<T> rcp = *this; in operator ++() local
95474 RangedPtr<T> rcp = *this; in operator --() local