Home
last modified time | relevance | path

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

12

/dports/math/cmlib/cmlib-3.0_8/src/slrpack/
H A Dlinfs.f137 real delstr,devsgn,div,dsubi,dsubr,dsubs,lambda
231 dsubr=beta1+x(irow)*beta2-y(irow)
232 if(abs(dsubr).lt.acu)goto 130
233 signr=sign(1.,dsubr)
244 lambda=abs(dsubr/sumr)
H A Ddlinfs.f144 double precision delstr,devsgn,div,dsubi,dsubr,dsubs,lambda
234 dsubr=beta1+x(irow)*beta2-y(irow)
235 if(dabs(dsubr).lt.acu)goto 130
236 signr=dsign(1.d0,dsubr)
247 lambda=dabs(dsubr/sumr)
/dports/lang/guile1/guile-1.8.8/test-suite/tests/
H A Dramap.test67 (pass-if-exception "dsubr" exception:wrong-num-args
114 (pass-if "dsubr"
167 (pass-if "dsubr"
/dports/lang/guile2/guile-2.2.7/test-suite/tests/
H A Darray-map.test211 (pass-if-exception "dsubr" exception:wrong-num-args
258 (pass-if "dsubr"
335 (pass-if-exception "dsubr" exception:wrong-num-args
/dports/lang/guile/guile-3.0.7/test-suite/tests/
H A Darray-map.test211 (pass-if-exception "dsubr" exception:wrong-num-args
258 (pass-if "dsubr"
335 (pass-if-exception "dsubr" exception:wrong-num-args
/dports/devel/binutils/binutils-2.37/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/
H A Dhp-symtab.h1342 struct dntt_type_subrange dsubr; member
/dports/devel/gnulibiberty/binutils-2.37/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/devel/arm-elf-binutils/binutils-2.37/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/devel/avr-gdb/gdb-7.3.1/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/lang/gnatdroid-binutils/binutils-2.27/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/devel/gdb761/gdb-7.6.1/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/devel/gdb/gdb-11.1/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/
H A Dhp-symtab.h1342 struct dntt_type_subrange dsubr; member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/
H A Dhp-symtab.h1342 struct dntt_type_subrange dsubr; member
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/
H A Dhp-symtab.h1343 struct dntt_type_subrange dsubr; member
/dports/devel/djgpp-binutils/binutils-2.17/include/
H A Dhp-symtab.h1342 struct dntt_type_subrange dsubr; member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dhpread.c4592 TYPE_LENGTH (type) = dn_bufp->dsubr.bitlength / 8; in hpread_read_subrange_type()
4598 if (dn_bufp->dsubr.dyn_low) in hpread_read_subrange_type()
4601 TYPE_FIELD_BITPOS (type, 0) = dn_bufp->dsubr.lowbound; in hpread_read_subrange_type()
4603 if (dn_bufp->dsubr.dyn_high) in hpread_read_subrange_type()
4606 TYPE_FIELD_BITPOS (type, 1) = dn_bufp->dsubr.highbound; in hpread_read_subrange_type()
4607 TYPE_TARGET_TYPE (type) = hpread_type_lookup (dn_bufp->dsubr.subtype, in hpread_read_subrange_type()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dhpread.c4592 TYPE_LENGTH (type) = dn_bufp->dsubr.bitlength / 8; in hpread_read_subrange_type()
4598 if (dn_bufp->dsubr.dyn_low) in hpread_read_subrange_type()
4601 TYPE_FIELD_BITPOS (type, 0) = dn_bufp->dsubr.lowbound; in hpread_read_subrange_type()
4603 if (dn_bufp->dsubr.dyn_high) in hpread_read_subrange_type()
4606 TYPE_FIELD_BITPOS (type, 1) = dn_bufp->dsubr.highbound; in hpread_read_subrange_type()
4607 TYPE_TARGET_TYPE (type) = hpread_type_lookup (dn_bufp->dsubr.subtype, in hpread_read_subrange_type()
/dports/lang/guile1/guile-1.8.8/libguile/
H A DChangeLog-scm534 moved the typedef for dsubr and #define for DSUBRF to scm.h
H A DChangeLog-20081696 to subr_1, subr_2, subr_2o and dsubr cases. No source args only has a
5260 New exact functions that replace the inexact 'dsubr'
5285 to doubles when calling 'dsubr' functions.
6119 of functions (car, cdr etc.) from the dsubr family of functions
6130 typecode for the dsubr family of functions.
/dports/lang/guile/guile-3.0.7/libguile/
H A DChangeLog-scm534 moved the typedef for dsubr and #define for DSUBRF to scm.h
/dports/lang/guile2/guile-2.2.7/libguile/
H A DChangeLog-scm534 moved the typedef for dsubr and #define for DSUBRF to scm.h

12