Searched refs:diag (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/svtools/source/filter/ |
| H A D | sgvspln.cxx | 162 double* diag, double* upper, double* b) in TriDiagGS() argument 254 { if ( fabs(diag[i-1]) < MACH_EPS ) /* Wenn ein diag[i] = 0 */ in TriDiagGS() 256 lower[i] /= diag[i-1]; /* gung. */ in TriDiagGS() 257 diag[i] -= lower[i] * upper[i-1]; in TriDiagGS() 261 if ( fabs(diag[n-1]) < MACH_EPS ) return(2); in TriDiagGS() 266 b[n-1] /= diag[n-1]; /* Rueckwaertselimination */ in TriDiagGS() 269 b[i] = ( b[i] - upper[i] * b[i+1] ) / diag[i]; in TriDiagGS() 293 sal_uInt16 ZyklTriDiagGS(sal_Bool rep, sal_uInt16 n, double* lower, double* diag, in ZyklTriDiagGS() argument 385 if ( fabs (diag[0]) < MACH_EPS ) return(2); in ZyklTriDiagGS() 387 temp = 1.0 / diag[0]; /* betragsmaessig kleiner */ in ZyklTriDiagGS() [all …]
|
| /AOO41X/main/oox/source/dump/ |
| H A D | xlsbdumper.ini | 104 5=hor-stripe,ver-stripe,rev-diag-stripe,diag-stripe,diag-crosshatch 105 10=thick-diag-crosshatch,thin-hor-stripe,thin-ver-stripe,thin-rev-diag-stripe,thin-diag-stripe 106 15=thin-hor-crosshatch,thin-diag-crosshatch,12.5%-grey,6.25%-grey 308 0x01=diag-tl-to-br 309 0x02=diag-bl-to-tr
|
| H A D | biffdumper.ini | 126 5=hor-stripe,ver-stripe,rev-diag-stripe,diag-stripe,diag-crosshatch 127 10=thick-diag-crosshatch,thin-hor-stripe,thin-ver-stripe,thin-rev-diag-stripe,thin-diag-stripe 128 15=thin-hor-crosshatch,thin-diag-crosshatch,12.5%-grey,6.25%-grey 711 0x001FC000=uint8,dec,diag-color,COLORS 712 0x01E00000=uint8,dec,diag-style,BORDERSTYLES 2352 0x4000=diag-tl-to-br 2353 0x8000=diag-bl-to-tr 2359 0x001FC000=uint8,dec,diag-color,COLORS 2360 0x01E00000=uint8,dec,diag-style,BORDERSTYLES
|
| H A D | oledumper.ini | 54 6=size-diag-down,size-vert,size-diag-up,size-hor
|
| /AOO41X/main/qadevOOo/tests/java/ifc/chart/ |
| H A D | _XChartDocument.java | 124 XDiagram diag = (XDiagram)tEnv.getObjRelation("DIAGRAM"); in _setDiagram() local 125 oObj.setDiagram(diag); in _setDiagram()
|
| /AOO41X/main/cppuhelper/source/ |
| H A D | makefile.mk | 188 CFLAGS += -DDIAG=$(diag)
|