代码搜索:Precision
找到约 10,000 项符合「Precision」的源代码
代码结果 10,000
www.eeworm.com/read/378188/9242727
f dsyr2.f
SUBROUTINE DSYR2 ( UPLO, N, ALPHA, X, INCX, Y, INCY, A, LDA )
! ----------------------------------------------------------------------
Use numerics
Implicit None
* .. Scalar
www.eeworm.com/read/378186/9243031
f dgemv.f
SUBROUTINE DGEMV ( TRANS, M, N, ALPHA, A, LDA, X, INCX,
$ BETA, Y, INCY )
* .. Scalar Arguments ..
DOUBLE PRECISION ALPHA, BETA
INTEGER INCX,
www.eeworm.com/read/365797/9846578
c floatlib.c
/* floatLib.c - floating-point formatting and scanning library */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02f,19oct
www.eeworm.com/read/356815/10220676
txt quad_float.txt
/**************************************************************************\
MODULE: quad_float
SUMMARY:
The class quad_float is used to represent quadruple precision numbers.
Thus, with
www.eeworm.com/read/356815/10220736
txt rr.txt
/**************************************************************************\
MODULE: RR
SUMMARY:
The class RR is used to represent arbitrary-precision floating point
numbers.
The functi
www.eeworm.com/read/419474/10866244
m swdop.m
% swdop.m
% Scope: This MATLAB macro computes sub-weighted dilution of precision
% (sub-WDOP) quantities, i.e. WDOP quantities for all satellites
%
www.eeworm.com/read/417110/11003149
f90 lsqrblas.f90
!+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! File lsqrblas.f90 (double precision)
!
! This file contains the following BLAS routines
! dcopy, ddot, dnrm2
www.eeworm.com/read/172533/7131610
txt tzbesj_cpp.txt
/****************************************************************
* EVALUATE A J-BESSEL FUNCTION OF COMPLEX ARGUMENT (FIRST KIND) *
* ------------------------------------------------------------- *
www.eeworm.com/read/172533/7131612
txt tzbesy_cpp.txt
/****************************************************************
* EVALUATE A Y-BESSEL FUNCTION OF COMPLEX ARGUMENT (SECOND KIND)*
* ------------------------------------------------------------- *