Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273996
Collapse All | Expand All

(-)arprec-2.2.2.original/src/dotd.cpp (+1 lines)
Lines 8-17 Link Here
8
 * Copyright (c) 2002
8
 * Copyright (c) 2002
9
 *
9
 *
10
 */
10
 */
11
#include <arprec/mp_real.h>
11
#include <arprec/mp_real.h>
12
#include "small_inline.h"
12
#include "small_inline.h"
13
#include <cstdio>
13
14
14
using std::cerr;
15
using std::cerr;
15
using std::endl;
16
using std::endl;
16
17
17
void mp_real::mpdotd(int n, int isa, const mp_real a[],
18
void mp_real::mpdotd(int n, int isa, const mp_real a[],
(-)arprec-2.2.2.original/src/out.cpp (+1 lines)
Lines 10-19 Link Here
10
 */
10
 */
11
#define _CRT_SECURE_NO_DEPRECATE
11
#define _CRT_SECURE_NO_DEPRECATE
12
#include <cassert>
12
#include <cassert>
13
#include <arprec/mp_real.h>
13
#include <arprec/mp_real.h>
14
#include "small_inline.h"
14
#include "small_inline.h"
15
#include <cstdio>
15
16
16
using std::cerr;
17
using std::cerr;
17
using std::endl;
18
using std::endl;
18
19
19
/* This routine is deprecated.  
20
/* This routine is deprecated.  
(-)arprec-2.2.2.original/src/outc.cpp (+1 lines)
Lines 10-19 Link Here
10
 */
10
 */
11
#define _CRT_SECURE_NO_DEPRECATE
11
#define _CRT_SECURE_NO_DEPRECATE
12
#include <cassert>
12
#include <cassert>
13
#include <arprec/mp_real.h>
13
#include <arprec/mp_real.h>
14
#include "small_inline.h"
14
#include "small_inline.h"
15
#include <cstdio>
15
16
16
using std::cerr;
17
using std::cerr;
17
using std::endl;
18
using std::endl;
18
19
19
/* This routine is deprecated.  
20
/* This routine is deprecated.  
(-)arprec-2.2.2.original/src/outx.cpp (+1 lines)
Lines 1-9 Link Here
1
#define _CRT_SECURE_NO_DEPRECATE
1
#define _CRT_SECURE_NO_DEPRECATE
2
#include <arprec/mp_real.h>
2
#include <arprec/mp_real.h>
3
#include <arprec/mp_complex.h>
3
#include <arprec/mp_complex.h>
4
#include "small_inline.h"
4
#include "small_inline.h"
5
#include <cstdio>
5
6
6
using std::cerr;
7
using std::cerr;
7
using std::endl;
8
using std::endl;
8
9
9
/* This routine is deprecated.  
10
/* This routine is deprecated.  

Return to bug 273996