Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fx_s3132
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
battle_c_4
fx_s3132
Commits
c609d6e8
Commit
c609d6e8
authored
4 years ago
by
baewoojin
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
0c2f6ad2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/README.md
+17
-3
17 additions, 3 deletions
testing/README.md
with
17 additions
and
3 deletions
testing/README.md
+
17
−
3
View file @
c609d6e8
...
...
@@ -2,9 +2,23 @@
## 1. introduction
### - 1.1 purpose
-
1.1.1 basic explanation
-
1.1.1 basic purpose
-
This product is a kind of calculator that performs various operations related to fixed point number.
-
For fixed-point arithmetic, c langauge's math library and type conversion are required.
### 1.2 concept
-
1.1.2 basic concept
-
To operate several calculation for fixed-point numebr type casting is essential.
-
Correct type conversion is very important in order to accurately calculate and avoid missing bits.
-
1.1.3 concept of fixed-point number
-
!
[
image
](
/uploads/0ae109d4300d11722c53531d1a9615ac/image.png
)
-
a. data types in computer langauge always have fixed length
-
b. in fixed point decimal point position of specific number should be fixed
-
c. mean of s3132
-
s(sign) / 31(interger) / 32(decimal point)
-
first s bit is used for number's sign (+ or -)
-
second 31bits are used to represent interger part
-
third 32bits are used to represent decimal
### 1.3 concept
## 2. overall description
### - 2.1 product functions
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment