-
-17
-17
0
-1
1
11
13
19
18
20
29
38
34
19
32
41
35
32
32
31
16
1
5
0
-1
0
-1
0
0
0
10
13
16
12
16
13
12
19
20
24
33
42
http://www.codebf.com/read/147422/5730050
-
#ifdef __SPE__
#include
#include
#include
#include
#include
#include "vfieeefp.h"
/*
* Convert a string to a fixed-point 32-bit value.
*
* Ign
http://www.codebf.com/read/147331/5732105
-
#include "test.h"
one_line_type atan2f_vec[] = {
{32,0,123,__LINE__, 0xc002d97c, 0x7f3321d2, 0xbff00000, 0x00000000, 0xbff00000, 0x00000000},
{32,0,123,__LINE__, 0xc002a4fc, 0x28e95ed8, 0xbff00000, 0
http://www.codebf.com/read/147331/5732959
-
#include "test.h"
one_line_type jnf_vec[] = {
{32,0,123,__LINE__, 0x3ff00000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000},
{32,0,123,__LINE__, 0x00000000, 0x00000000, 0x3ff00000, 0x00
http://www.codebf.com/read/147331/5732987
-
#include "test.h"
one_line_type expf_vec[] = {
{32, 0,123,__LINE__, 0x3fd346c4, 0x20000000, 0xbff33333, 0x33333333}, /* 0.30119=f(-1.20000)*/
{32, 0,123,__LINE__, 0x3fd3785c, 0x80000000, 0xbff30a3d
http://www.codebf.com/read/147331/5733003
-
#include "test.h"
one_line_type ynf_vec[] = {
{32,0,123,__LINE__, 0xbfffab42, 0x0311f796, 0x00000000, 0x00000000, 0x3fa99999, 0x9999999a},
{32,0,123,__LINE__, 0xc0299467, 0xe5a18bc5, 0x3ff00000, 0x0
http://www.codebf.com/read/147331/5733011
-
@echo off
REM Setup environment variables for Visual C++ 6.0 32 bit edition
SET LIB=%VC6_PATH%\VC98\LIB;.
SET TOOLROOTDIR=%VC6_PATH%\VC98
SET INCLUDE=\xc\include;%VC6_PATH%\VC98\INCLUDE;
SET INIT=%VC
http://www.codebf.com/read/146447/5738076
-
@echo off
REM Setup for compiling with Watcom C/C++ 11.0 in 32 bit mode (DOS4GW)
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\WC11;%WC11_PATH%\LIB386;%WC11_PATH%\LIB38
http://www.codebf.com/read/146447/5738080
-
@echo off
REM Setup for compiling with Borland C++ Builder 5.0 in 32 bit mode.
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\SMX32\BCB5;%BCB5_PATH%\LIB;.
echo Release build e
http://www.codebf.com/read/146447/5738082
-
@echo off
REM Setup for compiling with Borland C++ 5.0 in 32 bit mode with Phar Lap TNT
if .%CHECKED%==.1 goto checked_build
SET LIB=%SCITECH_LIB%\LIB\RELEASE\DOS32\BC5;%BC5_PATH%\LIB;%TNT_PATH%\LIB;
http://www.codebf.com/read/146447/5738083