Home
last modified time | relevance | path

Searched refs:d_f (Results 51 – 75 of 274) sorted by relevance

1234567891011

/dports/math/R-cran-lme4/lme4/src/
H A Doptimizer.cpp335 d_f[d_ll ? 0 : 1] = fv; in newf()
341 if (d_f[0] > d_f[1]) { // discard left portion of interval in newf()
344 d_f[0] = d_f[1]; in newf()
350 d_f[1] = d_f[0]; in newf()
/dports/devel/thrust/thrust-1.9.5/testing/
H A Dfor_each.cu208 mark_present_for_each<T> d_f; in TestForEach() local
210 d_f.ptr = (&d_output[0]).get(); in TestForEach()
216 thrust::for_each(d_input.begin(), d_input.end(), d_f); in TestForEach()
241 mark_present_for_each<T> d_f; in TestForEachN() local
243 d_f.ptr = (&d_output[0]).get(); in TestForEachN()
249 thrust::for_each_n(d_input.begin(), d_input.size(), d_f); in TestForEachN()
/dports/biology/mapm3/mapm3-3.0_1/ghostscript/
H A Dgssetmod3 rm -f ${m}.d_f ${m}.d_n ${m}.d_o ${m}.d_v
4 touch ${m}.d_f ${m}.d_n ${m}.d_o ${m}.d_v
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dupdate_constrain_gpu_impl.cu236 const DeviceBuffer<RVec> d_f, in set() argument
247 GMX_ASSERT(d_f != nullptr, "Forces device buffer should not be null."); in set()
251 d_f_ = reinterpret_cast<float3*>(d_f); in set()
322 const DeviceBuffer<RVec> d_f, in set() argument
327 impl_->set(d_x, d_v, d_f, idef, md, numTempScaleValues); in set()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dfpext.ll7 @d_f = common global double 0.000000e+00, align 8
16 store double %conv, double* @d_f, align 8
/dports/science/gromacs/gromacs-2021.4/src/gromacs/listed_forces/
H A Dgpubonded_impl.h101 float3* d_f; member
118 d_f = nullptr; in BondedCudaKernelParameters()
H A Dgpubonded_impl.cu100 kernelParams_.d_f = d_f_; in Impl()
278 kernelParams_.d_f = d_f_; in updateInteractionListsAndDeviceBuffers()
361 DeviceBuffer<RVec> d_f, in updateInteractionListsAndDeviceBuffers() argument
364 impl_->updateInteractionListsAndDeviceBuffers(nbnxnAtomOrder, idef, d_xq, d_f, d_fShift); in updateInteractionListsAndDeviceBuffers()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DExponentialFit.cpp64 d_f = exp_f; in init()
141 d_f = expd2_f; in init()
208 d_f = expd3_f; in init()
H A DPluginFit.cpp81 d_f = (fit_function)lib.resolve("function_f"); in load()
82 if (!d_f) { in load()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/ematching/
H A Dcandidate_generator.cpp165 d_f = quantifiers::TermUtil::getInstConstAttr( mpat ); in CandidateGeneratorQEAll()
183 nh = d_qe->getInternalRepresentative( nh, d_f, d_index ); in getNextCandidate()
185 if( !d_qe->getTermDatabase()->isTermEligibleForInstantiation( nh, d_f, false ) ){ in getNextCandidate()
/dports/audio/libfilteraudio/filter_audio-0.0.1/
H A Dfilter_audio.c257 float d_f[nsx_samples]; in pass_audio_output() local
266 S16ToFloatS16(d, nsx_samples, d_f); in pass_audio_output()
269 S16ToFloatS16(data + (samples - temp_samples), nsx_samples, d_f); in pass_audio_output()
272 if (WebRtcAec_BufferFarend(f_a->echo_cancellation, d_f, nsx_samples) == -1) { in pass_audio_output()

1234567891011